mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
- Core configuration files (CLAUDE.md, RULES.md, PERSONAS.md, MCP.md) - 17 slash commands for specialized workflows - 25 shared YAML resources for advanced configurations - Installation script for global deployment - 9 cognitive personas for specialized thinking modes - MCP integration patterns for intelligent tool usage - Token economy and ultracompressed mode support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
3.3 KiB
3.3 KiB
SuperClaude System Explanation
Date: 2025-06-22
Depth Level: Intermediate
Topics Covered: Architecture, Components, Workflows, Usage Patterns
Overview
SuperClaude transforms Claude Code from generic assistant into specialized development environment through:
- 9 Cognitive Personas → Domain-specific thinking patterns
- 18 Slash Commands → Specialized development workflows
- MCP Orchestration → Intelligent tool coordination
- Token Optimization → 70% reduction via UltraCompressed mode
- Research-First Standards → Evidence-based implementations
Architecture Summary
Four-Layer Design:
- Core Config → CLAUDE.md, RULES.md, PERSONAS.md, MCP.md
- Command System → 18 specialized workflows w/ universal flags
- Shared Resources → 22 YAML pattern libraries
- Integration → MCP servers + native tools + context sharing
Key Innovations
1. Persona System
/persona:architect → Long-term system thinking
/persona:security → Threat modeling focus
/persona:frontend → UX-first approach w/ Magic UI tools
2. Research-First Standards
- Blocks implementation w/o 90% confidence
- Requires authoritative documentation citations
- Prevents hallucinated patterns
3. Token Economy
- UltraCompressed mode: ~70% reduction
- Symbol substitution: → & w/ @
- Auto-activation at 70% context threshold
4. MCP Orchestration
- Context7: Library documentation (100-2K tokens)
- Sequential: Complex analysis (500-10K tokens)
- Magic: UI generation (500-2K tokens)
- Puppeteer: Browser automation (minimal tokens)
Usage Patterns
Basic Commands
/user:analyze --code --think # Code review w/ context
/user:build --react --magic # React app w/ UI generation
/user:scan --security --owasp # Security audit
Workflow Chains
# Full development cycle
load → analyze → design → build → test → scan → deploy
# Bug investigation
troubleshoot --investigate → analyze --profile → improve --performance
Advanced Features
- Context propagation between commands
- Parallel/sequential/conditional execution
- Smart caching & performance optimization
- Automated quality gates
Benefits
Individual Developers:
- Professional patterns enforced
- 70% token efficiency gain
- Research-first quality assurance
- Comprehensive learning support
Teams:
- Shared standards & consistency
- Accelerated onboarding
- Automated code review
- Documentation generation
Complex Projects:
- Systematic architecture design
- Comprehensive security scanning
- Performance optimization workflows
- Technical debt management
Installation & Getting Started
git clone https://github.com/your-username/SuperClaude.git
cd SuperClaude && ./install.sh
Next Steps:
- Try
/user:loadin existing project - Experiment with
/persona:mentor - Use workflow chains:
analyze → improve → test - Enable UltraCompressed mode with
--ucflag
Resources
- Core Configs: ~/.claude/{CLAUDE,RULES,PERSONAS,MCP}.md
- Commands: ~/.claude/commands/*.md (18 specialized workflows)
- Patterns: ~/.claude/commands/shared/*.yml (22 resources)
- Documentation: README.md + inline docs
SuperClaude v4.0.0 - Professional configuration framework for Claude Code