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.
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,212
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,114
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
975