Files
claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json
2025-12-01 10:44:28 -08:00

9 lines
271 B
JSON

{
"name": "example-plugin",
"description": "A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers",
"author": {
"name": "Your Name",
"email": "your.email@example.com"
}
}