Co-Pilot / 辅助式
更新于 a month ago

superclaude_framework

SSuperClaude-Org
20.4k
superclaude-org/superclaude_framework
80
Agent 评分

💡 摘要

SuperClaude框架将Claude代码转化为一个结构化的开发平台,提供自动化工作流程和智能代理。

🎯 适合人群

寻求工作流程自动化的软件开发人员需要结构化头脑风暴工具的项目经理对元编程感兴趣的AI研究人员记录AI过程的技术作家优化部署工作流程的DevOps工程师

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

🚀 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

五维分析
清晰度8/10
创新性8/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 全面的命令集,适用于各种开发任务
  • 支持智能代理,提高生产力
  • 结构化的工作流程自动化方法

缺点

  • 复杂性可能会让新用户感到困惑
  • 高级功能的文档有限
  • 依赖外部MCP服务器以获得增强性能

相关技能

supaviber

A
toolCo-Pilot / 辅助式
82/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 SuperClaude-Org.