*I've scanned 9,000+ official plugins and picked the most useful. *
I went through the official Anthropic marketplace, the top community collections, and the plugins developers are actually talking about.
These are the ones worth your time, sorted by what they do.
If you've never used plugins: they're bundles of skills, commands, hooks, and MCP servers you install with one command. They extend what Claude Code can do without you writing any configuration.
Before we dive in, I share daily notes on AI & vibe coding in my Telegram channel: https://t.me/zodchixquant🧠
How to install any plugin
All plugins install the same way:
1. Open Claude Code in your terminal
1. Type /plugin
1. Go to the Discover tab
1. Find the plugin by name
1. Select it and choose your install scope (user or project)
One command, one click.
You can also browse the full catalog at claude.com/plugins before opening your terminal.
For community plugins that aren't in the official marketplace, add the marketplace first:
Then the plugins from that repo will show up in your Discover tab.
Official Anthropic Plugins 🏢
These are in the official marketplace. Built or verified by Anthropic.
01 — Frontend Design — Generates polished UI code that doesn't look like generic AI output. Real design systems, bold typography. 400k+ installs. The most popular plugin.
https://claude.com/plugins/frontend-design
02 — Superpowers — 20+ battle-tested skills: TDD, debugging, plan-to-code, brainstorming, skill authoring. The Swiss army knife plugin. 290k+ installs.
https://claude.com/plugins/superpowers
03 — Context7 — Live documentation lookup. Pulls current APIs and examples from source repos. Stops Claude from hallucinating outdated library code.
https://claude.com/plugins/context7
04 — Code Review — Structured code reviews: bugs, security, performance, style. Built-in reviewer agent.
https://claude.com/plugins/code-review
05 — Security Guidance — Scans for OWASP Top 10, auth flaws, injection vulnerabilities, hardcoded secrets.
https://claude.com/plugins/security-guidance
06 — Commit Commands — Git workflow automation: smart commits, PR creation, changelog generation.
https://claude.com/plugins/commit-commands
07 — Feature Dev — End-to-end feature implementation: spec, plan, implement, test, PR. Structured workflow.
https://claude.com/plugins/feature-dev
08 — Plugin Toolkit — 7 expert skills for building your own plugins: hooks, MCP, commands, agents, validation.
https://claude.com/plugins/plugin-toolkit
Code Quality & Language Servers 🧪
These give Claude the same code intelligence that VS Code has: jump to definitions, find references, see type errors.
09 — TypeScript LSP — Pyright-style type checking and navigation for TypeScript projects. Official
10 — Python LSP — Python language server. Type checking and code navigation. Official
11 — Rust LSP — rust-analyzer integration for Rust projects. Official
12 — Ruby LSP — Ruby language server for code intelligence. Official
Autonomous Coding 🤖
13 — Ralph Loop — Autonomous coding sessions. Claude works through tasks one by one, commits to git, keeps going. Leave it running, come back to completed code with clean git history.
https://claude.com/plugins/ralph-wiggum
14 — Chrome DevTools — Inspect network requests, console errors, debug live pages using your existing Chrome session. Underrated for frontend debugging.
https://github.com/nicholasgriffintn/chrome-devtools-mcp
15 — Playwright — Claude controls a real browser. Clicks, fills forms, takes screenshots, tests UI. No test scripts needed.
https://claude.com/plugins/playwright
Search & Data 🔍
16 — Firecrawl — Scrape any URL, crawl sites, autonomous research agent. The go-to for getting web data into Claude Code.
https://claude.com/plugins/firecrawl
17 — Sourcegraph — Search code across codebases, trace references, analyze refactor impact, run security sweeps.
https://claude.com/plugins/sourcegraph
18 — SQL Analytics — Write SQL, explore datasets, generate insights. Build visualizations from raw data. Partner
19 — Data Engineering — Warehouse exploration, pipeline authoring, Airflow integration. Partner
20 — Amplitude — Scan codebase, build tracking plan, generate analytics code. Making SaaS products data-ready.
https://claude.com/plugins/amplitude
DevOps & Infrastructure ⚙️
21 — Vercel — Manage deployments, builds, logs, domains. Debug failed deployments in one loop.
https://claude.com/plugins/vercel
22 — AWS Deploy — Deploy to AWS with architecture recommendations, cost estimates, and IaC deployment.
23 — PagerDuty Risk Score — Scores pre-commit diffs against incident history. Surfaces deployment risk before you ship.
https://claude.com/plugins/pagerduty
24 — Mintlify — Build documentation from code. Convert to MDX, modify content, automate doc updates.
https://claude.com/plugins/mintlify
Integrations 🔗
25 — GitHub — PRs, issues, code search, CI/CD workflows. The first integration most developers install.
https://claude.com/plugins/github
26 — Slack — Interactive workflows, draft messages, surface insights from channels.
https://claude.com/plugins/slack
27 — Sentry — Production error monitoring. Stack traces, crash diagnostics, fix recommendations.
https://claude.com/plugins/sentry
28 — Linear — Issue tracking, sprint management, ticket creation.
https://claude.com/plugins/linear
29 — Supabase — Database management, auth, storage through prompts.
https://claude.com/plugins/supabase
30 — Stripe — Payments, subscriptions, invoices, customer data.
https://claude.com/plugins/stripe
Business & Knowledge Work 💼
These are from Anthropic's knowledge-work-plugins marketplace.
Add it first:
31 — Brand Voice — Enforces consistent brand tone across all content Claude generates. Upload your style guide once.
32 — Marketing — SEO audit, content strategy, campaign planning, competitive analysis.
33 — Sales — Prospect research, email sequences, objection handling, pipeline management.
34 — Legal — Contract review, compliance checks, risk assessment. Useful for first pass, not legal advice.
35 — Finance — Financial analysis, reporting templates, budget planning, forecast models.
36 — Productivity — Meeting summaries, task management, email drafting, scheduling.
Where to start
You don't need all 36. Pick 3-5 based on what you do:
Each plugin uses context tokens. More plugins = more overhead. 3-5 active plugins is the sweet spot.
Disable what you're not using with /plugin disable plugin-name!
Browse everything: claude.com/plugins
Official repo: github.com/anthropics/claude-plugins-official
Plugin docs: code.claude.com/docs/en/discover-plugins
I share daily notes on AI, finance, and vibe coding in my Telegram channel: https://t.me/zodchixquant
Thanks for reading 🙏🏼






