4d-create-project

star 1

Create a new 4D project from scratch. Use this skill when the user wants to initialize, create, or start a new 4D project. Creates the required folder structure and .4DProject configuration file.

e-marchand By e-marchand schedule Updated 2/1/2026

name: 4d-create-project description: Create a new 4D project from scratch. Use this skill when the user wants to initialize, create, or start a new 4D project. Creates the required folder structure and .4DProject configuration file. license: Apache 2.0

4D Project Creator

Required Structure

<ProjectName>/
├── Project/
│   ├── Sources/
│   │   ├── Methods/
│   │   └── Classes/
│   └── <ProjectName>.4DProject

.4DProject File Content

{
    "compatibilityVersion": 2100,
    "tokenizedText": false
}
  • compatibilityVersion: 2100 for 4D v21+
  • tokenizedText: false for readable source code
Install via CLI
npx skills add https://github.com/e-marchand/skills --skill 4d-create-project
Repository Details
star Stars 1
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator