Claude Skills

Reusable system prompts that give Claude Code specialized expertise. Install once, use everywhere — skills work across Claude Code, Cursor, Copilot, Windsurf, and Cline.

8,633Skills
10Categories
1,974MCP Servers
ON THIS PAGE
  1. What are Claude Skills?
  2. How Skills Work
  3. Types of Claude Code Skills
  4. Skill Categories
  5. How to Install
  6. Skill Examples
  7. Skills vs MCP Servers
  8. FAQ

What are Claude Skills?

Claude skills are reusable system prompts that give AI coding assistants specialized expertise. Think of them as plugins for your AI — each skill is a set of instructions that teaches your assistant how to handle specific tasks like code review, testing, frontend development, or DevOps.

Unlike traditional IDE plugins that require compiled code, Claude Code skills are text-based and portable. A skill written for Claude Code also works as a Cursor rule, a Copilot instruction, or a Windsurf rule. This makes them the most flexible way to customize AI coding behavior.

How Claude Code Skills Work

When you install a skill, it adds instructions to your project's CLAUDE.md file. Claude Code reads this file at the start of every session, giving it the expertise defined in the skill. Here's the flow:

  1. Install — Add a skill from the Skills Playground directory or any GitHub repo
  2. Load — Claude Code reads the skill instructions from CLAUDE.md
  3. Apply — The AI follows the skill's patterns, rules, and best practices
  4. Persist — Skills stay active across sessions until you remove them

Types of Claude Code Skills

The Claude Code ecosystem includes several types of extensibility:

Skills

System prompts that define coding patterns, review standards, and workflow conventions. The most common and portable type.

Plugins

Bundles of skills, hooks, agents, and commands packaged together. Install with claude plugin add. Plugins guide →

Hooks

Event-driven scripts that run before/after Claude Code actions. Automate linting, validation, and workflows. Hooks guide →

Custom Commands

Slash commands you create (e.g., /deploy, /review) that run predefined workflows. Commands guide →

Skill Categories

Browse 8,633 skills across 10 categories:

Browse All Categories →

How to Install Claude Code Skills

From Skills Playground

Find a skill in the directory and copy the install command:

claude install-skill https://github.com/owner/repo

Using Claude Code Plugins

For bundled skills with hooks and commands:

claude plugin add https://github.com/owner/plugin-repo

Manual Installation

Copy the skill's system prompt into your project's CLAUDE.md file. Claude Code reads this file automatically.

Cross-Platform

Skills are portable. Use the same content in:

Skill Examples

Here are some of the most popular skills on Skills Playground:

Browse all 8,633 skills →

Skills vs MCP Servers

Both extend your AI assistant, but in different ways:

Use both together for maximum capability. Read the full comparison: Skills vs MCP Servers

Frequently Asked Questions

Do skills work with Cursor and other editors?
Yes. Skills are text-based system prompts that work across all AI coding assistants. Use them as Cursor rules, Copilot instructions, or Windsurf rules.
Can I create my own skills?
Absolutely. Create a CLAUDE.md file with your instructions and submit it to Skills Playground to share with the community. See the Plugins Guide for advanced skill creation.
What's the difference between skills and plugins?
A skill is a single system prompt. A plugin is a bundle that can include multiple skills plus hooks, agents, and custom commands. Plugins are the recommended way to distribute complex capabilities.
Browse Skills Directory → Plugins Guide →

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.