Files
claude-plugins-official/plugins/example-plugin/.claude-plugin/plugin.json
Noah Zweben 19a119f97e Update plugins library to include authors (#6)
* added Anthropic as author

* update figma
2025-12-12 16:52:17 -08:00

9 lines
270 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": "Anthropic",
"email": "support@anthropic.com"
}
}