anthropics / claude-plugins-official
Claude Code Plugins Directory
Claude Code Plugins Directory Claude Code 插件目录
A curated directory of high-quality plugins for Claude Code. 这是一个精选的 Claude Code 高质量插件目录。
⚠️ Important: Make sure you trust a plugin before installing, updating, or using it. Anthropic does not control what MCP servers, files, or other software are included in plugins and cannot verify that they will work as intended or that they won’t change. See each plugin’s homepage for more information. ⚠️ 重要提示:在安装、更新或使用插件之前,请确保您信任该插件。Anthropic 无法控制插件中包含哪些 MCP 服务器、文件或其他软件,也无法验证它们是否能按预期工作或是否会发生更改。更多信息请参阅各插件的主页。
Structure
目录结构
/plugins - Internal plugins developed and maintained by Anthropic /plugins - 由 Anthropic 开发和维护的内部插件
/external_plugins - Third-party plugins from partners and the community /external_plugins - 来自合作伙伴和社区的第三方插件
Installation
安装
Plugins can be installed directly from this marketplace via Claude Code’s plugin system. To install, run /plugin install {plugin-name}@claude-plugins-official or browse for the plugin in /plugin > Discover
插件可以通过 Claude Code 的插件系统直接从该市场安装。如需安装,请运行 /plugin install {plugin-name}@claude-plugins-official,或在 /plugin > Discover 中浏览插件。
Contributing
贡献
Internal Plugins 内部插件
Internal plugins are developed by Anthropic team members. See /plugins/example-plugin for a reference implementation.
内部插件由 Anthropic 团队成员开发。参考实现请查看 /plugins/example-plugin。
External Plugins 外部插件
Third-party partners can submit plugins for inclusion in the marketplace. External plugins must meet quality and security standards for approval. To submit a new plugin, use the plugin directory submission form. 第三方合作伙伴可以提交插件以纳入市场。外部插件必须符合质量和安全标准才能获得批准。如需提交新插件,请使用插件目录提交表单。
Plugin Structure
插件结构
Each plugin follows a standard structure: 每个插件都遵循标准结构:
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
plugin-name/
├── .claude-plugin/
│ └── plugin.json # 插件元数据(必需)
├── .mcp.json # MCP 服务器配置(可选)
├── commands/ # 斜杠命令(可选)
├── agents/ # 智能体定义(可选)
├── skills/ # 技能定义(可选)
└── README.md # 文档
License
许可证
Please see each linked plugin for the relevant LICENSE file. 请查看每个链接插件对应的 LICENSE 文件。
Documentation
文档
For more information on developing Claude Code plugins, see the official documentation. 有关开发 Claude Code 插件的更多信息,请参阅官方文档。