Co-Pilot
Updated a month ago

superclaude_framework

SSuperClaude-Org
20.4k
superclaude-org/superclaude_framework
80
Agent Score

πŸ’‘ Summary

SuperClaude Framework transforms Claude Code into a structured development platform with automated workflows and intelligent agents.

🎯 Target Audience

Software developers looking for workflow automationProject managers needing structured brainstorming toolsAI researchers interested in meta-programmingTechnical writers documenting AI processesDevOps engineers optimizing deployment workflows

πŸ€– AI Roast: β€œPowerful, but the setup might scare off the impatient.”

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); API keys/tokens handling and storage. Run with least privilege and audit before enabling in production.

πŸš€ SuperClaude Framework

Run in Smithery

Transform Claude Code into a Structured Development Platform


πŸ“Š Framework Statistics

| Commands | Agents | Modes | MCP Servers | |:------------:|:----------:|:---------:|:---------------:| | 30 | 16 | 7 | 8 | | Slash Commands | Specialized AI | Behavioral | Integrations |

30 slash commands covering the complete development lifecycle from brainstorming to deployment.


🎯 Overview

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.

Disclaimer

This project is not affiliated with or endorsed by Anthropic. Claude Code is a product built and maintained by Anthropic.

πŸ“– For Developers & Contributors

Essential documentation for working with SuperClaude Framework:

| Document | Purpose | When to Read | |----------|---------|--------------| | PLANNING.md | Architecture, design principles, absolute rules | Session start, before implementation | | TASK.md | Current tasks, priorities, backlog | Daily, before starting work | | KNOWLEDGE.md | Accumulated insights, best practices, troubleshooting | When encountering issues, learning patterns | | CONTRIBUTING.md | Contribution guidelines, workflow | Before submitting PRs | | Commands Reference | Complete reference for all 30 /sc:* commands with syntax, examples, workflows, and decision guides | Learning SuperClaude, choosing the right command |

πŸ’‘ Pro Tip: Claude Code reads these files at session start to ensure consistent, high-quality development aligned with project standards.

πŸ“š New to SuperClaude? Start with Commands Reference β€” it contains visual decision trees, detailed command comparisons, and workflow examples to help you understand which commands to use and when.

⚑ Quick Installation

IMPORTANT: The TypeScript plugin system described in older documentation is not yet available (planned for v5.0). For current installation instructions, please follow the steps below for v4.x.

Current Stable Version (v4.2.0)

SuperClaude currently uses slash commands.

Option 1: pipx (Recommended)

# Install from PyPI pipx install superclaude # Install commands (installs all 30 slash commands) superclaude install # Install MCP servers (optional, for enhanced capabilities) superclaude mcp --list # List available MCP servers superclaude mcp # Interactive installation superclaude mcp --servers tavily --servers context7 # Install specific servers # Verify installation superclaude install --list superclaude doctor

After installation, restart Claude Code to use 30 commands including:

  • /sc:research - Deep web research (enhanced with Tavily MCP)
  • /sc:brainstorm - Structured brainstorming
  • /sc:implement - Code implementation
  • /sc:test - Testing workflows
  • /sc:pm - Project management
  • /sc - Show all 30 available commands

Option 2: Direct Installation from Git

# Clone the repository git clone https://github.com/SuperClaude-Org/SuperClaude_Framework.git cd SuperClaude_Framework # Run the installation script ./install.sh

Coming in v5.0 (In Development)

We are actively working on a new TypeScript plugin system (see issue #419 for details). When released, installation will be simplified to:

# This feature is not yet available /plugin marketplace add SuperClaude-Org/superclaude-plugin-marketplace /plugin install superclaude

Status: In development. No ETA has been set.

Enhanced Performance (Optional MCPs)

For 2-3x faster execution and 30-50% fewer tokens, optionally install MCP servers:

# Optional MCP servers for enhanced performance (via airis-mcp-gateway): # - Serena: Code understanding (2-3x faster) # - Sequential: Token-efficient reasoning (30-50% fewer tokens) # - Tavily: Web search for Deep Research # - Context7: Official documentation lookup # - Mindbase: Semantic search across all conversations (optional enhancement) # Note: Error learning available via built-in ReflexionMemory (no installation required) # Mindbase provides semantic search enhancement (requires "recommended" profile) # Install MCP servers: https://github.com/agiletec-inc/airis-mcp-gateway # See docs/mcp/mcp-integration-policy.md for details

Performance Comparison:

  • Without MCPs: Fully functional, standard performance βœ…
  • With MCPs: 2-3x faster, 30-50% fewer tokens ⚑

πŸ’– Support the Project

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! πŸ™

β˜• Ko-fi

Ko-fi

One-time contributions

🎯 Patreon

Patreon

Monthly support

πŸ’œ GitHub

GitHub Sponsors

Flexible tiers

Your Support Enables:

| 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! πŸ™


πŸŽ‰ What's New in v4.1

Version 4.1 focuses on stabilizing the slash command architecture, enhancing agent capabilities, and improving documentation.

πŸ€– Smarter Agent System

16 specialized agents with domain expertise:

  • PM Agent ensures continuous learning through systematic documentation
  • Deep Research agent for autonomous web research
  • Security engineer catches real vulnerabilities
  • Frontend architect understands UI patterns
  • Automatic coordination based on context
  • Domain-specific expertise on demand

⚑ **Opti

5-Dim Analysis
Clarity8/10
Novelty8/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Comprehensive command set for various development tasks
  • Supports intelligent agents for enhanced productivity
  • Structured approach to workflow automation

Cons

  • Complexity may overwhelm new users
  • Limited documentation on advanced features
  • Dependency on external MCP servers for enhanced performance

Related Skills

supaviber

A
toolCo-Pilot
82/ 100

β€œPowerful, but the setup might scare off the impatient.”

pytorch

S
toolCode Lib
92/ 100

β€œIt's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

β€œIt promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author SuperClaude-Org.