If you're using Claude Code but haven't installed "plugins" yet, or don't even know they exist, you're losing out as much as someone not using mobile Suica in the modern age. It's not too late, so you absolutely must check out this article!!!
Recently, more people are understanding Skills and MCP, but the real game-changer that accelerates Claude Code's evolution all at once is "plugins".
Honestly, don't you have these worries when using Claude Code?

・What are plugins?
・There are too many Claude Code plugins; I don't know which ones to install.
・I installed some for now, but I'm not sure if I'm really using them effectively.
・I can't tell which ones are standard even looking at the official marketplace.
・I want to know what other developers are actually using.
@zodchiii checked the official Anthropic marketplace, top community collections, and plugins that developers are actually talking about, and selected 36 plugins by use case, which went viral overseas! 😳
This time, I'll explain the content in an easy-to-understand way 👇
Original post here: https://x.com/zodchiii/status/2042529018260656555
■ What are plugins in the first place?

Plugins are packages that combine skills, commands, hooks, and MCP servers. You can install them with a single command, and you don't need to write configuration files yourself. Just think of them as things that extend what you can do with Claude Code.
■ Installation Method (Common to all plugins)

- Open Claude Code in the terminal
- Type /plugin
- Go to the Discover tab
- Search for the plugin by name
- Select it and choose the installation scope (User or Project)
That's it. You can also check the full catalog in advance at claude.com/plugins.
For community plugins not in the official marketplace, first add the marketplace:
/plugin marketplace add owner/repo
Then the plugins from that repository will appear in the Discover tab.
■ Official Anthropic Plugins (01–08)

These are in the official marketplace and verified by Anthropic.
01 — Frontend Design

Generates proper UI code that doesn't look "AI-ish". Real design systems, bold typography. The most popular plugin with 400k+ installs.
claude.com/plugins/frontend-design
02 — Superpowers
A Swiss Army knife with over 20 skills. TDD, debugging, plan-to-code conversion, brainstorming, skill creation. 290k+ installs.
claude.com/plugins/superpowers
03 — Context7
Real-time documentation search. Pulls the latest APIs and usage examples from source repos. Prevents Claude from hallucinating old library code.
04 — Code Review
Structured code reviews. Bugs, security, performance, style. Built-in reviewer agent.
claude.com/plugins/code-review
05 — Security Guidance
Scans for OWASP Top 10, auth flaws, injection vulnerabilities, and hardcoded secrets.
claude.com/plugins/security-guidance
06 — Commit Commands
Git workflow automation. Smart commits, PR creation, changelog generation.
claude.com/plugins/commit-commands
07 — Feature Dev
End-to-end workflow for feature implementation. Spec → Plan → Implement → Test → PR. Structured steps.
claude.com/plugins/feature-dev
08 — Plugin Toolkit
7 expert skills for creating your own plugins. Hooks, MCP, commands, agents, validation.
claude.com/plugins/plugin-toolkit
■ Code Quality & Language Servers (09–12)

A group of plugins that give Claude the same code intelligence as VS Code. Enables jump to definition, reference search, and type error checking.
09 — TypeScript LSP —— Type checking and navigation (Official)
10 — Python LSP —— Python language server (Official)
11 — Rust LSP —— rust-analyzer integration (Official)
12 — Ruby LSP —— Ruby code intelligence (Official)
■ Autonomous Coding (13–15)

13 — Ralph Loop
Autonomous coding sessions. Claude processes tasks one by one, commits to git, and moves to the next. If left alone, completed code with a clean git history awaits you.
claude.com/plugins/ralph-wiggum
14 — Chrome DevTools
Allows debugging of network requests, console errors, and live pages using an existing Chrome session. An underrated plugin for frontend debugging.
15 — Playwright
Claude operates a real browser. Clicks, form inputs, screenshots, UI testing. No test scripts required.
■ Search & Data (16–20)

16 — Firecrawl
Scrape any URL, site crawling, autonomous research agent. A staple for getting web data into Claude Code.
17 — Sourcegraph
Cross-codebase search. Trace references, refactor impact analysis, security scans.
claude.com/plugins/sourcegraph
18 — SQL Analytics —— Data analysis and visualization with SQL (Partner-made)
19 — Data Engineering —— Warehouse exploration, pipeline creation, Airflow integration (Partner-made)
20 — Amplitude —— Tracking plan creation, analytics code generation
■ DevOps & Infrastructure (21–24)

21 — Vercel —— Deployment, builds, logs, domain management
22 — AWS Deploy —— AWS deployment, architecture recommendations, cost estimation
23 — PagerDuty Risk Score —— Scores deployment risk before committing
24 — Mintlify —— Automatic documentation generation from code
■ Integrations (25–30)

25 — GitHub —— PRs, Issues, code search, CI/CD (The ultimate staple)
26 — Slack —— Workflows, message drafts, channel analysis
27 — Sentry —— Production error monitoring, stack traces, fix suggestions
28 — Linear —— Issue management, sprint management
29 — Supabase —— DB management, auth, storage
30 — Stripe —— Payments, subscriptions, invoices, customer data
■ Business & Knowledge Work (31–36)

From Anthropic's knowledge-work-plugins marketplace. First add:
/plugin marketplace add anthropics/knowledge-work-plugins
31 — Brand Voice —— Unify brand tone across all content
32 — Marketing —— SEO audits, content strategy, competitor analysis
33 — Sales —— Prospect research, email sequences, objection handling
34 — Legal —— Contract review, compliance (For initial screening. Not legal advice)
35 — Finance —— Financial analysis, budget planning, forecasting models
36 — Productivity —— Meeting summaries, task management, email drafts
■ Recommended Combinations by Use Case

You don't need to install everything. 3–5 plugins depending on what you're doing is optimal.
For all developers:
Frontend Design + Code Review + Commit Commands + LSP for your language
Full Stack:
Superpowers + Context7 + GitHub + Supabase
Frontend:
Frontend Design + Chrome DevTools + Playwright + Vercel
DevOps:
AWS Deploy + Sentry + PagerDuty + GitHub
Business/Marketing:
Brand Voice + Marketing + Sales + Productivity
Data:
SQL Analytics + Data Engineering + Firecrawl
■ Operational Notes
Each plugin consumes context tokens. The more you have, the more overhead increases. 3–5 is optimal.
Disable plugins you aren't using:
/plugin disable plugin-name
Reference Links:
・Full Catalog: claude.com/plugins
・Official Repository: github.com/anthropics/claude-plugins-official
・Plugin Documentation: code.claude.com/docs/en/discover-plugins
■ Summary
・36 plugins handpicked from over 9,000
・8 Official Anthropic + 4 Code Quality + 3 Autonomous Coding + 5 Search & Data + 4 DevOps + 6 Integrations + 6 Business
・Most popular are Frontend Design (400k+) and Superpowers (290k+)
・No need to install everything. 3–5 depending on use case
・Disable unused plugins to save tokens
・Community-made ones can be added via /plugin marketplace add
━━━━━━━━━━
To those who found this article even slightly helpful.

Claude Code Studio @ Japan (@ClaudeCode_love) is an account run by three hardcore Claude Code users.
We post daily about professional-level CLI usage and automation.
We are currently co-developing an AI agent with a listed company.
Our usual posts 👇
・Real product development cases using Claude Code and Claude
・Organizing Claude Code usage / Vibe Coding / development trends
・Latest information on Claude Code from overseas
From development philosophy to design, implementation, and improvement, we summarize overseas and primary information to not just "finish making" but to "release a working product to the world".
If you're interested, please follow and check us out! 👀
I believe it's incredibly beneficial, and you won't regret it!





