Claude Plugins
Claude Plugins are how you share skills, agents, hooks, and MCP servers across projects. Official docs split two paths. Standalone .claude/ files are for personal or repo experiments (/hello). A plugin is a directory with a .claude-plugin/plugin.json manifest, and its commands are namespaced (/plugin-name:hello). Start standalone, then convert when you need a versioned team bundle.
The official marketplace claude-plugins-official is added on first interactive start. Browse with /plugin or at claude.com/plugins. Install with /plugin install <name>@claude-plugins-official (example: github@claude-plugins-official). Cloud sessions can declare enabledPlugins in .claude/settings.json. Do not keep the old "500+ plugin ecosystem" line unless you re-count the live catalog.
Key Features
- Bundle four extension types: skills, agents/subagents, hooks, MCP.
- Marketplace install: Official Anthropic catalog plus your own marketplace add.
- Namespaced slash commands: Avoids colliding with repo-local
/deploy. - LSP, monitors, default settings: The create-plugins guide also covers LSP servers, background monitors, and shipped defaults.
- Team and cloud:
enabledPluginsfor non-interactive environments.
Use Cases
- Standardize a company GitHub + formatter stack with one install.
- Publish an internal marketplace instead of copying
.claude/between repos. - Community distribution via the official catalog submit path.
Pricing
Plugins are free to author. Runtime still uses your Claude plan. Third-party plugins may call paid APIs. Recheck claude.com/pricing and each plugin's own docs.
Getting Started
- Read Discover and install plugins.
- Run
/pluginand install one official plugin, such as GitHub. - When you outgrow standalone skills, follow Create plugins.
- For cloud, set
enabledPluginsrather than assuming/pluginexists.
Frequently Asked Questions
Is /plugin install always available?
In the terminal CLI, yes. If Claude says the command is missing, use the desktop plugin browser or enabledPlugins.
Plugin vs skill?
A skill is one procedure. A plugin is the shipping container.
Official marketplace name?
claude-plugins-official. Add it with /plugin marketplace add anthropics/claude-plugins-official if the first-run fetch failed.
Alternatives
- Claude Skills: Build the procedure first.
- Claude Hooks: Enforcement inside the bundle.
- Claude Code: The runtime.
Tips
- Namespace early.
/deployin a plugin will not match a repo skill unless you plan it. - Pin marketplace + plugin names in
settings.jsonfor CI. - Recheck claude.com/plugins before you cite a catalog size.
Conclusion
Plugins are the distribution layer for Claude Code extensions. Install from the official discover page, then package your own only after a standalone skill works.
Comments
No comments yet. Be the first to comment!
Related Tools
Claude Skills
code.claude.com/docs/en/skills
Claude Code skills are SKILL.md packages that extend the agent on demand. Custom slash commands merged into skills; follows the Agent Skills standard.
Claude Hooks
code.claude.com/docs/en/hooks-guide
Deterministic shell hooks in Claude Code. Run commands on edit, stop, and permission events, plus optional prompt-based and HTTP hooks.
Claude Subagents
code.claude.com/docs/en/sub-agents
Specialized Claude Code workers with their own context, tools, and permissions. Use them so research and logs do not flood the main session.
Related Insights
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Claudesidian: Transform Obsidian into an AI-Powered Second Brain
Discover Claudesidian, an open-source project that perfectly integrates Obsidian with Claude Code. Built-in PARA method, custom commands, and automated workflows for a complete idea-to-implementation solution.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.