A collection of intelligent slash commands for Claude Code that enhance development workflows.
- Copy the
commands/directory to your project's.claude/commands/folder - Copy
CLAUDE.md.templateand customize it for your project - Start using the commands in Claude Code
/project:analyze-macro-plan- Generate intelligent todos from macro plan/project:execute-task- Execute tasks from todos.md/project:do "task"- Quick task execution without todo tracking/project:plan-task- Create detailed execution plans
/project:review- Intelligent code review before PR
/project:commit- Smart conventional commits/project:pr- Comprehensive pull request creation/project:changelog- Maintain changelog entries
/project:docs- Intelligent documentation management
-
Set up your project with the template:
cp CLAUDE.md.template CLAUDE.md # Edit CLAUDE.md with your project details -
Start using commands:
/project:do "Add user authentication" /project:commit /project:pr
See the examples/ directory for usage examples and best practices.
- Intelligent task prioritization based on dependencies
- Conventional commits with automatic type detection
- Comprehensive PR descriptions with change analysis
- Automated code review with security and performance checks
- Smart documentation updates that stay in sync with code
- Macro plan analysis that breaks down complex projects
This toolkit is designed to be extended. Add new commands by creating markdown files in the appropriate commands/ subdirectory.