Browse the full directory of Claude Code plugins — commands, agents, skills, MCP servers, and more.
Browse plugins →Skills make up 59% of all Claude Code plugin components. Learn how they work and explore 8 skill-based plugins — from TDD workflows to token-saving strategies.
Skills are the dominant component type in the Claude Code plugin ecosystem. Out of 296,888 total components across 31,830 plugins, skills account for 175,376 — roughly 59% of everything indexed. That makes skills the single most common way plugin authors extend Claude Code's behavior.
A skill is a reusable instruction set that activates when a specific context or trigger matches. Unlike agents (which run autonomously) or commands (which require explicit invocation), skills layer onto Claude Code's existing behavior — shaping how it approaches a task without taking over the conversation. Think of them as persistent expertise that Claude Code can draw on when relevant.
The skills directory indexes all 175,376 skills currently tracked. The plugins directory covers the full ecosystem. This article breaks down how skills work mechanically, highlights 8 plugins that use them in distinct ways, and identifies patterns worth borrowing for your own plugins.
A skill file lives in a plugin's directory and contains markdown instructions that Claude Code loads into its context when triggered. Skills activate based on file triggers (matching file patterns the user is working with), slash-command triggers (invoked with /<skill-name>), or proactive triggers (the agent decides when to apply them based on the task).
What distinguishes skills from other component types:
Skills range from narrow (a single coding convention) to broad (an entire development methodology). The install counts below show that both extremes find audiences.
Here are 8 plugins that demonstrate different approaches to building skills, ordered by weekly install count.
superpowers leads this list with 1,326 installs over the past 7 days and 198,309 stars. Its skills enforce a structured test-driven development workflow: brainstorming gets funneled into validated specs, feature branches run in isolated git worktrees, and verification checkpoints gate merges and commits. It also includes hooks alongside its skills. The approach is opinionated — it shapes your entire development loop rather than augmenting a single task.
caveman takes a radically different approach. With 970 installs/7d and 61,597 stars, it cuts Claude Code token usage by approximately 75% through ultra-compressed "caveman-style" communication. It applies this compression across conversations, code reviews, commits, and file edits while maintaining technical accuracy. The plugin bundles agents and hooks alongside its skills. If you're cost-conscious or working on large codebases where context window pressure is a problem, this addresses it at the communication layer.
impeccable is a skills-only plugin with 311 installs/7d and 28,633 stars. It focuses on auditing and polishing frontend interfaces — covering UX, visual hierarchy, accessibility, performance, responsive behavior, theming, typography, color, motion, micro-interactions, and design systems. The skills-only approach keeps the plugin focused: it provides expertise for Claude Code to draw on during frontend work without adding agents or commands that might interfere with your workflow.
ecc has the broadest component coverage of any plugin in this list. With 255 installs/7d and 187,411 stars, it ships commands, agents, skills, hooks, and MCP servers — over 300 components total. Its skills cover autonomous multi-agent coding workflows, TDD enforcement, security audits, production code generation across JS/TS/Python/Rust/mobile stacks, performance optimization, and deployment automation. This is a kitchen-sink plugin; the breadth is the point.
ui-ux-pro-max packages 50+ UI/UX styles, color palettes, font pairings, and guidelines as skills. With 186 installs/7d and 79,973 stars, it targets developers building web and mobile interfaces across React, Next.js, Vue, Svelte, Tailwind, React Native, and Flutter. The skills act as a reference library that Claude Code consults when making design decisions.
andrej-karpathy-skills distills behavioral guidelines for reducing common LLM coding mistakes. At 102 installs/7d and 135,734 stars, its skills enforce simplicity, surgical changes, assumption surfacing, and verifiable success criteria. This is a pure skills plugin — no agents, no hooks — and the instructions are drawn from ML research on how language models tend to fail at code generation.
frontend-design generates production-grade frontend UIs with an emphasis on bold aesthetics, unique typography, motion, and layouts. With 96 installs/7d and 20,139 stars, its skills guide Claude Code to avoid generic styles when building components, pages, or apps in HTML, CSS, JavaScript, React, or Vue. It's a skills-only plugin that pairs well with impeccable for a design-then-polish workflow.
godot-skills is the niche entry in this list, with 85 installs/7d and 30 stars. It provides skills for Godot game engine development. The low star count reflects how new and specialized it is, but it fills a gap — game development plugins are rare in the Claude Code ecosystem, and even a small set of Godot-specific instructions can prevent common engine-specific mistakes.
Looking across these 8 plugins, a few patterns stand out for developers building their own skills.
Methodology skills vs. reference skills. superpowers and caveman encode entire workflows — they change how Claude Code operates across a session. impeccable and ui-ux-pro-max take the opposite approach, providing reference material that Claude Code consults on demand. Both work; the choice depends on whether you want to reshape behavior or augment knowledge.
Single-type focus vs. multi-component plugins. impeccable, ui-ux-pro-max, andrej-karpathy-skills, and frontend-design ship skills exclusively. caveman and superpowers pair skills with hooks for enforcement. ecc goes wide with 5 component types. Skills-only plugins are simpler to maintain and easier for users to reason about. Multi-component plugins can enforce their skills through hooks and commands, but add complexity.
Specificity wins in niches. godot-skills has 30 stars compared to superpowers' 198,309, but for Godot developers it's more useful than any general-purpose workflow plugin. If you're building skills, consider targeting a specific framework, language, or workflow rather than competing in the general productivity space.
Behavioral guardrails. andrej-karpathy-skills doesn't add capabilities — it constrains Claude Code's behavior to avoid known failure modes. This is an underexplored pattern. Skills that say "don't do X" can be as valuable as skills that say "do Y."
Skills account for 175,376 of the 296,888 components in the Claude Code plugin ecosystem. They range from broad workflow frameworks (superpowers at 1,326 installs/7d) to narrow behavioral constraints (andrej-karpathy-skills at 102 installs/7d) to niche engine support (godot-skills at 85 installs/7d).
Browse the full skills directory to find skills by category, or explore the plugins directory to see how skills combine with other component types. If you're building a plugin, skills are the lowest-friction component type to start with — they're just markdown instructions, no runtime code required.
Enforces a structured TDD workflow with parallel task execution, code review, and root-cause debugging. Guides brainstorming into validated specs, creates isolated git worktrees for feature branches, and runs verification checkpoints before merging or committing.
Cuts Claude Code token usage by ~75% using ultra-compressed caveman-style communication across conversations, code reviews, commits, and file edits while preserving full technical accuracy.
Audit, critique, and polish frontend interfaces with production-grade code changes covering UX, visual hierarchy, accessibility, performance, responsive behavior, theming, typography, color, motion, micro-interactions, and design systems.
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.
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
Generate distinctive production-grade frontend UIs for components, pages, or apps with bold aesthetics, unique typography, motion, and layouts that avoid generic styles, supporting HTML, CSS, JavaScript, React, or Vue.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.