SONNET CODE
← Back to all articles
AI DevelopmentJuly 2, 2026·8 min read

Claude Code Plugin Marketplace Hits 125+ Curated and Community

What Anthropic's May 22 marketplace launch matured into by July

Anthropic shipped the official Claude Code plugin directory on May 22, 2026 with 55+ curated plugins covering LSP-based code intelligence, MCP-server integrations, git workflows, and security review. Six weeks in, the anthropics/claude-plugins-official repository crossed 20,000 stars and the community marketplace at anthropics/claude-plugins-community added 70+ third-party plugins that passed the automated safety-and-quality screening. The /plugin panel ships out-of-the-box with a curated catalog browsable from inside Claude Code; the install command collapses to /plugin install <name>, wiring the plugin's slash commands, agent definitions, MCP-server configs, and skill definitions at the right scope (user, project, or local) with no manual configuration.

The operationally important reads:

  • The install-command collapse is the real productivity delta, not the plugin count. The prior era of Claude Code extension shipped as a per-team git clone + per-machine ~/.claude manifest + per-project settings.json wiring exercise; every senior engineer wrote the same install runbook, and every junior engineer misconfigured the scope. /plugin install <name> is the affordance that retires the runbook — the how do I add this plugin to my Claude Code onboarding step the team wrote against the prior era collapses to a single command inside the migration.
  • The curated / community split is the security-review artifact the platform team has been writing. The 55+ curated plugins ship against Anthropic's own review path; the 70+ community plugins ship against the automated safety-and-quality screening pinned to a specific commit SHA in the catalog. The FY27 plugin-portfolio governance model — which plugins the team ships in the default Claude Code image, which the team makes opt-in, which the team blocks outright — grades against the two-tier catalog rather than the per-plugin bespoke review the team has been writing per install.
  • Skills are the plain-language plugin authoring surface. The prior era required TypeScript for slash commands, YAML for agent definitions, JSON for MCP wiring; skills collapse the authoring surface to plain-language descriptions saved to disk with no deployment step and no compilation. The team's internal Claude Code customization backlog — the we'd wire this workflow if the plugin authoring cost were lower items — clears against the skills affordance.
  • The plugin categories match the coding-agent operating surface. Code Intelligence Plugins ship LSP for TypeScript, Python, Go, Rust, C/C++, Java, C#, Kotlin, PHP, Lua, Swift; External Integration Plugins bundle pre-configured MCP servers; Development Workflow Plugins add git-commit workflows, PR review toolkits, and dependency-upgrade runbooks. The default routing of which plugin category the team's Claude Code image ships with is the platform-configuration artifact the FY27 developer-experience target grades against.

The structural read isn't Anthropic shipped a plugin marketplace. It is that the coding-agent extension surface has crossed from per-team-bespoke to platform-standardized — the plugin-portfolio governance model the platform team has been writing against the prior per-install runbook has a two-tier catalog to grade against, and the FY27 developer-experience target on Claude Code image standardization has a concrete configuration artifact to ship against.

What the marketplace restructures for the FY27 Claude Code platform plan

The team's Claude Code image standardizes against the curated catalog subset. The prior era had no default plugin baseline; every developer configured Claude Code against their own preferences, and the platform team lost the ability to grade the coding-agent surface against a standardized configuration. The curated catalog subset the platform team pins in the standard image is now the FY27 developer-experience artifact — grade the standard image against LSP coverage for the team's language portfolio, MCP-server coverage for the team's tool portfolio, and workflow coverage for the team's release-engineering cycle.

The community plugins ship against a two-tier governance model, not per-plugin bespoke review. The automated safety-and-quality screening the community marketplace runs against — commit-SHA pinning, static analysis, permission review — is the security-review artifact the platform team was writing per-install. The FY27 governance model that grades every plugin against Anthropic's screening tier and the team's own additional review path retires the per-plugin bespoke work; the security team's plugin-review backlog clears against the two-tier substrate.

Skills collapse the internal-plugin authoring cost against plain-language descriptions. The prior authoring cost — the TypeScript-plus-YAML-plus-JSON overhead for slash commands, agents, and MCP wiring — is what kept the internal Claude Code customization backlog from clearing. Skills as the plain-language authoring surface open the backlog to the same senior engineers who were writing per-team runbooks — the internal-workflow items the team scoped against the prior authoring cost clear inside the sprint that ships the first internal-skills batch.

The MCP-integration surface ships pre-wired against the External Integration Plugins bundle. Every MCP-server install the team was configuring per-project against settings.json wiring is now a /plugin install <name> command. The prior per-project MCP-integration cost the team wrote against manual JSON collapses against the pre-configured bundles — the FY27 MCP-adoption plan grades against the marketplace-standardized install path rather than the per-project bespoke wiring.

Where the marketplace launch is signal and where it is noise

