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