SuperClaude v3 Logo
Version 3.0.0 - Initial Release

SuperClaude v3

A framework that extends Claude Code with 16 specialized commands, smart personas, and MCP server integration

Open Source (MIT)
PyPI Available
100% Local

โš ๏ธ Fresh Out of Beta!

This is an initial release - bugs may occur as we continue improving. Perfect for experimentation and development workflows! ๐Ÿ˜Š

What Makes SuperClaude v3 Special?

Built from the ground up with a focus on simplicity, reliability, and performance

16

Specialized Commands

Essential commands for the most common development tasks

/sc:implement, /sc:build, /sc:design
/sc:analyze, /sc:troubleshoot
/sc:test, /sc:improve
AI

Smart Personas

Domain specialists that jump in when relevant

๐Ÿ—๏ธ architect - Systems design
๐ŸŽจ frontend - UI/UX focus
๐Ÿ›ก๏ธ security - Vulnerability analysis
MCP

Server Integration

External tools that connect when useful

Context7 - Official docs
Sequential - Multi-step thinking
Magic - UI components

What's Working Well

  • Installation suite (rewritten from ground up)
  • Core framework with 9 documentation files
  • 16 slash commands for development tasks
  • MCP server integration (Context7, Sequential, Magic, Playwright)
  • Unified CLI installer for easy setup

Known Issues

  • Initial release - bugs are expected
  • Some features may not work perfectly yet
  • Documentation is still being improved
  • Hooks system was removed (coming back in v4)

Installation Guide

Two-step process: Install the package, then run the installer

1

Install the Package

Option A: From PyPI (Recommended)

uv add SuperClaude

Option B: From Source

git clone https://github.com/NomenAK/SuperClaude.git
cd SuperClaude
uv sync
2

Run the Installer

# Quick setup (recommended)
SuperClaude install

# Interactive selection
SuperClaude install --interactive

# Developer setup
SuperClaude install --profile developer

That's it! ๐ŸŽ‰ The installer handles everything: framework files, MCP servers, and Claude Code configuration.

โš ๏ธ Upgrading from v2? Important!

Clean up first: Uninstall v2 and delete SuperClaude/, ~/.claude/shared/, ~/.claude/commands/

Key Change: /build is now /sc:implement for feature implementation

Migration: Replace v2 /build myFeature with v3 /sc:implement myFeature

16 Essential Commands

Development

/sc:implementBuild features
/sc:buildCompile/package
/sc:designUI/UX design

Analysis

/sc:analyzeCode analysis
/sc:troubleshootDebug issues
/sc:explainCode explanation

Quality

/sc:improveCode enhancement
/sc:testTesting suites
/sc:cleanupCode cleanup

Utilities

/sc:documentDocumentation
/sc:gitGit operations
/sc:estimateTime estimates
/sc:taskTask management

Smart Personas

๐Ÿ—๏ธ

architect

Systems design and architecture planning

๐ŸŽจ

frontend

UI/UX and accessibility focused development

โš™๏ธ

backend

APIs and infrastructure development

๐Ÿ”

analyzer

Debugging and problem-solving specialist

๐Ÿ›ก๏ธ

security

Security concerns and vulnerability assessment

โœ๏ธ

scribe

Documentation and technical writing

+ 3 more specialists that jump in when relevant!
They don't always pick perfectly, but usually get it right! ๐Ÿ˜Š

SuperClaude Contributors

Amazing developers who make SuperClaude possible

SuperClaude Contributors

Loading... contributors and counting! View all contributors โ†’

SuperClaude_Website Contributors

Amazing developers who make SuperClaude_Website possible

Want to Contribute?

We welcome contributions of all kinds! From bug reports to new features, documentation improvements to code reviews.

Frequently Asked Questions

Why was the hooks system removed?

It was getting complex and buggy. We're redesigning it properly for v4.

Does this work with other AI assistants?

Currently Claude Code only, but v4 will have broader compatibility.

Is this stable enough for daily use?

The basic stuff works pretty well, but definitely expect some rough edges since it's a fresh release. Probably fine for experimenting! ๐Ÿงช

How does SuperClaude ensure privacy?

SuperClaude runs 100% locally with no third-party servers or data collection. It's open source and MIT licensed.

What's coming in v4?

We're hoping to work on hooks system redesign, more MCP integrations, better performance, additional personas, and cross-CLI support. No timeline promises though! ๐Ÿ˜