← All guides
PluginsSetup

The Best Claude Code Plugins Worth Installing

Neo ZinoBy Neo Zino - builder of ClockedCode8 min read

The 5 Claude Code plugins that earn a permanent install after daily use on a shipped product, plus their real measured token cost and install commands.

The Best Claude Code Plugins Worth Installing

Made with DispatchSEO

On this page

Anthropic's own marketplace ships 13 official Claude Code plugins right now, and most people installing "the best ones" have never seen that list, let alone read it. Five plugins, two official and three community, earn a permanent slot on a real, shipped product: Superpowers for process discipline, frontend-design and UI/UX Pro Max for design work, Humanizer for prose that doesn't read like a bot wrote it, and security-guidance for catching risky code before it's committed. All five are free and install in one or two shell commands.

TL;DR: Superpowers, frontend-design, UI/UX Pro Max, Humanizer, security-guidance. frontend-design and security-guidance are official Anthropic plugins, so claude plugin install works directly. The other three are community plugins, so marketplace add comes first. Superpowers and UI/UX Pro Max carry the biggest permanent token tax of the five, measured below with claude plugin details, not guessed.

PluginWhat it doesMarketplace
SuperpowersForces brainstorm, plan, TDD, and verify instead of guess-and-shipCommunity
frontend-designPushes generated UI away from the generic AI lookOfficial
UI/UX Pro MaxSearchable design-intelligence library: styles, palettes, font pairings, accessibility rulesCommunity
HumanizerStrips the tells of AI-written proseCommunity
security-guidanceFlags injection, secrets, and unsafe input handling while you typeOfficial

What counts as a Claude Code plugin, and what doesn't

A plugin is a distribution mechanism, not its own category of capability. It's a bundle - some mix of skills, subagents, hooks, and MCP servers - packaged in a marketplace repo and installed in one shot with claude plugin install. More than one page-1 result for this exact query folds skills, plugins, and MCP servers into a single grab-bag list, which blurs a distinction worth keeping straight before you install anything.

Four different things, one word doing too much work

Plugin

A packaged bundle of skills, agents, hooks, and MCP servers, distributed from a marketplace repo

claude plugin install

Skill

One SKILL.md folder of instructions, loaded on demand - standalone, or shipped inside a plugin

.claude/skills/ or a plugin

MCP server

An external connection over the Model Context Protocol - adds tool schemas, not prose instructions

claude mcp add

Hook

A shell command that fires on a Claude Code event - harness-only, no model context cost

settings.json or a plugin

A plugin is how you get one, several, or all three of the others - not a fifth thing.

The practical difference: a plugin and a skill both add prose instructions to your context, an MCP server adds callable tool schemas instead, and a hook costs nothing in context at all because it runs outside the model entirely. Knowing which one you're installing tells you what you're actually paying for. For the deeper walkthrough of skills specifically, see the best skills for Claude Code.

The 5 Claude Code plugins worth the install slot

1. Superpowers. Fourteen skills that stop Claude from jumping straight to code: it has to brainstorm the requirements, write a plan, work test-first, and check its own work before calling anything finished. I installed this specifically because the most common way an agent burns your trust is writing code that looks done and isn't, and this is the plugin built to close that gap.

claude plugin install superpowers@claude-plugins-official

2. frontend-design. One skill that steers Claude away from the default "AI-generated" look, the purple gradients and boxed-shadow cards you can spot from across a room, toward layout choices a designer would actually make. It's also the cheapest plugin on this list at 59 always-on tokens, which makes it an easy keep for anything user-facing.

claude plugin install frontend-design@claude-plugins-official

3. UI/UX Pro Max. A searchable local database of 84 styles, 192 palettes, 74 font pairings, and framework-specific UX rules across 22 stacks. Heavier than frontend-design because it ships 7 skills instead of one, but it's the plugin to reach for when a design decision needs an actual reference, not a vibe.

claude plugin marketplace add nextlevelbuilder/ui-ux-pro-max-skill
claude plugin install ui-ux-pro-max@ui-ux-pro-max-skill

4. Humanizer. Strips the signs of AI-generated writing - inflated symbolism, rule-of-three padding, em-dash overuse - from anything Claude drafts, based on Wikipedia's own "Signs of AI writing" guide. Cheap at 113 always-on tokens for a skill that fires on demand rather than every turn.

claude plugin marketplace add blader/humanizer
claude plugin install humanizer@humanizer

5. security-guidance. An official Anthropic bundle that pattern-checks edits as you make them and runs an LLM-powered diff review on stop, catching injection, XSS, SSRF, hardcoded secrets, and 25-plus other vulnerability classes before they're committed. Requires Claude Code 2.1.144+ and Python 3.8+, and it's the only plugin on this list that costs zero always-on tokens - it's pure hooks, no skill Claude has to read.

claude plugin install security-guidance@claude-plugins-official

What each plugin costs your context window

I installed all five for real in a clean environment and ran claude plugin details on each - this is measured, not estimated.

Real always-on token cost, measured

claude plugin details, 2026-07-24

security-guidance

~0 tok

4 hooks, 0 skills - pure event triggers, no prompt content

frontend-design

~59 tok

