plugins marketplace
← All plugins

sc

v4.3.0

Transform Claude Code into a structured development platform with 29 /sc: commands, 23 specialized agents, 7 behavioral modes, and MCP server integration

Claude Code

by SuperClaude TeamMIT55updated 2 weeks ago

Source

git clone https://github.com/SuperClaude-Org/SuperClaude_Plugin

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

sc/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "sc",
  "version": "4.3.0",
  "description": "Transform Claude Code into a structured development platform with 29 /sc: commands, 23 specialized agents, 7 behavioral modes, and MCP server integration",
  "author": {
    "name": "SuperClaude Team",
    "email": "support@superclaude.dev",
    "url": "https://github.com/SuperClaude-Org"
  },
  "homepage": "https://superclaude.netlify.app/",
  "repository": "https://github.com/SuperClaude-Org/SuperClaude_Plugin",
  "license": "MIT",
  "keywords": [
    "development",
    "productivity",
    "agents",
    "workflow",
    "automation",
    "mcp",
    "spec-driven",
    "tdd"
  ]
}