Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:19 +08:00
commit 813a27cfd1
6 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "startup-subagents",
"description": "Claude Code plugin",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Simon Boudrias",
"email": "hello@simonboudrias.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}