Built-in
/init, /review, /security-review, /help. Ship with Claude Code.
A Skill is a folder with a SKILL.md file. The frontmatter declares its name and when it should trigger. The body is the prompt Claude follows when invoked. Optional helper scripts live alongside. You call it with /<name>.
/init, /review, /security-review, /help. Ship with Claude Code.
frontend-design, claude-api, fewer-permission-prompts, others. Install via the plugin marketplace.
Drop a SKILL.md into ~/.claude/skills/<name>/ and it's available everywhere on your machine.
~/.claude/skills/my-skill//my-skill in any Claude Code session — Claude loads and runs it.---
name: my-skill
description: One sentence describing what this skill does.
trigger: When the user mentions X or asks for Y.
---
You are doing X.
Steps:
1. Read the file …
2. Run …
3. Report back with …
A plugin is a packaged bundle of Skills, MCP servers, and configuration. Install once; share across your team. Anthropic publishes a marketplace; you can publish to it (or to a private registry) when a Skill set is worth sharing.