plugin-master
Installation
SKILL.md
Plugin Development Guide
Quick Reference
| Component | Location | Required |
|---|---|---|
| Plugin manifest | .claude-plugin/plugin.json |
Yes |
| Commands | commands/*.md |
No (auto-discovered) |
| Agents | agents/*.md |
No (auto-discovered) |
| Skills | skills/*/SKILL.md |
No (auto-discovered) |
| Hooks | hooks/hooks.json |
No |
| MCP Servers | .mcp.json |
No |
| Task | Action |
|---|---|
| Create plugin | Ask: "Create a plugin for X" |
| Validate plugin | Run: /validate-plugin |
| Install from marketplace | /plugin marketplace add user/repo then /plugin install name@user |