Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:04 +08:00
commit 37c66176e0
16 changed files with 2892 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "sugar",
"description": "Transform Claude Code into an autonomous AI development powerhouse with rich task context, specialized agents, and intelligent workflow automation",
"version": "2.0.0",
"author": {
"name": "Steven Leggett",
"email": "contact@roboticforce.io"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}