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.
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 existing SuperClaude configurations
- 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-official # 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
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:
|
|
| 8 powerful servers working together:
| 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