Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:59:51 +08:00
commit 5a4f0900ad
15 changed files with 2857 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "essentials",
"description": "Essential MCP servers, requirements management, and intelligent instruction analysis for enhanced Claude Code development workflow",
"version": "1.1.0",
"author": {
"name": "bandofai"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}