Files
gh-rsmdt-the-startup-plugin…/.claude-plugin/plugin.json
2025-11-30 08:53:07 +08:00

17 lines
275 B
JSON

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