plugin.json 293 B

123456789
  1. {
  2. "name": "example-plugin",
  3. "version": "1.0.0",
  4. "description": "A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers",
  5. "author": {
  6. "name": "Your Name",
  7. "email": "your.email@example.com"
  8. }
  9. }