Reference
Complete reference documentation for the Claude Commands Library.
Quick Links
Configuration
All configuration files with complete JSON schemas and examples.
Best Practices
Guidelines for effective usage based on real-world patterns.
Troubleshooting
Common issues and solutions.
Changelog
Version history and upgrade guides.
Configuration Files
| File | Purpose | Documentation |
|---|---|---|
complexity-rules.json | Complexity detection | View |
agent-templates.json | Agent behavior | View |
cache-config.json | Caching settings | View |
verification-config.json | Multi-agent verification | View |
learning-config.json | Learning system | View |
predictive-intelligence.json | Phase 0.15 | View |
Command Quick Reference
| Command | Purpose | Speed |
|---|---|---|
/prompt | Quick prompt cleanup | ~2s |
/prompt-hybrid | Intelligent perfection | 2-30s |
/prompt-research | Deep multi-agent analysis | 60-180s |
/prompt-technical | Technical implementation | 5-30s |
/prompt-article | Article writing wizard | Interactive |
/prompt-article-readme | README generation | ~30s |
/session-start | Load session context | ~3s |
/session-end | Save session context | ~5s |
/reflect | Skill improvement | 5-15s |
File Locations
.claude/
├── commands/ # Slash commands
├── library/ # Core libraries and adapters
├── config/ # JSON configuration files
├── memory/ # Persistent session data
├── cache/ # Agent result cache
└── rules/ # Path-specific rulesGetting Help
- Check Troubleshooting for common issues
- Review Best Practices for usage tips
- Report issues at GitHub