Back to blog
ClaudePluginHub

Community directory for discovering and installing Claude Code plugins.

Help us improve

Share bugs, ideas, or general feedback.

Product

  • Browse Plugins
  • Marketplaces
  • Pricing
  • About
  • Contact

Resources

  • Learning Center
  • Blog
  • Claude Code Docs
  • Plugin Guide
  • Plugin Reference
  • Plugin Marketplaces

Community

  • Browse on GitHub
  • Get Support

Legal

  • Terms of Service
  • Privacy Policy

© 2025 ClaudePluginHub

Community Maintained · Not affiliated with Anthropic

ClaudePluginHub
ClaudePluginHub
ToolsLearnPricing
Search everything...
All Posts

Recent Posts

Claude Code Hooks: What They Do and Which Plugins Use ThemClaude Code Plugin Examples by Component TypeClaude Code Agents: What They Do and Which Plugins Use ThemClaude Plugins for Productivity: From TDD Enforcement to Persistent MemoryClaude's Largest Plugin Category: 7 Utility Plugins Worth Installing

Categories

Deep Dive2
Category Spotlight1
Trending3
Ecosystem Stats1

Explore plugins

Browse the full directory of Claude Code plugins — commands, agents, skills, MCP servers, and more.

Browse plugins →
Category Spotlight

Claude Code Plugin Examples by Component Type

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.

May 10, 20266 min

Overview

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.

Plugins to Consider

Skills-Focused Plugins

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

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.

Multi-Component Suites

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.

How They Differ

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.

Choosing One

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.

Wrap-up

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.

Claude Code Agents: What They Do and Which Plugins Use ThemClaude Code Hooks: What They Do and Which Plugins Use Them

Featured in this post

superpowers

183.2k

Enforce strict TDD cycles, generate detailed multi-step implementation plans, execute them in batches or via parallel subagents, manage isolated git worktrees for features, perform root-cause debugging and technical code reviews, verify tests/builds/lints before commits or PRs, all within Claude Code sessions.

5d
v5.1.0
View superpowers

caveman

51.4k

Switch Claude Code sessions to caveman mode for 75% token reduction via terse, accurate responses across lite/full/ultra levels. Delegate to subagents for code location, surgical 1-2 file edits, and focused diff/PR reviews. Auto-generate conventional commits, terse review comments, and real token stats; compress docs and todos.

1w
v1.7.0
View caveman

everything-claude-code

176.5k

Supercharge Claude Code with 300+ agents, skills, commands, and hooks 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/testing.

1w
v2.0.0-rc.1
View everything-claude-code

impeccable

24.9k

Elevate frontend development with AI commands that polish, audit, critique, and optimize production-grade interfaces like websites, dashboards, components, and forms. Unlock expert reviews for UX, accessibility, performance, responsive design, theming, typography, motion, plus curated anti-pattern detection.

5d
v3.0.7
View impeccable

ui-ux-pro-max

76.2k

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.

1mo
v2.5.0
View ui-ux-pro-max

gsd-build-get-shit-done

57.5k

Automate spec-driven software development in Claude Code: bootstrap projects with AI-generated roadmaps/requirements, autonomously plan/execute/audit phases via 100+ commands/agents, manage git commits/releases/PRs/backlogs/workspaces, generate tests/docs/reviews, debug/fix issues.

1w
v1.38.5
View gsd-build-get-shit-done

andrej-karpathy-skills

90.0k

Apply Andrej Karpathy-inspired rules to guide code writing, reviews, and refactoring: enforce simplicity, surgical changes, and verifiable success criteria to sidestep common LLM coding pitfalls like overcomplication.

2w
v1.0.0
View andrej-karpathy-skills

brainstorming-skill

34

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.

1mo
v1.1.7
View brainstorming-skill