Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:21 +08:00
commit a195b66217
11 changed files with 1002 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "superclaude",
"description": "A comprehensive meta-programming framework that enhances Claude Code with intelligent agents, behavioral modes, and systematic workflows. Features include confidence-driven development (≥90% threshold), autonomous web research with adaptive planning, 94% token reduction through smart indexing, and integration with 8 MCP servers for enhanced capabilities.",
"version": "4.1.6",
"author": {
"name": "SuperClaude Community",
"url": "https://github.com/SuperClaude-Org"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}