mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 04:22:03 +00:00
10 lines
293 B
JSON
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"
|
|
}
|
|
}
|