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.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "4d-create-project" with this command: npx skills add e-marchand/skills/e-marchand-skills-4d-create-project

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

4d-check-syntax

No summary provided by upstream source.

Repository SourceNeeds Review
General

4d-run

No summary provided by upstream source.

Repository SourceNeeds Review
General

4d-find-command

No summary provided by upstream source.

Repository SourceNeeds Review
General

4d-clean-project

No summary provided by upstream source.

Repository SourceNeeds Review