Claude Code Plugins Library
Browse Claude Code plugins — installable bundles of skills, commands, hooks, and MCP servers.
Claude Code plugins are installable bundles distributed via marketplaces. They package skills, slash commands, hooks, and MCP servers together. Install them with /plugin install <name>@<marketplace> and manage via /plugin.
No plugins match your search. Try a different query or filter.
Getting Started
/plugin marketplace add <github-org/repo>
/plugin install <plugin-name>@<marketplace>
Enable, disable, and list installed plugins. Bundled slash commands become available immediately.
Frequently Asked Questions
What are Claude Code plugins?
Plugins are installable bundles that combine skills, slash commands, hooks, and MCP servers into a single distributable package. They're managed via the /plugin command.
How do I install a plugin?
First add a marketplace with /plugin marketplace add <github-org/repo>, then /plugin install <name>@<marketplace>. Plugins are stored under ~/.claude/plugins/.
What is the difference between a plugin and a skill?
A skill is a single markdown prompt template. A plugin is a bundle that can include multiple skills plus commands, hooks, and MCP server configs — distributed and versioned as one unit.
Can I create my own plugin marketplace?
Yes. Create a GitHub repo with a marketplace.json manifest describing your plugins, then point users at it with /plugin marketplace add <your-org/your-repo>.