← Back to research
·12 min read·company

Claude Plugin Marketplace

Anthropic's official, curated plugin marketplace for Claude Code and Cowork — 222 marketplace entries spanning 36 first-party plugins and 170+ approved partner plugins, pre-registered in every Claude Code install, with a two-tier approval process and an "Anthropic Verified" badge.

Key takeaways

  • The marketplace.json defines 222 plugin entries as of June 11, 2026 — 36 first-party Anthropic plugins (12 of them language-server plugins) plus approved third-party entries pulled from partner repos including AWS, Microsoft, Stripe, Shopify, Datadog, and even Google's gemini-cli-extensions
  • Distribution power is the moat: the marketplace is pre-registered in every Claude Code install, and top plugins show six-figure install counts — Frontend Design at 867K, Superpowers at 787K, Code Review at 359K
  • Two-tier curation — automated screening for all submissions, a stricter review earning an "Anthropic Verified" badge — yet the repo README still warns Anthropic "does not control what MCP servers, files, or other software are included in plugins"
  • Home of the Ralph Loop plugin, renamed from "Ralph Wiggum" on January 6, 2026 "per legal guidance" — a commit message that became its own small community legend

FAQ

What is the Claude Plugin Marketplace?

It is Anthropic's official, curated directory of Claude Code and Cowork plugins — bundles of skills, slash commands, agents, hooks, and MCP servers — hosted at github.com/anthropics/claude-plugins-official and browsable at claude.com/plugins, and pre-registered by default in Claude Code.

How much does the Claude Plugin Marketplace cost?

The marketplace and its plugins are free; using them requires a Claude Code subscription or API usage, and some partner plugins front paid vendor services.

How do external plugins get approved?

Partners submit through Anthropic's plugin directory submission form; all submissions pass automated quality and security screening, inclusion is at Anthropic's discretion, and plugins that clear an additional manual review earn an "Anthropic Verified" badge.

How is this different from Anthropic Skills (anthropics/skills)?

anthropics/skills is the catalog and open standard for the SKILL.md format itself, while the plugin marketplace is the distribution channel — plugins can bundle skills alongside MCP servers, commands, agents, and hooks, and many partner entries are skill bundles pulled from vendor repos.

Executive Summary

The Claude Plugin Marketplace (anthropics/claude-plugins-official) is Anthropic's official, curated distribution channel for Claude Code plugins — packages that bundle skills, slash commands, agents, hooks, and MCP servers into a single install. The repository describes itself as the "Official, Anthropic-managed directory of high quality Claude Code Plugins," sits at 29.9K stars, 3.2K forks, and 941 commits as of June 11, 2026 (verified via the GitHub API), and backs the browsable directory at claude.com/plugins covering both Claude Code and Cowork.[1][2] Its structural advantage over every community marketplace is default distribution: the official marketplace is pre-registered in Claude Code, so /plugin > Discover works with zero setup.[3]

The marketplace manifest defines 222 plugin entries as of June 11, 2026: 36 first-party plugins built by Anthropic (twelve of them language-server plugins, plus tools like code-review, feature-dev, frontend-design, and ralph-loop), 15 vendored external plugins (GitHub, GitLab, Linear, Asana, Firebase, Playwright, Terraform, Discord, and others), and roughly 170 partner entries sourced directly from vendors' own git repositories — AWS, Microsoft, Stripe, Shopify, Datadog, Sentry, MongoDB, NVIDIA, Hugging Face, and, notably, Google's gemini-cli-extensions repos serving database plugins into Anthropic's marketplace.[1] External plugins are gated: partners submit via a dedicated form, "must meet quality and security standards for approval," and the strongest pass a stricter review to earn an "Anthropic Verified" badge.[1][2] This profile covers the marketplace as distribution infrastructure; the SKILL.md format it often distributes is covered separately in Anthropic Skills.

AttributeValue
MaintainerAnthropic[1]
CreatedNovember 20, 2025 (repo); broad launch coverage late May 2026[1][4]
GitHub Stars29.9K (June 11, 2026, via GitHub API); 3.2K forks; 941 commits[1]
Plugin Entries222 in marketplace.json — 36 first-party, ~185 external/partner[1]
LicenseApache 2.0 (repo); each plugin carries its own license[1]
Last PushJune 11, 2026 — actively maintained[1]

Product Overview

Usage is a one-liner: /plugin install {plugin-name}@claude-plugins-official, or browsing via /plugin > Discover inside Claude Code — no marketplace registration required because the official marketplace ships pre-registered.[1][3] The claude.com/plugins web directory adds search, category filters, per-plugin install counts, and source-code links for pre-install review.[2]

Install counts on the directory show real adoption concentration at the top: Frontend Design at 867K installs, Superpowers at 787K, Code Review at 359K, GitHub at 270K, and Playwright at 258K as of June 2026.[2] By category, the manifest skews heavily toward development (95 entries), productivity (42), and database (31), with security (13) and monitoring (10) trailing.[1]

Key Capabilities

