-
Book Overview & Buying
-
Table Of Contents
Agentic Coding with Claude Code
By :
Please check the official docs for reference: https://code.claude.com/docs/en/plugins.
Plugins bundle slash commands (skills), sub-agents, MCP servers, and hooks into a single, shareable primitive. These plugins can be shared within a team or published to the open source community, enabling reuse and consistency across environments.
Before plugins were introduced, reusing configuration required significant manual effort. For example, to use a slash command from an open source repository, we had to navigate to that repository, copy the slash command, and paste it into the local .claude directory. The same process applied to sub-agents and hooks. MCP servers followed a different setup process, but the overall workflow remained manual and fragmented.
Claude Code plugins address this problem by bundling all of these components into a single plugin that can be installed and integrated seamlessly. Plugins can be sourced from open source repositories...