name: init description: Initialize a new project with the standard directory structure, PROJECT_SUMMARY.md, workflow.json, git repo, and gitignore. Follows a defined ordered onboarding sequence. Use when setting up a new or empty project.
Init — Project Setup
Instructions
Follow these steps in order. Do not skip steps — the sequence matters.
1–9. Run the scaffold script
Execute the init script from the project root:
chmod +x ./scripts/init.sh && ./scripts/init.sh
This script handles all scaffolding in one step:
- Initializes the git repository
- Creates
.gitignore - Creates the full directory structure under
project/ - Creates
project/PROJECT_SUMMARY.mdwith placeholder content - Creates
project/configs/workflow.jsonwith shared constants - Creates
project/configs/test-config.jsonstub - Creates
project/data/baselines.json - Creates
project/logs/events.json - Stages and commits all files with the message
init: scaffold project structure and workflow config
If the script fails, check that you are in the project root and that git is available.
10. Prompt next step
Inform the user that setup is complete and suggest running /init-with-template to define project goals and epics.
Skills similaires
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Claude CodeCursoradvanced
890
234
3,212
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
claudeCursorWindsurfbeginner
259
72
1,114
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.
claudeCursorWindsurfintermediate
156
44
975