docs/README.md
SuperClaude is a Context Framework for Claude Code - it installs behavioral instruction files that Claude Code reads to enhance its capabilities.
~/.claude//sc:analyze ā Claude Code reads analyze.md instruction fileNew Users: Quick Start Guide ā
# Recommended for Linux/macOS
pipx install SuperClaude && SuperClaude install
# Traditional method
pip install SuperClaude && SuperClaude install
# Then try: /sc:brainstorm "web app idea" in Claude Code
Having Issues: Quick Fixes ā | Troubleshooting ā
| Guide | Purpose |
|---|---|
| Quick Start | Setup and first commands |
| Installation | Detailed setup instructions |
| Commands Guide | All 21 /sc: commands |
| Guide | Purpose | Use For |
|---|---|---|
| Commands Guide | Master all /sc: commands | Daily development |
| Agents Guide | 14 domain specialists (@agent-*) | Expert assistance |
| Flags Guide | Command behavior modification | Optimization |
| Modes Guide | 5 behavioral modes | Workflow optimization |
| Guide | Purpose | Use For |
|---|---|---|
| Troubleshooting | Problem resolution | When things break |
| Examples Cookbook | Practical usage patterns | Learning workflows |
| MCP Servers | 6 enhanced capabilities | Advanced features |
| Guide | Purpose | Audience |
|---|---|---|
| Technical Architecture | System design | Contributors |
| Contributing | Development workflow | Developers |
.md behavioral instructions in ~/.claude//sc:*) - Workflow automation patterns@agent-*) - Domain specialists# Install framework (choose one)
pipx install SuperClaude # Recommended for Linux/macOS
pip install SuperClaude # Traditional method
npm install -g @bifrost_inc/superclaude # Cross-platform
# Configure and maintain
SuperClaude install # Configure Claude Code
SuperClaude update # Update framework
python3 -m SuperClaude --version # Check installation
/sc:brainstorm "project idea" # Start new project
/sc:implement "feature" # Build features
/sc:analyze src/ # Analyze code
@agent-python-expert "optimize this" # Manual specialist
@agent-security "review authentication" # Security review
| Component | Type | Where It Runs | What It Does |
|---|---|---|---|
| SuperClaude Framework | Context Files | Read by Claude Code | Modifies AI behavior |
| Claude Code | Software | Your computer | Executes everything |
| MCP Servers | Software | Node.js processes | Provide tools |
| Python CLI | Software | Python runtime | Manages installation |
User Input ā Claude Code ā Reads SuperClaude Context ā Modified Behavior ā Enhanced Output
ā
May use MCP Servers
(if configured)
Quick Issues (< 2 min): Common Issues ā
Complex Problems: Full Troubleshooting Guide ā
Installation Issues: Installation Guide ā
Command Help: Commands Guide ā
Community Support: GitHub Discussions
ā "SuperClaude is an AI assistant"
ā
SuperClaude is a configuration framework that enhances Claude Code
ā "I'm running SuperClaude"
ā
You're running Claude Code with SuperClaude context loaded
ā "Claude Code executes; SuperClaude provides context my commands"
ā
Claude Code executes everything; SuperClaude provides the instructions
ā "The .md files are documentation"
ā
The .md files ARE the framework - active instruction sets
Remember: SuperClaude enhances Claude Code through context - it doesn't replace it or run alongside it. Everything happens within Claude Code itself.