Files
2025-11-30 09:07:35 +08:00

21 lines
418 B
JSON

{
"name": "my-first-plugin",
"description": "A comprehensive demo plugin showcasing all Claude Code plugin types: commands, skills, agents, hooks, and MCP server integration",
"version": "1.0.0",
"author": {
"name": "Demo Author",
"email": "demo@example.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}