claude-plugins-official
资源汇总anthropics/claude-plugins-official
Anthropic 官方管理的 Claude Code 高质量插件目录。
项目简介
这是 Claude Code 的高质量插件集合市场,包含 Anthropic 内部及第三方开发的插件。每个插件可添加 MCP 服务器、命令、代理或技能,扩展 Claude Code 的功能。可通过 Claude Code 插件系统安装。
README 预览
# Claude Code Plugins Directory\n\nA curated directory of high-quality plugins for Claude Code.\n\n> **⚠️ 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.\n\n## Structure\n\n- **`/plugins`** - Internal plugins developed and maintained by Anthropic\n- **`/external_plugins`** - Third-party plugins from partners and the community\n\n## Installation\n\nPlugins can be installed directly from this marketplace via Claude Code's plugin system.\n\nTo install, run `/plugin install {plugin-name}@claude-plugins-official`\n\nor browse for the plugin in `/plugin > Discover`\n\n## Contributing\n\n### Internal Plugins\n\nInternal plugins are developed by Anthropic team members. See `/plugins/example-plugin` for a reference implementation.\n\n### External Plugins\n\nThird-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](https://clau.de/plugin-directory-submission).\n\n## Plugin Structure\n\nEach plugin follows a standard structure:\n\n```\nplugin-name/\n├── .claude-plugin/\n│ └── plugin.json # Plugin metadata (required)\n├── .mcp.json # MCP server configuration (optional)\n├── commands/ # Slash commands (optional)\n├── agents/ # Agent definitions (optional)\n├── skills/ # Skill definitions (optional)\n└── README.md # Documentation\n```\n\n## Skill-bundle plugins\n\nWhen a plugin's source repository ships skills (`SKILL.md` files) without a `.claude-plugin/plugin.json` manifest, the marketplace entry can declare the skills directly using `strict: false` and an explicit `skills` array.\n\n```json\n{\n "name": "exa