Browse the full directory of Claude Code plugins — commands, agents, skills, MCP servers, and more.
Browse plugins →Eight real Claude Code plugins dissected by component type — skills, agents, commands, hooks, and MCP — to show how plugin architecture shapes what you can build.
With 33,373 plugins and 302,502 components in the Claude Code ecosystem, finding the right plugin starts with understanding what component types it ships. Skills account for 177,793 components across the directory — by far the largest category — while commands (60,453), agents (49,091), hooks (6,971), and MCP servers (7,376) each serve distinct purposes in extending Claude Code sessions.
This guide walks through eight plugin examples, organized by the component types they use, so you can see real patterns behind how developers structure their plugins. Whether you're exploring the plugin directory for the first time or evaluating specific plugins to install, these examples illustrate the range of what's possible.
Skills are the most common component type, and several high-adoption plugins ship skills exclusively or primarily.
Superpowers ships skills and hooks, with 1,819 installs over the past seven days and 183,238 stars. It enforces strict TDD cycles, generates detailed multi-step implementation plans, executes them in batches or via parallel subagents, manages isolated git worktrees for features, performs root-cause debugging and technical code reviews, and verifies tests/builds/lints before commits or PRs. Its hooks component automates verification steps that would otherwise be manual — a clear example of how skills and hooks complement each other.
Impeccable focuses entirely on skills (184 installs/7d, 24,931 stars). It targets frontend development specifically, providing AI-driven commands that polish, audit, critique, and optimize production-grade interfaces. It covers UX, accessibility, performance, responsive design, theming, typography, motion, and anti-pattern detection. If you're building websites, dashboards, or component libraries, Impeccable shows how a skills-only plugin can go deep in a single domain.
UI/UX Pro Max also ships only skills (135 installs/7d, 72,715 stars). It provides 50+ UI/UX styles, color palettes, font pairings, guidelines, and charts to plan, build, review, and optimize web and mobile interfaces across React, Next.js, Vue, Svelte, Tailwind, React Native, and Flutter. Where Impeccable audits existing interfaces, UI/UX Pro Max focuses more on design planning and style guidance.
Andrej Karpathy Skills is a lightweight skills-only plugin (93 installs/7d, 89,973 stars) that applies Andrej Karpathy-inspired coding rules: enforce simplicity, surgical changes, and verifiable success criteria to avoid common LLM coding pitfalls like overcomplication. Despite its high star count, it stays intentionally minimal — a good example of a plugin that solves one problem well.
Brainstorming Skill ships skills (88 installs/7d, 34 stars) that provide structured brainstorming across 14 categories using 30+ research-validated prompt patterns. It guides pre-implementation workflows by exploring context, clarifying requirements, proposing options with trade-offs, and documenting specs. It's notable as an example of a plugin with very few stars but steady installs — demonstrating that practical utility drives adoption more than GitHub popularity.
Browse more skills-based plugins in the skills directory.
Agents and commands extend Claude Code with autonomous workflows and explicit user-invocable actions, respectively.
Get Shit Done ships commands and agents (101 installs/7d, 57,510 stars). It automates spec-driven software development: bootstrapping projects with AI-generated roadmaps and requirements, autonomously planning and executing development phases via 100+ commands and agents, managing git commits, releases, PRs, backlogs, and generating tests, docs, and reviews. It's a solid example of how commands and agents work together — commands give the user explicit entry points, while agents handle autonomous execution.
Some plugins ship across many component types at once, acting as comprehensive toolkits.
Everything Claude Code ships five component types — commands, agents, skills, hooks, and MCP — making it the broadest plugin in this list (423 installs/7d, 176,491 stars). It provides 300+ components to orchestrate autonomous multi-agent coding workflows, enforce TDD, conduct security audits, generate production code across JS/TS/Python/Rust/mobile stacks, optimize performance, and automate deployments and testing. Its MCP server integration distinguishes it from skills-only plugins by enabling connections to external tools and data sources.
Caveman ships agents, skills, and hooks (922 installs/7d, 51,378 stars). It switches Claude Code sessions to "caveman mode" for 75% token reduction via terse, accurate responses across lite/full/ultra levels. It delegates to subagents for code location, surgical edits, and focused diff/PR reviews, and auto-generates conventional commits and terse review comments. Caveman is a strong example of how a multi-component plugin can have a single, focused purpose — reducing token usage — while still needing agents for delegation, skills for response formatting, and hooks for automation.
The eight plugins above illustrate three distinct architectural patterns:
Single-type specialists like Impeccable, UI/UX Pro Max, Andrej Karpathy Skills, and Brainstorming Skill each ship only skills. They go deep in one domain without the complexity of hooks or agents. This pattern works well when the plugin's value is in what Claude knows (rules, patterns, expertise), not in what it automates.
Complementary pairs like Superpowers (skills + hooks) and Get Shit Done (commands + agents) combine two component types where each type serves a clear role. Superpowers uses hooks to automate verification that its skills define. Get Shit Done uses commands as explicit entry points into agent-driven workflows.
Full suites like Everything Claude Code (5 types) and Caveman (3 types) ship across multiple component types. Everything Claude Code uses MCP for external integrations, while Caveman uses three types to achieve a single goal (token reduction). More component types doesn't always mean more complexity — it depends on the plugin's scope.
The install and star counts also reveal different adoption patterns. Andrej Karpathy Skills has 89,973 stars but 93 installs/7d, suggesting high interest but niche active use. Brainstorming Skill has just 34 stars but 88 installs/7d, nearly matching Karpathy's install rate — practical utility drives installs more than popularity.
Start with what you need, not with which plugin has the most components.
For development workflow automation: Superpowers (1,819 installs/7d) covers TDD, planning, and verification through skills and hooks. If you want a broader toolkit with MCP integration, Everything Claude Code (423 installs/7d) spans five component types. Get Shit Done (101 installs/7d) focuses specifically on spec-driven project management with commands and agents.
For frontend work: Impeccable (184 installs/7d) audits and critiques existing interfaces, while UI/UX Pro Max (135 installs/7d) helps with design planning and style selection. They address different stages of the frontend workflow and could be used together.
For coding discipline: Andrej Karpathy Skills (93 installs/7d) enforces simplicity and surgical changes. Brainstorming Skill (88 installs/7d) structures pre-implementation thinking. Both are lightweight, skills-only plugins.
For token efficiency: Caveman (922 installs/7d) is purpose-built for reducing token usage by 75% through terse response modes.
You can explore the full plugin directory to filter by component type, stars, or install count.
These eight plugins show that Claude Code plugins range from single-skill files enforcing coding rules to multi-component suites orchestrating autonomous workflows. The component types a plugin ships — skills, commands, agents, hooks, or MCP — determine how it integrates into your sessions. Across the directory's 33,373 plugins and 302,502 components, the pattern is consistent: the most useful plugins match their architecture to their scope.
Enforce test-driven development, structured debugging, and code review workflows in Claude Code. Plan features in granular tasks, execute them in isolated worktrees with parallel subagents, and verify completeness with automated checks before merging.
Communicate with Claude Code in an ultra-compressed style that cuts token usage ~75% while preserving technical accuracy, with compressed sub-agents for code review, git commits, file editing, and code exploration.
Transforms Claude Code into a full-featured development platform with 270+ language-specific skills, 90+ CLI commands, and 67 specialized agents covering code generation, review, testing, debugging, deployment, security, and automation across 40+ technology stacks.
Design and iterate production-grade frontend interfaces through live browser iteration, UX audits, visual refinement, and design system work.
Access 50+ UI/UX styles, color palettes, font pairings, guidelines, and charts to plan, build, review, and optimize web and mobile interfaces across React, Next.js, Vue, Svelte, Tailwind, React Native, and Flutter.
Reduces common LLM coding mistakes by enforcing behavioral guidelines for simplicity, surgical changes, assumption surfacing, and verifiable success criteria
Conduct structured brainstorming for product features, designs, marketing strategies, and creative problem-solving using 30+ research-validated prompt patterns across 14 categories. Guide pre-implementation workflows by exploring context, clarifying requirements, proposing 2-3 options with trade-offs, securing approval, and documenting specs.
A data-anchored walk through the development category on ClaudePluginHub — 6,299 plugins — covering frontend auditing, full-stack skills, model guardrails, prompt management, and CMS tooling, with install and star counts for each.
Walk through eight plugins listed in the deployment category, with 7-day install counts, GitHub stars, and component coverage — from UI/UX skills to documentation lookup, codebase graphs, and SEO automation.
8 plugins that use hooks, agents, and skills to automate Claude Code workflows — compared by install data, component coverage, and automation approach.