Files
2025-11-29 18:26:37 +08:00

20 lines
372 B
JSON

{
"name": "plugin-dev",
"description": "Toolkit for developing Claude Code plugins with skills for hooks, MCP integration, commands, agents, and best practices.",
"version": "1.2.2",
"author": {
"name": "Fatih Akyon"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}