Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:07 +08:00
commit 7422bc109d
32 changed files with 7456 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "swiss-army-knife",
"description": "Multi-stack bugfix workflow plugin supporting backend and e2e with 6-phase process (frontend agents ready, workflow pending)",
"version": "0.3.0",
"author": {
"name": "penkzhou"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}