A collection of reusable skills for Claude Code.
Copy the skills/ folder to your project's .claude/ directory:
cp -r skills/ /path/to/your/project/.claude/skills/Or copy individual skills as needed.
| Skill | Description |
|---|---|
/list-ideas |
List all ideas in the ideas folder |
/initial-prompt |
First prompt for exploration (no code editing) |
/write-plan |
Write a new plan in plans folder |
/review-plan |
Review plan against codebase |
/next-phase |
Reply with next phase steps |
/do-phase |
Implement a phase and commit |
/execute-full-plan |
Implement all phases in a plan |
/complete-plan-and-merge |
Move plan to completed, merge to develop, cleanup branch |
After installation, invoke skills in Claude Code using the slash command syntax:
/list-ideas
/write-plan Add user authentication
/do-phase Phase 1
These skills assume a project workflow with:
ideas/- Directory for idea markdown filesplans/- Directory for implementation plansplans/completed/- Directory for completed plansdevelop- Main development branch
This project is released under the MIT License. See the LICENSE file for more information.