Plugin ecosystems usually fragment into dozens of competing registries, leaving you to guess which entries are safe to run. Here Anthropic takes the opposite bet: a single first-party directory where its own plugins and outside submissions sit side by side, but everything clears the same review bar before it appears in the /plugin browser.
What Sets It Apart
- Two-tier layout makes provenance obvious:
/pluginsare Anthropic-maintained,/external_pluginscome from partners and the community, so you can tell who stands behind an extension instead of trusting a flat list. - The install path lives inside the CLI, not a web download —
/plugin install {name}@claude-plugins-officialresolves against this repo, so the marketplace and your runtime are the same surface. - Every external entry passes a submission form plus quality and security review, which shifts the vetting cost onto Anthropic rather than leaving you to audit random GitHub repos.
- A single plugin can bundle commands, agents, skills, and optional MCP servers, so one install can reshape a slice of your workflow instead of adding a lone command.
Who It's For
Great fit if you use Claude Code regularly and want discoverable, reviewed extensions without hand-wiring config or reading third-party source yourself. Look elsewhere if you need an open, permissionless registry — listing here depends on Anthropic's approval — or if your plugin is too niche to clear the review bar. It is a distribution directory, not an authoring framework: it helps you find and install plugins, not build them.