A collection of Claude Code skills — custom slash commands that extend Claude Code with specialized workflows.
Initialize a new project with automated documentation generation.
What it does:
- Runs
/initto generateCLAUDE.md, then appends language conventions (Simplified Chinese for all dialogue, docs, and comments). - Analyzes the project architecture and writes
docs/ARCHITECTURE.md. - Creates per-module documentation under
docs/modules/.
Usage: /ii in Claude Code.
agents/
├── skills/ # Skill definitions (one .md per skill)
│ └── ii/
│ └── SKILL.md
├── LICENSE
└── README.md
Add new skills by creating a subdirectory under skills/ with a SKILL.md file. Claude Code automatically discovers and registers them as slash commands.
MIT © 2026 asthetik