verifier.org

best 15 claude code plugins

ranked on what they change about your output, what they cost you in context, and whether anyone is still maintaining them.

last reviewed 22 jul 2026 · 15 tools tested ·list curated by Onur Ozcanxin

the short version
best overallfrontend-designanyone generating ui who is tired of it all looking the same90/100runner-upSuperpowerslong autonomous runs where you want process discipline, not speed88/100

plugins bundle skills, agents, hooks, mcp servers, lsp servers and executables behind one install command. the official marketplace auto-registers on first launch, which means `/plugin install <name>@claude-plugins-official` works without any setup — and that default has centralised discovery hard.

the catalogue is genuinely mature: 272 curated plugins and over 2,200 in the community marketplace, with commit-sha pinning and automated safety screening. adobe, salesforce, airtable, nvidia, huggingface, netlify and others now ship first-party marketplaces. that does not happen in an early ecosystem.

the constraint nobody mentions in the install guides is context. every active plugin costs tokens on every turn, which is why the plugin panel now shows a context-cost estimate and a 'not used recently' cleanup group. installing ten of these is a real regression, not a power move.

the security model is trust-the-publisher. anthropic's own docs say they can't verify plugins work as intended, and trail of bits reports finding backdoors and malicious hooks in published skills. that is the single best reason to prefer first-party and vetted sources.

