Quick Start β’ Support β’ Features β’ Docs β’ Contributing
| Commands | Agents | Modes | MCP Servers |
|---|---|---|---|
| 25 | 15 | 7 | 8 |
| Slash Commands | Specialized AI | Behavioral | Integrations |
Use the new /sc:help command to see a full list of all available commands.
SuperClaude is a meta-programming configuration framework that transforms Claude Code into a structured development platform through behavioral instruction injection and component orchestration. It provides systematic workflow automation with powerful tools and intelligent agents.
This project is not affiliated with or endorsed by Anthropic. Claude Code is a product built and maintained by Anthropic.
β οΈ DO NOT SKIP THIS STEPβ οΈ The SuperClaude plugin modifies your Claude Code MCP configuration. Always backup before installing to ensure you can safely rollback if needed.
# Download and run automated backup script
curl -o /tmp/backup-claude.sh https://raw.githubusercontent.com/SuperClaude-Org/SuperClaude_Plugin/main/scripts/backup-claude-config.sh
chmod +x /tmp/backup-claude.sh
/tmp/backup-claude.shβ Backup complete! Now you can safely install the plugin.
π What Gets Backed Up?
The automated backup script saves:
- β
~/.claude/settings.local.json- Your MCP server configurations - β
~/.claude/CLAUDE.md- Your custom instructions - β
~/.claude/.credentials.json- Your API credentials (if exists) - β
.mcp.json- Project-specific MCP config (if exists) - β
.claude/- Project-specific settings (if exists)
Backup location: ~/claude-backups/backup-YYYY-MM-DD-HH-MM-SS/
π§ Manual Backup Alternative
Prefer to backup manually?
# Create backup directory
BACKUP_DIR=~/claude-backups/backup-$(date +%Y-%m-%d-%H-%M-%S)
mkdir -p "$BACKUP_DIR"
# Backup global settings
cp ~/.claude/settings.local.json "$BACKUP_DIR/" 2>/dev/null
cp ~/.claude/CLAUDE.md "$BACKUP_DIR/" 2>/dev/null
cp ~/.claude/.credentials.json "$BACKUP_DIR/" 2>/dev/null
# Backup project settings (if in a project directory)
cp .mcp.json "$BACKUP_DIR/" 2>/dev/null
cp -r .claude "$BACKUP_DIR/" 2>/dev/null
echo "β
Backup created at: $BACKUP_DIR"π¨ Emergency Rollback
If something goes wrong after installation:
# 1. Uninstall plugin
/plugin uninstall sc@superclaude-official
# 2. Restore your backup (use your actual backup path)
BACKUP_DIR=~/claude-backups/backup-2025-01-07-14-30-25
cp "$BACKUP_DIR/settings.local.json" ~/.claude/
cp "$BACKUP_DIR/CLAUDE.md" ~/.claude/ 2>/dev/null
cp "$BACKUP_DIR/.credentials.json" ~/.claude/ 2>/dev/null
# 3. Restart Claude Code
pkill -9 claude-code
# Then relaunch Claude CodeRollback time: ~1 minute
π Full Guide: Complete Backup & Safety Guide
This plugin version is currently in BETA.
NOT COMPATIBLE with previous SuperClaude installations:
- pip version (
pip install SuperClaude) - pipx version (
pipx install SuperClaude) - npm version (
npm install -g @bifrost_inc/superclaude) - uv version (
uv tool install SuperClaude)
- β BACKUP your configuration (see section above)
- UNINSTALL previous versions:
# For pip users pip uninstall SuperClaude # For pipx users pipx uninstall SuperClaude # For npm users npm uninstall -g @bifrost_inc/superclaude # For uv users uv tool uninstall SuperClaude
- THEN proceed with plugin installation
- May contain bugs or incomplete features
- Configuration format may change
- Not recommended for production-critical work yet
- Feedback and issue reports are highly appreciated!
SuperClaude is available as a native Claude Code plugin for easy installation and automatic updates.
# Add the SuperClaude marketplace
/plugin marketplace add SuperClaude-Org/SuperClaude_Plugin
# Install the plugin
/plugin install sc@superclaude
# Restart Claude Code to activatePlugin Benefits:
- β Simple Installation: One command, no Python/Node.js required
- β Automatic Updates: Managed by Claude Code
- β No Conflicts: Isolated from system packages
- β Team Sharing: Easy distribution via marketplace
- β Native Integration: Seamless Claude Code experience
- β Auto MCP Setup: AIRIS MCP Gateway configured automatically
The plugin automatically configures AIRIS MCP Gateway with 10 integrated tools.
β οΈ IMPORTANT: Backup Existing MCP ConfigurationIf you have existing MCP servers configured, backup your settings first:
# Backup Claude Code MCP settings cp ~/.claude/settings.local.json ~/.claude/settings.local.json.backup # Or backup project-specific MCP config cp .mcp.json .mcp.json.backup # If you have project MCP configThe plugin adds AIRIS MCP Gateway to your configuration. Review for conflicts with existing MCP servers before enabling.
Setup Options:
Option 1: AIRIS MCP Gateway (Recommended - One-Step Setup)
Unified endpoint for 25+ MCP servers with 90% token reduction:
# 1. Start the Gateway
git clone https://github.com/agiletec-inc/airis-mcp-gateway.git
cd airis-mcp-gateway
just up
# 2. Connect to Claude Code
claude mcp add --transport http airis-mcp-gateway http://api.gateway.localhost:9400/api/v1/mcpBenefits:
- β 25+ servers in one endpoint
- β 90% token reduction via schema partitioning
- β Native HTTP transport (no Docker bridge)
- β Hot-reload server management
Option 2: Individual Server Setup (Advanced)
For users who prefer individual server control:
# Install uvx (required for individual MCP servers)
pip install uv
# or
brew install uvVerify Setup:
/sc:setup-mcp # Interactive setup wizard
/sc:verify-mcp # Check MCP statusOptional API Keys (for premium features):
# Tavily (web search) - Get key at https://tavily.com
export TAVILY_API_KEY="your-key"
# Magic (UI generation) - Get key at https://21st.dev
export TWENTYFIRST_API_KEY="your-key"After installation, restart Claude Code and try:
# See all commands
/sc:help
# Start brainstorming
/sc:brainstorm "your project idea"
# Analyze codebase
/sc:analyze
# Deep research
/sc:research "your topic"π¦ Alternative: pip/npm Installation
β οΈ WARNING: The pip/npm versions are NOT compatible with this plugin version.If you choose to use pip/npm installation instead:
- Do NOT install both plugin and pip/npm versions simultaneously
- Uninstall this plugin first if already installed
- They use different configuration formats and cannot coexist
SuperClaude V4 is also available via package managers. See the main SuperClaude Framework repository for pip/npm installation instructions.
Hey, let's be real - maintaining SuperClaude takes time and resources.
The Claude Max subscription alone runs $100/month for testing, and that's before counting the hours spent on documentation, bug fixes, and feature development. If you're finding value in SuperClaude for your daily work, consider supporting the project. Even a few dollars helps cover the basics and keeps development active.
Every contributor matters, whether through code, feedback, or support. Thanks for being part of this community! π
|
One-time contributions |
Monthly support |
Flexible tiers |
| Item | Cost/Impact |
|---|---|
| π¬ Claude Max Testing | $100/month for validation & testing |
| β‘ Feature Development | New capabilities & improvements |
| π Documentation | Comprehensive guides & examples |
| π€ Community Support | Quick issue responses & help |
| π§ MCP Integration | Testing new server connections |
| π Infrastructure | Hosting & deployment costs |
Note: No pressure though - the framework stays open source regardless. Just knowing people use and appreciate it is motivating. Contributing code, documentation, or spreading the word helps too! π
Version 4 brings significant improvements based on community feedback and real-world usage patterns.
|
15 specialized agents with domain expertise:
|
|
|
Powered by AIRIS MCP Gateway A unified MCP proxy that reduces IDE startup token overhead through schema partitioning:
Quick Setup: git clone https://github.com/agiletec-inc/airis-mcp-gateway.git
cd airis-mcp-gateway && just up
claude mcp add --transport http airis-mcp-gateway http://api.gateway.localhost:9400/api/v1/mcpπ Boost Further with AIRIS Agent Add the AIRIS Agent plugin for additional workflow optimization:
/plugin marketplace add agiletec-inc/airis-agent
/plugin install airis-agent |
7 adaptive modes for different contexts:
|
|
Smaller framework, bigger projects:
|
Complete rewrite for developers:
|
SuperClaude v4.2 introduces comprehensive Deep Research capabilities, enabling autonomous, adaptive, and intelligent web research.
|
Three intelligent strategies:
|
Up to 5 iterative searches:
|
|
Confidence-based validation:
|
Cross-session intelligence:
|
# Basic research with automatic depth
/sc:research "latest AI developments 2024"
# Controlled research depth
/sc:research "quantum computing breakthroughs" --depth exhaustive
# Specific strategy selection
/sc:research "market analysis" --strategy planning-only
# Domain-filtered research
/sc:research "React patterns" --domains "reactjs.org,github.com"| Depth | Sources | Hops | Time | Best For |
|---|---|---|---|---|
| Quick | 5-10 | 1 | ~2min | Quick facts, simple queries |
| Standard | 10-20 | 3 | ~5min | General research (default) |
| Deep | 20-40 | 4 | ~8min | Comprehensive analysis |
| Exhaustive | 40+ | 5 | ~10min | Academic-level research |
The Deep Research system intelligently coordinates multiple tools:
- Tavily MCP: Primary web search and discovery
- Playwright MCP: Complex content extraction
- Sequential MCP: Multi-step reasoning and synthesis
- Serena MCP: Memory and learning persistence
- Context7 MCP: Technical documentation lookup
| π Getting Started | π User Guides | π οΈ Developer Resources | π Reference |
|---|---|---|---|
|
|
|
- π [**Examples Cookbook**](Docs/Reference/examples-cookbook.md)
*Real-world recipes*
|
We welcome contributions of all kinds! Here's how you can help:
| Priority | Area | Description |
|---|---|---|
| π High | Documentation | Improve guides, add examples, fix typos |
| π§ High | MCP Integration | Add server configs, test integrations |
| π― Medium | Workflows | Create command patterns & recipes |
| π§ͺ Medium | Testing | Add tests, validate features |
| π Low | i18n | Translate docs to other languages |
Made with β€οΈ for developers who push boundaries