Skip to content

Reference

Complete reference documentation for the Claude Commands Library.

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

FilePurposeDocumentation
complexity-rules.jsonComplexity detectionView
agent-templates.jsonAgent behaviorView
cache-config.jsonCaching settingsView
verification-config.jsonMulti-agent verificationView
learning-config.jsonLearning systemView
predictive-intelligence.jsonPhase 0.15View

Command Quick Reference

CommandPurposeSpeed
/promptQuick prompt cleanup~2s
/prompt-hybridIntelligent perfection2-30s
/prompt-researchDeep multi-agent analysis60-180s
/prompt-technicalTechnical implementation5-30s
/prompt-articleArticle writing wizardInteractive
/prompt-article-readmeREADME generation~30s
/session-startLoad session context~3s
/session-endSave session context~5s
/reflectSkill improvement5-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 rules

Getting Help

  1. Check Troubleshooting for common issues
  2. Review Best Practices for usage tips
  3. Report issues at GitHub

Released under the MIT License.