Several external plugins had source configs that no longer matched the upstream layout, so the automated SHA bump skipped them indefinitely. Add the missing path field where the manifest moved into a subdirectory, correct stale ref/commit metadata, and update the skills list for the one strict:false skills-only entry. - rc, revenuecat: upstream moved the plugin from repo root into revenuecat/. Add path and bump SHA. - zilliz: plugin moved from repo root into plugins/zilliz/. Add path and bump SHA. - sumup: plugin lives at providers/claude/plugin/ (declared by the upstream marketplace.json) but our entry never had a path. Add it and bump SHA. - mintlify: pure SHA bump. Repo layout unchanged between SHAs; the upstream remains a marketplace-style repo with no plugin.json, same as the currently pinned SHA. - netsuite-suitecloud (strict:false skills entry): bump SHA and add the four new skill directories upstream added since the last pin. - 42crunch-api-security-testing: ref said v1.0.1 but the pinned SHA is actually v1.5.5. Correct the label; the SHA is already current. - jfrog: commit and sha fields had drifted apart. Set both to upstream HEAD. Each new SHA verified to be on the upstream default branch and the referenced manifest validated with claude plugin validate.
Claude Code Plugins Directory
A curated directory of high-quality plugins for 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.
Structure
/plugins- Internal plugins developed and maintained by Anthropic/external_plugins- Third-party plugins from partners and the community
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
Contributing
Internal Plugins
Internal plugins are developed by Anthropic team members. See /plugins/example-plugin for a reference implementation.
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
License
Please see each linked plugin for the relevant LICENSE file.
Documentation
For more information on developing Claude Code plugins, see the official documentation.