CapabilityDescription
Curated directory222 entries; inclusion at Anthropic's discretion, separate from the community marketplace[1][3]
Plugin bundlesEach plugin can ship commands, agents, skills, hooks, and an .mcp.json MCP server config[1]
Skill-bundle entriesstrict: false entries expose SKILL.md folders from partner repos that lack a plugin manifest[1]
Two-tier approvalAutomated screening for all; "Anthropic Verified" badge after additional quality/safety review[2][4]
Partner submissionPublic submission form (clau.de/plugin-directory-submission) with quality and security standards[1]

Product Surfaces

SurfaceDescriptionAvailability
Claude Code CLI/plugin install, /plugin > Discover; marketplace pre-registeredGA[3]
claude.com/pluginsWeb directory with install counts, badges, source linksGA[2]
CoworkSmaller plugin set (e.g., Slack, Data) for Anthropic's Cowork productGA[2]

Technical Architecture

The entire marketplace is a single marketplace.json manifest in the repo's .claude-plugin/ directory, plus two plugin trees: /plugins for Anthropic-built plugins and /external_plugins for vendored third-party code.[1] Most partner entries are not vendored at all — about 170 of the 222 entries point at the partner's own GitHub repository via a git/git-subdir source, with support for pinning a ref and commit sha, so vendors like Stripe, Cloudflare, and Notion maintain their plugins in their own repos while Anthropic controls the index.[1] Each plugin follows a standard layout: a required .claude-plugin/plugin.json manifest, optional commands/, agents/, skills/ directories, and an optional .mcp.json MCP server configuration.[1]

The flagship oddity is the Ralph Loop plugin, a first-party implementation of Geoffrey Huntley's "Ralph is a Bash loop" technique — a Stop hook blocks Claude's session exit and re-feeds the same prompt until a completion promise appears, creating an in-session autonomous loop.[1] It entered the repo as ralph-wiggum and was renamed on January 6, 2026 with the commit message "Rename ralph-wiggum plugin to ralph-loop per legal guidance" — the README still openly credits "the Ralph Wiggum coding technique (named after the character from The Simpsons)."[5][1]

Key Technical Details

AspectDetail
DeploymentGit repo as marketplace; pre-registered in Claude Code; web directory at claude.com/plugins[1][2]
ManifestSingle marketplace.json, 222 entries; categories, sources, optional sha pinning[1]
Model(s)Model-agnostic packaging for Claude Code (Claude models)
IntegrationsMCP servers, skills, hooks, agents, LSPs for 12 languages[1]
Open SourceApache 2.0 repo; per-plugin licensing varies[1]

Strengths

  • Default distribution beats stars — pre-registration in every Claude Code install gives this marketplace reach no community catalog can match; top plugins show 250K–867K installs while the repo itself has "only" 29.9K stars.[3][2][1]
  • Genuine cross-vendor buy-in — AWS, Microsoft, Stripe, Shopify, Salesforce, Oracle, SAP, NVIDIA, and even Google's gemini-cli-extensions repos publish into the manifest, making it a de facto neutral index of agent tooling.[1]
  • Curation with teeth — submission form, "quality and security standards for approval," discretionary inclusion, and a separate Verified badge tier distinguish it from open-PR community marketplaces.[1][3][2]
  • Active maintenance — 941 commits and a push on the day of this profile (June 11, 2026), with plugin-level fixes like the ralph-loop session-isolation patches landing within days.[1]
  • First-party plugins are substantive — 12 language-server plugins, PR review tooling, MCP server scaffolding, and the Ralph Loop autonomous-iteration plugin, not just demos.[1]

Cautions

  • Curation is not verification — the README's own warning: 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."[1] Press coverage of the launch led with exactly this unverified-MCP risk.[4]
  • Marketplace plugins are an attack surface — PromptArmor demonstrated hijacking Claude Code via injected marketplace plugins; the official directory's screening mitigates but does not eliminate the class of risk, especially since most entries track external partner repos.[6][1]
  • Opaque approval — inclusion is "at Anthropic's discretion" with no published rubric, review SLA, or rejection transparency; partners get a submission form, not a process document.[3][1]
  • Namespace confusionanthropics/claude-code, anthropics/claude-plugins-official, and the community marketplace all serve plugins, and developers report installing from the wrong one.[7]
  • 737 open issues as of June 11, 2026 — partly submission queue, but a signal that triage lags the ecosystem's growth.[1]
  • Enterprise governance is unsolved — there is no published story for org-level allowlisting of marketplace plugins, a gap HN commenters flag directly.[8]

What Developers Say

Community discussion clusters around the October 2025 plugin-system launch, marketplace security, and the Ralph Loop rename; there is no single high-traffic HN thread dedicated to the official directory itself as of June 2026, which for Anthropic-watched infrastructure is itself notable.[7]

"Distribution is going to be key here... plugin maintainers do not want to have to build a marketplace as well as a plugin." — joesaunderson on Hacker News[9]

"Anthropic Legal forced a rename in the Claude repo to 'Ralph Loop'." — usefulposter on Hacker News, on the marketplace's most famous plugin[7]

"Looks like it's been renamed to ralph-loop for legal reasons. :D" — woadwarrior01 on Hacker News[7]