advertisement
  1. 1

    frontend-design

    the single most-installed plugin there is

    90/100

    verdictover a million installs and first-party — the highest-leverage single install if you generate any interface code.

    best for
    anyone generating ui who is tired of it all looking the same
    price
    free — Apache-2.0
    pricing note
    install with /plugin install frontend-design@claude-plugins-official
    free tier
    yes
    source
    anthropic first-party
    marketplace
    claude-plugins-official
    adoption
    ~1.08M installs
    last updated
    22 jul 2026
    license
    Apache-2.0

    this is guidance rather than tooling: aesthetic direction, typography, and how to avoid the generic default styling that makes ai-generated interfaces instantly recognisable. it is the most-installed plugin in the official directory by a clear margin.

    because it's first-party it tracks model behaviour as the models change, which community style guidance tends not to.

    understand what you're getting though. there are no components, no build integration and no tooling — it is taste, expressed as context, and it costs tokens on every turn it's active.

    there is also a `frontend-design` skill inside anthropic's skills repo, which causes genuine naming confusion. the plugin is the one you install from the marketplace.

    pros
    • +most-installed plugin in the official directory
    • +first-party, so it tracks model changes
    • +immediately visible improvement on ui generation
    • +one-command install from the auto-registered marketplace
    cons
    • pure context cost — no components or tooling
    • shares a name with a separate skill, which confuses people
    • taste guidance is inherently opinionated
  2. 2

    Superpowers

    an opinionated development methodology as auto-triggering skills

    88/100

    verdictthe strongest process discipline available — it interrogates requirements, writes a spec, then does subagent-driven tdd. it will also slow you down on anything small.

    best for
    long autonomous runs where you want process discipline, not speed
    price
    free — MIT
    pricing note
    the author also sells commercial support alongside the open-source project
    free tier
    yes
    source
    community (in official marketplace)
    marketplace
    claude-plugins-official
    adoption
    ~966k installs · 259k stars
    last updated
    22 jul 2026
    license
    MIT

    superpowers intercepts 'build me x' and refuses to just start typing. instead it interrogates requirements, produces a spec in reviewable chunks, plans the implementation, then runs subagent-driven development with red-green tdd and enforced yagni and dry.

    the problem it solves is real and expensive: an agent that charges off and confidently builds the wrong thing for an hour. at nearly 260,000 stars and around 966,000 installs, a lot of people have concluded it's worth the overhead.

    install from the official marketplace with `/plugin install superpowers@claude-plugins-official`, or add the author's own marketplace. it is multi-harness, working across codex, cursor, copilot cli, opencode and others.

    two honest caveats. it is heavily opinionated and the methodology is take-it-or-leave-it — on a small fix it is pure friction, and the context cost is large. and while the project is mit, the readme advertises paid commercial support, so there is a business attached.

    pros
    • +the best process discipline available in any plugin
    • +~966k installs and ~260k stars, shipping daily
    • +subagent-driven tdd genuinely catches wrong-thing-built errors
    • +works across many harnesses, not just claude code
    cons
    • heavy overhead on small tasks
    • large context footprint
    • open source with a commercial support business attached
  3. 3

    code-review

    multi-agent pr review with confidence-based filtering

    84/100

    verdictthe confidence-based false-positive filtering is the real feature — most review tooling drowns you in nits, and this doesn't.

    best for
    pr review at a volume where false positives would otherwise bury you
    price
    free — Apache-2.0
    pricing note
    install with /plugin install code-review@claude-plugins-official
    free tier
    yes
    source
    anthropic first-party
    marketplace
    claude-plugins-official
    adoption
    ~422k installs
    last updated
    22 jul 2026
    license
    Apache-2.0

    it runs multiple specialised agents over a change and then scores findings by confidence to filter out the noise. that second step is what separates it from every community review plugin, which typically reports everything it notices and leaves you to triage.

    at roughly 422,000 installs it's one of the most adopted things in the directory.

    be aware of the overlap. claude code ships a bundled `/code-review` skill, and there is a separate first-party `pr-review-toolkit` plugin. installing all three is redundant and expensive in context — pick one.

    one behavioural note worth knowing: as of a recent version, `/verify` and `/code-review` no longer self-invoke. you have to run them.

    pros
    • +confidence scoring actually suppresses false positives
    • +multiple specialised agents rather than one generic pass
    • +~422k installs, first-party and apache-2.0
    • +scales to real pr volume
    cons
    • overlaps a bundled skill and another first-party plugin
    • no longer self-invokes — you have to remember to run it
    • multi-agent review is not cheap in tokens
    advertisement
  4. 4

    context7 (plugin)

    the documentation mcp server, one command away

    82/100

    verdictthe single best fix for hallucinated apis, packaged as a one-command install — third-party but curated into the official marketplace.

    best for
    stopping the model writing code against an api that changed two years ago
    price
    free tier; api key for higher limits
    pricing note
    install with /plugin install context7@claude-plugins-official
    free tier
    yes
    source
    upstash (in official marketplace)
    marketplace
    claude-plugins-official
    adoption
    ~406k installs
    last updated
    22 jul 2026
    license
    MIT

    this is the plugin wrapper around the context7 mcp server, pulling version-specific library documentation into context on demand. around 406,000 installs.

    it earns its place because the failure it prevents — confidently written code against an api version that no longer exists — is the most common and most annoying thing agents do.

    it's worth understanding that this is an mcp server underneath, which means a network dependency on a third-party service and a per-turn context cost for its tool definitions unless your client defers them.

    coverage varies by library. for the big frameworks it's excellent; for niche packages you may find nothing.

    pros
    • +directly prevents the most common agent coding failure
    • +~406k installs, curated into the official marketplace
    • +usable free tier
    • +one-command install rather than manual mcp config
    cons
    • network dependency on a third-party service
    • mcp tool definitions cost context every turn
    • coverage thins out for niche libraries
  5. 5

    LSP plugin family

    the agent sees real compiler errors instead of guessing

    81/100

    verdictprobably the best objective quality-per-token win available — automatic post-edit diagnostics mean the model fixes its own type errors in the same turn.

    best for
    typed languages where the compiler knows more than grep does
    price
    free — Apache-2.0
    pricing note
    requires the language server binary already on your PATH, or the plugin silently can't start
    free tier
    yes
    source
    anthropic first-party
    marketplace
    claude-plugins-official
    adoption
    11 plugins, first-party
    last updated
    22 jul 2026
    license
    Apache-2.0

    eleven first-party plugins covering typescript, python, go, rust, java, kotlin, c#, c/c++, php, lua and swift. they enable claude code's built-in lsp tool, which gives two things: automatic diagnostics after every edit, and real code navigation — definitions, references, hover types, call hierarchies.

    the diagnostics loop is the valuable half. instead of writing code, finishing, and discovering type errors later, the model sees the compiler's actual complaint immediately and corrects it in the same turn. that is real ground truth rather than pattern matching.

    install per language, for example `/plugin install typescript-lsp@claude-plugins-official`.

    two practical gotchas. the language server binary has to already be on your path or you get an executable-not-found error — the plugin doesn't install it. and anthropic's own docs warn that rust-analyzer and pyright consume significant memory on large projects, which on a big monorepo is not a footnote.

    pros
    • +real compiler diagnostics instead of grep-based guessing
    • +model fixes its own type errors within the same turn
    • +eleven languages covered first-party
    • +code navigation via definitions, references and call hierarchies
    cons
    • you must install the language server binary yourself
    • rust-analyzer and pyright are memory-hungry on large repos
    • false diagnostics in misconfigured monorepos
  6. 6

    skill-creator

    authoring skills with an actual eval loop

    79/100

    verdictthe eval loop is what makes this worth installing — most skill authoring is done on vibes, and this measures instead.

    best for
    anyone writing skills who wants to know whether they work
    price
    free — Apache-2.0
    pricing note
    install with /plugin install skill-creator@claude-plugins-official
    free tier
    yes
    source
    anthropic first-party
    marketplace
    claude-plugins-official
    adoption
    ~368k installs
    last updated
    22 jul 2026
    license
    Apache-2.0

    creates, edits and optimises skills, and critically runs evals to measure whether a skill actually improves performance. roughly 368,000 installs.

    that measurement step is genuinely rare. the normal workflow for writing a skill is to write it, try it once, decide it feels better and ship it. being able to test properly is the difference between engineering and superstition.

    it's a meta-tool, so if you aren't authoring skills it has no value at all.

    given that custom commands have now been merged into skills and the docs steer new work toward `skills/`, this is likely to matter more over time rather than less.

    pros
    • +runs evals rather than relying on impressions
    • +~368k installs, first-party
    • +aligned with skills replacing custom commands
    • +handles editing and optimising, not just scaffolding
    cons
    • zero value if you don't author skills
    • meta-tooling, so the benefit is indirect
    • overlaps the plugin-dev plugin
  7. 7

    claude-mem

    persistent memory across sessions

    77/100

    verdictsolves the most-complained-about limitation in the product — session amnesia — and has been shipping since august 2025.

    best for
    long-running projects where re-explaining context every session is the tax
    price
    free — Apache-2.0
    pricing note
    npm install -g does NOT register the hooks — use the documented installer or it silently does nothing
    free tier
    yes
    source
    community
    marketplace
    own marketplace or npx installer
    adoption
    88.2k stars
    last updated
    20 jul 2026
    license
    Apache-2.0

    claude-mem captures what happened in a session, compresses it, and re-injects the relevant parts into future sessions. it's cross-agent and one of the oldest projects in this ecosystem still under active development.

    the problem it addresses is the one everybody hits: starting a new session and spending the first ten minutes rebuilding context the agent had yesterday.

    install with `npx claude-mem install` or via the marketplace. the readme carries an explicit warning worth repeating: `npm install -g claude-mem` installs the library only and does not register hooks or the worker service. people do this, get no memory, and assume the plugin is broken.

    it runs a background worker and hooks into a lot of the lifecycle, so it is not a light-touch install.

    pros
    • +directly fixes session amnesia
    • +~88k stars, shipping since august 2025
    • +cross-agent rather than claude-code-only
    • +apache-2.0
    cons
    • the obvious npm install path silently does nothing
    • runs a background worker and hooks broadly
    • compression means recall is lossy by design
  8. 8

    wshobson/agents

    94 domain plugins behind one marketplace add

    74/100

    verdictthe best breadth play in the ecosystem — one marketplace add covers most language and domain stacks, with the usual caveat that quality varies across 94 plugins.

    best for
    covering a specific language or domain stack quickly
    price
    free — MIT
    pricing note
    install the specific domain plugin you need, not all 94
    free tier
    yes
    source
    community
    marketplace
    wshobson/agents
    adoption
    38.1k stars · 4.1k forks
    last updated
    22 jul 2026
    license
    MIT

    this is a marketplace rather than a single plugin: 94 plugins organised by domain, so `/plugin install python-development` gets you a curated set for that stack. multi-harness across claude code, codex, cursor, opencode, copilot and gemini cli.

    it has the longest continuous track record of anything in this ranking, running since july 2025, and is still pushed daily.

    the trade-off is inherent to the format. quality varies across 94 plugins, and the stated quality-evaluation process is self-administered. it's also very easy to over-install here and blow up your context budget.

    treat it as a catalogue to pick one or two things from, not a bundle to install wholesale.

    pros
    • +94 plugins covering most language and domain stacks
    • +longest continuous track record in the ecosystem
    • +works across six different harnesses
    • +actively maintained, mit licensed
    cons
    • quality varies across 94 plugins
    • quality evaluation is self-administered
    • easy to over-install and wreck your context budget
  9. 9

    Trail of Bits Curated Skills

    the only marketplace with real security review behind it

    72/100

    verdictthe highest-trust source in the ecosystem after anthropic's own, from a serious security firm — and the clearest case on this site of stars being a useless quality signal.

    best for
    organisations that can't install unvetted community code
    price
    free — CC-BY-SA-4.0
    pricing note
    468 stars badly understates this — it's a curation service, not a product competing on popularity
    free tier
    yes
    source
    community — trail of bits
    marketplace
    trailofbits/skills-curated
    adoption
    468 stars
    last updated
    14 jul 2026
    license
    CC-BY-SA-4.0

    trail of bits, an established security firm, maintains a marketplace containing only plugins and marketplaces their staff have code-reviewed. their stated reason is blunt: published skills have been found with backdoors and malicious hooks, and the ecosystem has no built-in quality gate.

    given that the security model everywhere else is trust-the-publisher — anthropic's own docs say they can't verify plugins work as intended — a human security review is the strongest assurance available.

    install with `/plugin marketplace add trailofbits/skills-curated` then browse with `/plugin menu`.

    at 468 stars it is by far the least popular thing in this ranking and, for a lot of readers, the most important. the catalogue is deliberately tiny — that's the point of curation, not a defect. one oddity: it's licensed cc-by-sa-4.0, a content licence rather than a software one.

    pros
    • +every entry code-reviewed by a real security firm
    • +the strongest trust signal available outside anthropic
    • +directly addresses a documented backdoor problem
    • +genuinely independent of the vendors it lists
    cons
    • tiny catalogue by design
    • cc-by-sa-4.0 is an odd licence for software
    • adoption is negligible relative to its value
  10. 10

    Claude HUD

    a heads-up display for context, tools and agents

    71/100

    verdictpure quality of life with essentially no conceptual overhead — 27,000 stars in seven months, which tells you how badly people wanted it.

    best for
    seeing where your context budget is going before you run out
    price
    free — MIT
    pricing note
    documented install failure on linux when /tmp is a separate tmpfs on older versions
    free tier
    yes
    source
    community
    marketplace
    jarrodwatts/claude-hud
    adoption
    26.7k stars
    last updated
    21 jul 2026
    license
    MIT

    a persistent display below the input showing context usage, active tools, running agents and todo progress. that's the whole product.

    it earns its place because context is the binding constraint in this ecosystem, and until you can see it you're guessing. knowing you're at eighty percent before a long agentic run changes what you do next.

    install is `/plugin marketplace add jarrodwatts/claude-hud` then `/plugin install claude-hud`.

    it is cosmetic in the sense that it changes nothing about output quality — it changes what you know. and there's a documented install failure on linux where `/tmp` is a separate tmpfs on older claude code versions.

    pros
    • +makes context consumption visible, which nothing else does
    • +27k stars in seven months — fastest growth in the set
    • +near-zero conceptual overhead
    • +immediately legible value
    cons
    • purely informational — no effect on output quality
    • documented linux install failure on older versions
    • takes up screen space permanently
  11. 11

    Anthropic dev-workflow family

    commit-commands, feature-dev, hookify, claude-code-setup

    69/100

    verdictthe safest installs available and the best on-ramp — `claude-code-setup` reads your repo and tells you what to configure, which is where most people should start.

    best for
    standing up a repo for agentic work for the first time
    price
    free — Apache-2.0
    pricing note
    installing all six is redundant — they overlap each other and the bundled skills
    free tier
    yes
    source
    anthropic first-party
    marketplace
    claude-plugins-official
    adoption
    6 plugins, first-party
    last updated
    22 jul 2026
    license
    Apache-2.0

    six first-party plugins covering the development lifecycle: `commit-commands` for commit, push and pr workflows; `pr-review-toolkit` with agents for comments, tests, error handling and type design; `feature-dev` for exploration through architecture to quality review; `plugin-dev` with seven skills for building plugins; `claude-code-setup`, which analyses your repo and recommends hooks, skills, mcp servers and subagents; and `hookify`, which generates hooks from patterns it notices in your conversation.

    `claude-code-setup` and `hookify` are the two genuinely novel ones. most people configure claude code by copying someone's dotfiles; having the tool read your actual repository and tell you what would help is better.

    being first-party and apache-2.0, these are also the lowest-risk things you can install.

    the caveat is redundancy. they overlap each other and the skills already bundled with claude code, and installing all six is a waste of context. pick the one that matches what you're actually doing.

    pros
    • +first-party and apache-2.0 — lowest install risk available
    • +claude-code-setup reads your repo rather than guessing
    • +hookify generates hooks from observed patterns
    • +covers the full commit-to-review lifecycle
    cons
    • considerable overlap with each other and bundled skills
    • installing all six is redundant and expensive
    • individually narrower than the big community plugins
  12. 12

    ECC

    a broad harness-optimisation system with a real install footgun

    67/100

    verdict232,000 stars and a thoughtful profile-based installer — undermined by an install model that its own documentation admits people get wrong.

    best for
    people who want one system covering skills, memory, security and research workflow
    price
    free — MIT
    pricing note
    stacking /plugin install with the npx installer breaks it — the readme says so explicitly
    free tier
    yes
    source
    community
    marketplace
    affaan-m/ECC
    adoption
    232.2k stars
    last updated
    22 jul 2026
    license
    MIT

    ecc bundles skills, 'instincts', memory, security and a research-first development approach into one system, working across claude code, codex, opencode and cursor. profile-based install lets you take a minimal or full configuration rather than everything.

    adoption is enormous — 232,000 stars since january.

    the thing to flag prominently is in the project's own readme: stacking install methods is described as the most common broken setup. running `/plugin install` and then `npx ecc-install --profile full` breaks it. that's an unusually candid warning and also a sign the install model is more fragile than it should be.

    the scope is very broad, which means a large surface area and a large context cost. if you want one opinionated system it's a reasonable choice; if you want a specific capability, install that instead.

    pros
    • +232k stars, pushed daily
    • +profile-based install with minimal and full options
    • +covers skills, memory, security and research in one system
    • +multi-harness and mit licensed
    cons
    • stacking install methods breaks it — a documented common failure
    • very broad scope means a large context footprint
    • overlaps heavily with superpowers
  13. 13

    Compound Engineering

    work that accumulates into reusable org knowledge

    66/100

    verdicta well-supported methodology plugin with the best codex parity in the set — conceptually close enough to superpowers that you should pick one.

    best for
    teams who want each task to leave something behind
    price
    free — MIT
    pricing note
    older AGENTS.md setups carry an obsolete compatibility block that mis-instructs codex
    free tier
    yes
    source
    community — every inc
    marketplace
    EveryInc/compound-engineering-plugin
    adoption
    23.3k stars
    last updated
    22 jul 2026
    license
    MIT

    the idea is that each task should compound into knowledge the organisation keeps, rather than evaporating when the session ends. it ships specialist reviewer and research behaviours as skills.

    it's backed by a media company rather than an individual, launched on day one of the plugin system, and has the strongest codex support here — native `codex plugin` integration with per-profile configuration.

    install with `/plugin marketplace add EveryInc/compound-engineering-plugin` then `/plugin install compound-engineering`.

    it is methodology-heavy and overlaps conceptually with superpowers, so running both is unlikely to help. one legacy hazard: older `AGENTS.md` setups carry an obsolete claude-compatibility block that mis-instructed codex to collapse subagent dispatch — worth checking if you inherited a config.

    pros
    • +organisation-backed rather than a single maintainer
    • +best codex parity of anything here
    • +shipped from day one of the plugin system
    • +reviewer and research behaviours included as skills
    cons
    • overlaps conceptually with superpowers
    • methodology-heavy, with the overhead that implies
    • legacy configs carry an obsolete compatibility block
  14. 14

    security-guidance

    vulnerability warnings as the code is written

    64/100

    verdictfirst-party security review at the point of writing rather than at the point of audit — useful, and not a replacement for actual sast.

    best for
    catching security mistakes before they reach a pr
    price
    free — Apache-2.0
    pricing note
    runs an llm diff review on the Stop hook, so it costs latency and tokens on every turn
    free tier
    yes
    source
    anthropic first-party
    marketplace
    claude-plugins-official
    adoption
    first-party, dedicated docs
    last updated
    22 jul 2026
    license
    Apache-2.0

    security-guidance gives pattern-based warnings on edits, runs an llm diff review on the stop hook, and does agentic commit review, with support for project-specific rules. a companion plugin, `claude-security`, does deeper vulnerability scanning at a chosen effort level entirely in-session.

    catching a vulnerability as it's written is meaningfully cheaper than catching it in review, and much cheaper than catching it in production.

    install with `/plugin install security-guidance@claude-plugins-official`.

    the costs are latency and tokens on every stop, and the obvious limitation: this is an llm reading a diff, not static analysis and not a penetration test. treat it as a first line rather than the line.

    pros
    • +catches issues at write time, not review time
    • +first-party with its own documentation
    • +supports project-specific security rules
    • +companion deep-scan plugin available
    cons
    • runs on every stop — real latency and token cost
    • not a replacement for sast or pentesting
    • pattern-based warnings produce false positives
  15. 15

    Context Mode

    the most technically substantive attack on context bloat

    60/100

    verdictgenuinely clever engineering — sandboxed tool output, retrieval that survives compaction — held back by an unidentified licence and unverifiable performance claims.

    best for
    sessions that die to context exhaustion before the work is done
    price
    free — licence unclear
    pricing note
    github cannot identify a standard licence on this repo — resolve that before commercial use
    free tier
    yes
    source
    community
    marketplace
    mksglu/context-mode
    adoption
    19.2k stars
    last updated
    22 jul 2026
    license
    unidentified — verify

    context mode attacks context bloat four ways: sandboxing tool output so only the useful part reaches the model, session continuity via sqlite with bm25 retrieval that survives compaction, a 'think in code' mode where the agent writes a script and logs only the result, and trimming filler from output tokens.

    the compaction-survival piece is the novel one. most memory approaches lose everything at compaction; retrieving from a local index afterwards is a better design.

    the claimed numbers — a 315kb to 5.4kb reduction, ninety-eight percent — are the vendor's own and we could not independently verify them. treat as a directional claim.

    two real blockers. github cannot identify a standard licence on the repository, which is an adoption stopper for anyone with a legal review. and it's a heavy install: hooks, an mcp server and a sqlite database, with routing behaviour that varies by harness and trust settings.

    pros
    • +four genuinely different attacks on context bloat
    • +retrieval that survives compaction is a real innovation
    • +think-in-code avoids dumping large outputs into context
    • +supports 17 clients
    cons
    • licence not identifiable — a blocker for commercial use
    • all efficiency figures are self-reported and unverified
    • heavy install with harness-dependent behaviour

how this ranking was made

install counts come from anthropic's own plugin directory, which is the only source of adoption data in this ecosystem. star counts and last-push dates come from the github api on the review date.

we weight install counts above stars, because stars in this ecosystem are actively misleading. one 64,000-star repo is a dead redirect stub whose entire readme says the project moved; another with 195,000 stars is a single unlicensed markdown file that hasn't been touched in three months.

context cost is part of the score. a plugin that improves output but loads a large tool surface on every turn is judged on the net, not the upside.

installation footguns are called out where the project's own readme documents them — stacked install methods that break each other, missing binaries, platform-specific failures. those are the things that actually waste an afternoon.

we did not invent install commands. every one is copied from official docs or the project readme.

our general methodology and disclosures →
was this useful?