Files
2025-11-29 18:28:43 +08:00

17 lines
331 B
JSON

{
"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"
]
}