/project $ARGUMENTS
Manage the project setup and instructions.
Arguments
| Argument | Required | Description |
|---|---|---|
<init|skill-up|diagram> | Yes | init — set up project from scratch; skill-up — suggest instruction improvements; diagram — generate architecture diagram |
Usage
code
/project init # Set up the project from scratch /project skill-up # Suggest improvements to instructions and rules /project diagram # Generate Mermaid architecture diagram
Instructions
Read the command-specific instruction file and follow it exactly:
- •init → Read
.claude/skills/project/init.mdand follow all steps - •skill-up → Read
.claude/skills/project/skill-up.mdand follow all steps - •diagram → Read
.claude/skills/project/diagram.mdand follow all steps
If no command is provided, list the available commands and ask the user which one to run.