17 lines
331 B
JSON
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"
|
|
]
|
|
} |