"Had trouble with their two marketplace's as there's also another anthropics-claude-code." — ndom91 on Hacker News, on namespace confusion[7]

"I feel like the lack of response to your question speaks volumes." — nantes on Hacker News, after a question about how large orgs govern plugin installs went unanswered[8]


Pricing & Licensing

TierPriceIncludes
MarketplaceFreeAll 222 entries, browsing, installation, Verified badging[1][2]
UsageClaude Code subscription / API usagePlugins run inside Claude Code, which is paid[10]

Licensing model: The repository is Apache 2.0; the README directs users to "see each linked plugin for the relevant LICENSE file," so per-plugin terms vary.[1]

Hidden costs: Installed plugins consume context tokens (skills, hooks, MCP tool definitions), and many partner plugins front paid vendor services (Datadog, Stripe, Linear, etc.) that require their own accounts.[1]


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
Anthropic SkillsSibling, not rival: the ~149K-star SKILL.md catalog and open standard; the marketplace is the distribution channel that bundles skills with MCP servers, hooks, and commands
wshobson/agentsThe largest community marketplace (84 plugins, 192 agents, 156 skills) and multi-harness; the official directory trades breadth and openness for curation and default distribution
SuperpowersA 224K-star skills framework that is distributed through this marketplace — 787K installs there — showing the channel and the frameworks are complementary[2]
Community marketplacesOpen-PR catalogs (claudecodemarketplace.com and similar) that emerged within days of the plugin launch; no approval gate, no Verified badge[9]

When to Choose the Official Marketplace Over Alternatives

  • Choose the official marketplace when: you want zero-setup discovery, Anthropic's screening as a baseline trust filter, or first-party plugins (LSPs, code review, Ralph Loop) that live nowhere else.
  • Choose wshobson/agents when: you want maximum agent/skill breadth, multi-harness output (Codex, Cursor, Gemini CLI), or no gatekeeper.
  • Choose Anthropic Skills directly when: you only need SKILL.md packages and want the open-standard catalog rather than plugin bundles.
  • Publish to both: frameworks like Superpowers treat the official marketplace as one of eight distribution channels.

Ideal Customer Profile

Best fit:

  • Claude Code users who want vetted, one-command installs of vendor integrations (GitHub, Linear, Sentry, Playwright) without auditing random repos
  • Vendors building agent-facing tooling — the submission form plus Verified badge is currently the cheapest path to six-figure install distribution[2]
  • Teams standardizing on first-party plugins (LSPs, code review, PR toolkit) for consistent workflows

Poor fit:

  • Multi-harness teams (Codex, Cursor, Gemini CLI) — this marketplace serves Claude Code and Cowork only[2]
  • Security-sensitive organizations that need verified, immutable supply chains — most entries track external partner repos and Anthropic disclaims control over plugin contents[1]
  • Developers wanting an open, ungated publishing channel

Viability Assessment

FactorAssessment
Financial HealthFunded as Anthropic corporate infrastructure; no separate economics[1]
Market PositionThe default channel — pre-registered in every Claude Code install, with 222 entries and major-vendor participation[3][1]
Innovation PaceHigh — 941 commits since November 2025, push activity on June 11, 2026, new manifest features like skill-bundle entries[1]
Community/EcosystemStrong on the supply side (AWS to Zapier); thinner on discussion — no major dedicated HN thread, 737 open issues[1][7]
Long-term OutlookStrong as long as Claude Code holds share; the open question is whether curation scales without a published process[4][3]

The marketplace's trajectory mirrors app-store history: launch the channel, seed it with first-party plugins, recruit brand-name partners, then layer on trust signals (Verified badges) as volume grows. Seven months in, the partner roster — including a competitor's own gemini-cli-extensions repos — suggests the channel has already won default status for Claude Code tooling.[1] The risks are the classic ones: discretionary gatekeeping with no published rubric, and a trust model where the index is curated but the contents are explicitly disclaimed.[1][6]


Bottom Line

The Claude Plugin Marketplace is the closest thing the agentic-tooling world has to an official app store: pre-installed distribution, a 222-entry curated index spanning Anthropic's own plugins and most major dev-tool vendors, and install counts (867K for the top plugin) that dwarf what any community catalog can deliver. The trade-offs are equally app-store-shaped — discretionary approval, a Verified badge that covers a minority of entries, and an explicit disclaimer that Anthropic cannot verify what partner plugins actually do.

Recommended for: Claude Code users who want vetted one-command installs; vendors seeking distribution to Claude Code's user base; teams standardizing on first-party tooling.

Not recommended for: Multi-harness teams, organizations requiring verified plugin supply chains, or publishers unwilling to wait on an opaque approval queue.

Outlook: Watch whether Anthropic publishes the approval rubric, extends Verified coverage, ships enterprise allowlisting, and whether install momentum holds as competing harnesses build their own channels — and enjoy the fact that the marketplace's best-known artifact remains a commit reading "Rename ralph-wiggum plugin to ralph-loop per legal guidance."[5]


Research by Ry Walker Research • methodology