Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:11 +08:00
commit e2fc182166
5 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "superclaude-framework",
"description": "SuperClaude Framework - Complete suite of behavioral rules, specialized agents, and productivity commands for enhanced Claude Code development",
"version": "4.1.5",
"author": {
"name": "SuperClaude Team",
"url": "https://github.com/SuperClaude-Org"
},
"hooks": [
"./hooks/hooks.json"
],
"mcp": [
"./.mcp.json"
]
}