claude-plugins-official: The Official Directory for Claude Code Plugins

Summary
claude-plugins-official is Anthropic's official repository for high-quality Claude Code Plugins. It provides a curated directory of both internal and third-party plugins, enabling users to extend Claude's capabilities. This repository serves as the central hub for discovering and installing powerful tools for Claude Code.
Repository Info
Tags
Click on any tag to explore related repositories
Introduction
The claude-plugins-official repository, managed by Anthropic, serves as the definitive directory for high-quality Claude Code Plugins. With over 27,747 stars and 2,953 forks, this Python-based project is a central resource for enhancing Claude's functionality. It is structured into two main sections: /plugins for internal plugins developed by Anthropic, and /external_plugins for contributions from third-party partners and the community.
Important Note: Always ensure you trust a plugin before installing, updating, or using it. Anthropic does not control the servers, files, or software included in plugins and cannot verify their intended functionality or stability. Refer to each plugin's homepage for detailed information.
Installation
Installing plugins from this official marketplace is straightforward, utilizing Claude Code's built-in plugin system.
To install a specific plugin, use the following command:
/plugin install {plugin-name}@claude-plugins-official
Alternatively, you can browse and discover available plugins directly within Claude Code by navigating to /plugin > Discover.
Examples
While specific usage examples for individual plugins are found within their respective documentation, this repository provides a clear structure for plugin development. Each plugin adheres to a standard format, ensuring consistency and ease of integration.
Here's the typical structure of a Claude Code plugin:
plugin-name/
??? .claude-plugin/
? ??? plugin.json # Plugin metadata (required)
??? .mcp.json # MCP server configuration (optional)
??? commands/ # Slash commands (optional)
??? agents/ # Agent definitions (optional)
??? skills/ # Skill definitions (optional)
??? README.md # Documentation
Developers looking for a reference implementation for internal plugins can consult the /plugins/example-plugin directory within the repository.
Why Use claude-plugins-official?
Choosing claude-plugins-official offers several key advantages for Claude Code users and developers:
- Official and Curated: This is Anthropic's official directory, ensuring a level of quality and reliability for listed plugins.
- Extends Claude's Capabilities: Access a wide array of tools and functionalities to enhance Claude's performance and versatility.
- Community Contributions: Benefit from innovations by third-party partners and the broader community, expanding the ecosystem.
- Easy Discovery and Installation: The integrated plugin system makes it simple to find and install new tools directly within Claude Code.
- Structured Development: For developers, the clear plugin structure and submission guidelines facilitate creating and contributing high-quality plugins.
Links
- GitHub Repository: https://github.com/anthropics/claude-plugins-official
- Plugin Directory Submission Form: https://clau.de/plugin-directory-submission
- Official Plugin Development Documentation: https://code.claude.com/docs/en/plugins