Files
claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json
2025-11-20 11:47:24 -08:00

10 lines
293 B
JSON

{
"name": "example-plugin",
"version": "1.0.0",
"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"
}
}