Files
claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json

10 lines
293 B
JSON
Raw Normal View History

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