Back to skills
extension
Category: AI Agent CapabilitiesNo API key required

4d-create-project

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.

personAuthor: jakexiaohubgithub

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