Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:07 +08:00
commit b5ab310674
19 changed files with 5687 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "start",
"description": "Workflow orchestration commands for agentic software development",
"version": "2.0.0",
"author": {
"name": "Rudolf S."
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}