Signal: the 125+ combined plugin count is the ecosystem-maturity artifact, not the marketing metric. The plugin count is what makes the two-tier catalog operationally load-bearing — a catalog of 20 plugins would not clear the team's coding-agent workflow coverage; a catalog of 125+ does. Every category the team's coding-agent operating surface runs against (LSP, MCP, git, PR review, security scanning) has plural options inside the curated tier — the FY27 governance model has enough substrate to grade against per-category rather than per-plugin.

Signal: the /plugin install command collapse is the developer-experience artifact. The command collapse retires the per-team install runbook the platform team was writing; the onboarding time the team was measuring against the per-team runbook improves against the standardized install surface. The FY27 onboarding-time target the team wrote against the prior runbook grades against the new command surface — measure the delta, ship the update to the onboarding docs, retire the runbook.

Noise: every plugin is production-ready is the wrong frame. The two-tier catalog grades plugins against safety-and-quality screening, not against production-readiness for the team's specific coding-agent workflow. The framing that reads the catalog as a production-ready shelf overshoots the review path; the framing that reads the catalog as a screening-tier substrate the team's own review pass grades against hits the model.

Noise: skills replace all other plugin authoring surfaces. Skills are the plain-language authoring surface for workflow-scoped plugins; slash commands, agent definitions, and MCP wiring still ship against their prior authoring surfaces for the plugin categories they cover. The framing that reads skills as the universal authoring surface overshoots the affordance; the framing that reads skills as the workflow-scoped authoring surface hits the target.

What the platform team should do inside the next two weeks

Grade the team's language and tool portfolio against the curated catalog subset. For every language the team's coding-agent surface runs against, pin the LSP plugin from the curated catalog; for every MCP server the team's coding-agent surface runs against, pin the External Integration Plugin from the curated catalog; for every workflow the team's release-engineering cycle runs against, pin the Development Workflow Plugin from the curated catalog. The output is the FY27 standard Claude Code image the team ships to every engineer.

Ship the two-tier governance model as the plugin-portfolio artifact. For every community plugin the team wants to run, grade against the automated safety-and-quality screening tier plus the team's own additional review pass; document the review-tier-per-plugin as the FY27 governance-model artifact. The plugin-portfolio backlog the security team was writing per-install clears against the two-tier substrate; the plugin-approval SLA the security team has been running against per-plugin bespoke review moves against the tier-per-plugin evaluation.

Clear the internal Claude Code customization backlog against the skills authoring surface. For every workflow the team scoped against the prior TypeScript-plus-YAML-plus-JSON authoring cost, re-scope against plain-language skills descriptions; ship the first internal-skills batch as the sprint deliverable; measure the per-workflow authoring-time delta as the FY27 developer-experience input. The internal-workflow items the backlog was carrying against the prior authoring cost clear inside the sprint.

Update the onboarding docs against the /plugin install command surface. The per-team install runbook the platform team was writing retires against the standardized command; the onboarding docs the team was maintaining against the runbook update to reference the marketplace catalog and the install command. The onboarding-time target the team wrote against the prior runbook re-grades against the new surface — the FY27 developer-experience input on Claude Code onboarding moves against the standardized command.

What the marketplace makes cheaper but does not replace

The May 22 marketplace launch compresses the install cost, authoring cost, and per-plugin review cost of the Claude Code extension surface, not the senior judgment of deciding which plugins ship in the team's standard Claude Code image, writing the additional-review pass the team runs on top of Anthropic's screening tier, owning the FY27 governance model on the plugin-portfolio contract, and running the per-cycle code review against the team's coding-agent operating surface. The teams that confuse the cheapened install cost for cheapened judgment ship the standard Claude Code image with a plugin portfolio the team's coding-agent workflow does not grade against, read the per-cycle post-mortem on the plugin-portfolio gap the review pass would have surfaced, and eat the retraining cost when the plugin-portfolio churn hits the developer experience. The teams that keep the senior judgment at the center of the plugin-portfolio decision translate the two-tier catalog and the /plugin install collapse into per-quarter developer-experience improvements the prior per-install runbook could not produce.

The Claude Code question is no longer does the team run plugins; it is which plugins the team's standard image ships, how the two-tier catalog grades against the team's own review pass, and how the skills authoring surface clears the internal Claude Code customization backlog inside the FY27 developer-experience plan.


At SONNET CODE we run the AI Development engagement against the Claude Code standard-image plan — per-language LSP coverage against the curated catalog, per-tool MCP-server coverage against the External Integration Plugins bundle, per-workflow skills authoring against the internal customization backlog, and the two-tier governance model against the FY27 plugin-portfolio contract. If your team's Claude Code image is still configured per-engineer against the prior per-install runbook, schedule a call — we'll walk you through the standard-image plan we ship inside one sprint against the marketplace's two-tier catalog.