Commands Collection¶
Specialized executable commands for Claude Code workflows, organized by category for systematic software development approaches.
Command Categories¶
🔍 Audit & Analysis¶
audit/audit_directory.md- Generate comprehensive folder structure documentation with module analysisaudit/audit_redundancy.md- Identify and clean up redundant code elements (unused methods, variables, classes)
🐛 Debugging & Problem Solving¶
debugging/process-logs.md- Systematic runtime log analysis with specialized subagentsdebugging/propose-prompt.md- Create universal prompt templates from solved solutions
📚 Learning & Documentation¶
lessons/learn-claude-code.md- Interactive Claude Code tutorial covering all features
🔌 MCP (Model Context Protocol)¶
mcp/find-documentation-c7.md- Find library documentation using context7
📋 Project Management¶
project-management/archive-tasks.md- Archive completed tasks and create summary manifestsproject-management/create-task.md- Create well-documented tasks with Principal Engineer expertiseproject-management/improve-prd.md- Intelligent PRD management with context-aware updatesproject-management/process-issue.md- Comprehensive issue processing and root cause analysisproject-management/setup-new-project.md- Complete AI project template setup guideproject-management/submit-feature-request.md- Transform ideas into properly formatted feature requests
✅ Task Management¶
task-management/execute-simple-task.md- Execute straightforward tasks efficientlytask-management/execute-task.md- Execute complex tasks with proper planningtask-management/fix-issue-web.md- Web-specific issue resolution workflow
🔧 Custom Scripts & Utilities¶
custom-scripts/deep-research.md- Multi-agent research system for comprehensive technical investigationscustom-scripts/get-usage.md- Get daily Claude Code usage statisticscustom-scripts/prime-context.md- Gather essential project context from documentation
🎮 Unity Development¶
unity/bridge.md- Unity Bridge for external system communication
Key Features¶
Multi-Agent Architecture¶
Most commands utilize specialized subagents for: - Parallel processing and analysis - Domain-specific expertise - Peer review and validation - Comprehensive investigation workflows
Systematic Approaches¶
- Context Validation - Commands gather necessary context before execution
- Documentation Standards - Follow ai_docs and ai_specs patterns
- Error Handling - Built-in validation and recovery mechanisms
- Progress Tracking - Check-in cadences and milestone management
Development Workflows¶
- Quality Assurance - Code auditing, redundancy analysis, debugging
- Project Lifecycle - Setup, planning, execution, archiving
- Learning & Growth - Tutorials, self-reflection, improvement tracking
- Integration Support - MCP protocols, Unity bridge, web frameworks
Usage¶
Each command is designed as a specialized prompt that can be executed through:
- Claude Code's slash command system - Direct invocation via
/command-name - Direct file content execution - Copy and paste command content
- Template customization - Modify commands for specific project needs
Command Execution Patterns¶
- Investigation Phase - Context gathering and analysis
- Planning Phase - Structured approach development
- Execution Phase - Implementation with validation
- Review Phase - Quality assurance and documentation
- Archival Phase - Proper organization and storage
Commands emphasize comprehensive analysis before implementation, structured documentation following established patterns, systematic problem-solving with expert-level approaches, and continuous improvement through reflection and optimization.