Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:43 +08:00
commit 60dbdfc8da
8 changed files with 251 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "my-plugin",
"description": "gorvey's claude plugin project",
"version": "1.0.0",
"author": {
"name": "gorvey"
},
"agents": [
"./agents/fe-init-agent.md"
],
"commands": [
"./commands/apply.md",
"./commands/plan.md",
"./commands/fe-init-vue3.md",
"./commands/gen-api-code.md"
]
}