Anthropic announced that its AI coding assistant Claude Code has officially launched a new "Plugin" system, which is now in public beta. This innovative plugin system aims to provide developers with more customizable features, allowing them to easily add various tools and functions, just like in VS Code, thereby improving work efficiency.

The plugin system of Claude Code mainly includes four core components. The first is slash commands, which allow users to quickly perform some common operations, greatly simplifying the workflow. The second is subagents, which are specialized AI assistants tailored for specific development tasks, providing more accurate support according to needs.

image.png

The third core component is the Model Context Protocol Server (MCP Servers), which can securely connect external tools, databases, or internal systems, ensuring the security and effectiveness of information transfer. Finally, hooks allow users to customize the behavior of Claude Code at key steps, thus meeting the specific needs of different projects.

Users can easily install, enable, or disable plugins in Claude Code by using the /plugin command, adapting to different project requirements. Anthropic also plans to launch "Plugin Marketplaces," allowing teams and communities to centrally manage and share plugins. Developers can create their own marketplaces simply by adding a configuration file in a Git repository.

Currently, multiple community example plugins such as DevOps automation, testing tools, and documentation generation are available for use. Anthropic itself has also released a series of official plugins covering common scenarios such as code review, security detection, and the Claude Agent SDK. The official stated that the plugin mechanism will become the core of customization and collaboration in future Claude Code, enabling developers to share efficient workflows and unified team standards, and deeply integrating Claude Code into the enterprise development ecosystem.

This update is widely considered an important step in improving developer productivity. All Claude Code users can participate in the public beta and experience the convenience brought by this feature.

Key Points:

🌟 ** New Plugin System **: Claude Code introduces a plugin system that supports developers to customize features.   

🤖 ** Multiple Core Components **: Includes slash commands, subagents, MCP servers, and hooks, meeting different development needs.   

🛠️ ** Plugin Market **: Developers can create and manage plugin marketplaces, facilitating resource sharing among teams and communities.