1 skill - ~2k on invoke

Humanizer

~113 tok

1 skill - ~7.3k on invoke

Superpowers

~584 tok

14 skills, 1 harness-only hook - 540 tok - 6.9k tok on invoke

UI/UX Pro Max

~741 tok

7 skills - 220 tok - 3.2k tok on invoke

All five installed together: about 1,497 tokens gone before you type a word. That is the real tax curation is trying to avoid, not a guess.

The split shows something the feature list alone doesn't: security-guidance runs on hooks only, so it's free sitting idle. frontend-design and Humanizer round to noise because each ships exactly one skill. Superpowers and UI/UX Pro Max cost ten times more because each bundles a dozen-plus skills sitting in context waiting to be relevant, one for every situation they might apply to. The always-on number is the fixed tax; the on-invoke number is what you pay the moment one of those skills fires. The same math applies to MCP servers eating your context window, just through tool schemas instead of skills.

Official marketplace or community marketplace - how to tell before you install

The tell is whether claude plugin install needs a marketplace added first. Official Anthropic plugins resolve directly - Claude Code already knows where to find them. Everything else needs its maintainer's GitHub repo added as a marketplace before you can install from it, which is also the moment you're trusting a stranger's code to run in your terminal.

Official

frontend-design, security-guidance

1

Install directly - the marketplace is already known

claude plugin install <name>@claude-plugins-official

Community

Superpowers, Humanizer, UI/UX Pro Max

1

Add the maintainer's repo as a marketplace

claude plugin marketplace add <owner>/<repo>
2

Then install from it

claude plugin install <name>@<repo>

That second lane is also a trust decision - you are pointing Claude Code at someone else's GitHub repo. Check it before you run step 1.

I added the official marketplace fresh and read its manifest directly rather than trusting a cached list: 13 plugins ship there today, and most solve a narrow problem you'll likely never hit - a Claude-Opus-4.5 migration helper, a commit-message formatter, an output-style swap. Only frontend-design and security-guidance made this list. For the three community plugins, check the same two things before running marketplace add: a version number that's actually moved recently (Superpowers is at 6.2.0, Humanizer at 2.9.1, UI/UX Pro Max at 2.11.0 - all clearly maintained, not one-shot repos) and a README that tells you what the plugin actually installs before you find out by reading its SKILL.md files yourself.

How do I install a Claude Code plugin?

Official plugins are one command: claude plugin install <name>@claude-plugins-official. Community plugins are two: claude plugin marketplace add <owner>/<repo> to register the source, then claude plugin install <name>@<repo>. Either way, confirm it worked with:

claude plugin list

and check what it's actually costing you before you commit to keeping it:

claude plugin details <name>

To remove one, claude plugin uninstall <name>; to keep it installed but turned off, claude plugin disable <name>. Either way, restart Claude Code for the change to apply. If you'd rather not run these one at a time, ClockedCode's Claude Code templates bundle the install commands for the whole curated setup into copy-paste configs, tested the same way as this list.

When a plugin isn't worth it

Skip UI/UX Pro Max and frontend-design if you rarely touch UI - that's 800 tokens back on every turn for something you'll never invoke. Skip Superpowers if you already run a strict planning and TDD process without needing Claude prompted into it; its 584 tokens are paying for discipline you may not be short on. A simple filter holds up better than any pitch: if you can't remember the last time you'd have reached for a skill, its 100-plus tokens a turn are a cost with no matching benefit.

FAQ

How many Claude Code plugins does Anthropic officially ship?

13, as of the official marketplace's manifest on 2026-07-24: agent-sdk-dev, claude-opus-4-5-migration, code-review, commit-commands, explanatory-output-style, feature-dev, frontend-design, hookify, learning-output-style, plugin-dev, pr-review-toolkit, ralph-wiggum, and security-guidance. Most solve a narrow problem - a model-migration helper, an output-style tweak, internal dev tooling - that most people will never install. Only frontend-design and security-guidance cleared the bar for this list.

Do Claude Code plugins slow things down or use more tokens?

Yes, every enabled plugin adds an always-on token cost to every single turn, whether you use it or not, plus a larger on-invoke cost when one of its skills actually fires. Measured directly: security-guidance costs about 0 tokens at rest (pure hooks), frontend-design and Humanizer round to under 120 tokens, and Superpowers and UI/UX Pro Max cost 584 and 741 tokens respectively because each bundles a dozen or more skills.

What's the difference between a Claude Code plugin and an MCP server?

A plugin adds prose instructions to your context - skills, agents, and hooks that Claude reads. An MCP server is an external connection added with claude mcp add that exposes callable tools over the Model Context Protocol, adding tool schemas rather than instructions. A plugin can bundle an MCP server inside it, but the two are added with different commands and cost context differently.

How do I uninstall a Claude Code plugin?

Run claude plugin uninstall <name>, or claude plugin disable <name> to turn it off without removing it. Restart Claude Code for the change to take effect.

Are these 5 Claude Code plugins free?

Yes. frontend-design and security-guidance are official Anthropic plugins, free by default. Superpowers, Humanizer, and UI/UX Pro Max are free, actively maintained community plugins on their own marketplaces.