Files
gh-kivilaid-plugin-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:33:44 +08:00

18 lines
396 B
JSON

{
"name": "example-full-featured",
"description": "Full-featured productivity plugin with Git workflow automation, code review agents, test generation, validation hooks, and example MCP server",
"version": "1.0.0",
"author": {
"name": "ando",
"email": "ando@kivilaid.ee"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}