Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:42 +08:00
commit bf31f5e3b9
57 changed files with 7735 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "sc",
"description": "Transform Claude Code into a structured development platform with 25 /sc: commands, 15 specialized agents, 7 behavioral modes, and 8 MCP server integrations",
"version": "4.4.0",
"author": {
"name": "SuperClaude Team",
"email": "support@superclaude.dev",
"url": "https://github.com/SuperClaude-Org"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}