Claude Code plugins
Claude Code plugins bundle skills, commands, hooks, and MCP configs into a single installable unit. Use them when a product feature needs all four types deployed together.
When to use a plugin
Directory layout
devtools/
├── plugin.json
├── skills/
│ ├── code-review/
│ │ └── SKILL.md
│ └── test-writer/
│ └── SKILL.md
├── commands/
│ └── review/
│ └── COMMAND.md
├── hooks/
│ └── pre-commit/
│ └── HOOK.md
└── mcp/
└── staging-db/
└── MCP.mdInstallation
Discovering plugins
Versioning
When to split a plugin back into pieces
Last updated
Was this helpful?