As Claude's plugin ecosystem grows, discoverability and safe distribution become operational problems as much as technical ones. This repository acts as a single-nightly-synced snapshot of the community marketplace, giving teams a stable, auditable list of third-party plugins they can inspect and install without relying on a live in-app query.
What Sets It Apart
- Read-only mirror: the repo stores a snapshot (the .claude-plugin/marketplace.json) pinned to commit SHAs, so the catalog is reproducible and can be archived or mirrored by organizations.
- Vetted submissions: plugins listed here have been submitted through Anthropic's in-app flow, passed automated security scanning, and been approved by Anthropic's review pipeline — this lowers but does not eliminate risk compared with installing arbitrary code.
- Nightly sync cadence: updates come via Anthropic's internal pipeline on a predictable schedule, which makes auditing and change-tracking straightforward for CI or compliance workflows.
- Community-focused, not official curated: unlike the official Anthropic marketplace, this catalog hosts third-party contributions and is added to client tooling manually, which gives access to a broader set of integrations but means inclusion is not the same as “Anthropic verified” unless explicitly labeled.
Who It's For and Tradeoffs
Great fit if you need a reproducible, discoverable list of community plugins for Claude (for example, teams that want to audit plugin manifests, pin versions, or mirror a marketplace internally). It is also useful for developers who want a central registry of community-contributed skills, agents, and MCP endpoints.
Look elsewhere if you require a fully curated, Anthropic-maintained set of plugins (see the official marketplace) or if you need to directly contribute via GitHub PRs — this repository is a read-only mirror and changes flow from Anthropic's internal review system. Also note that “vetted” here means automated scanning plus Anthropic review; you should still perform your own security and privacy assessments before deploying third-party plugins in production.