18 skills

Claude skills and agent skills: what they are, and how to install them

A Claude skill (the general term is agent skill) is a folder with a SKILL.md file: instructions, and sometimes scripts or resources, that an agent loads only when the task calls for it, instead of sitting in context on every turn. Every skill below links to its real source and the exact command that installs it, verified against the client it actually works with.

A
Artifacts Builder
Builds elaborate multi-component claude.ai HTML artifacts
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
DevelopmentClaude CodeWorks with Claude Code, Claude.aigithub.com
B
Brainstorming
Turns a rough idea into a fully-formed design through structured questioning
git clone https://github.com/obra/superpowers.git
mkdir -p ~/.claude/skills/brainstorming
cp -r superpowers/skills/brainstorming/* ~/.claude/skills/brainstorming/
PlanningClaude CodeWorks with Claude Codegithub.com
B
Brand Guidelines
Applies Anthropic's brand colors and typography to artifacts
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
DesignClaude CodeWorks with Claude Code, Claude.aigithub.com
C
Canvas Design
Generates poster-quality visual art as PNG or PDF
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
DesignClaude CodeWorks with Claude Code, Claude.aigithub.com
C
Code Review and Quality
Five-axis review pass before a change merges
npx skills add addyosmani/agent-skills --skill code-review-and-quality
DevelopmentClaude CodeWorks with Claude Code, Cursor, Codex, Gemini CLIgithub.com
D
docx
Create and edit Word documents with tracked changes
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
Document ProcessingClaude CodeWorks with Claude Code, Claude.aigithub.com
F
Finishing a Development Branch
Presents clear options for wrapping up a branch of finished work
git clone https://github.com/obra/superpowers.git
mkdir -p ~/.claude/skills/finishing-a-development-branch
cp -r superpowers/skills/finishing-a-development-branch/* ~/.claude/skills/finishing-a-development-branch/
DevelopmentClaude CodeWorks with Claude Codegithub.com
I
Interview Me
Interrogates requirements one question at a time before a spec is written
npx skills add addyosmani/agent-skills --skill interview-me
PlanningClaude CodeWorks with Claude Code, Cursor, Codex, Gemini CLIgithub.com
M
MCP Builder
Scaffolds high-quality MCP servers in Python or TypeScript
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
DevelopmentClaude CodeWorks with Claude Code, Claude.aigithub.com
P
pdf
Extract text, tables, and metadata from PDFs, and merge or annotate them
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
Document ProcessingClaude CodeWorks with Claude Code, Claude.aigithub.com
P
pptx
Read, generate, and adjust PowerPoint slides and layouts
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
Document ProcessingClaude CodeWorks with Claude Code, Claude.aigithub.com
S
Slack GIF Creator
Builds animated GIFs that fit Slack's size limits
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
CreativeClaude CodeWorks with Claude Code, Claude.aigithub.com
S
Spec-Driven Development
Enforces writing the spec before writing the code
npx skills add addyosmani/agent-skills --skill spec-driven-development
PlanningClaude CodeWorks with Claude Code, Cursor, Codex, Gemini CLIgithub.com
T
Test-Driven Development (Superpowers)
Enforces true red or green TDD before implementation code is written
git clone https://github.com/obra/superpowers.git
mkdir -p ~/.claude/skills/test-driven-development-superpowers
cp -r superpowers/skills/test-driven-development/* ~/.claude/skills/test-driven-development-superpowers/
DevelopmentClaude CodeWorks with Claude Codegithub.com
T
Theme Factory
Applies pre-set font and color themes to docs and slides
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
DesignClaude CodeWorks with Claude Code, Claude.aigithub.com
U
Using Git Worktrees
Creates isolated git worktrees with smart directory selection
git clone https://github.com/obra/superpowers.git
mkdir -p ~/.claude/skills/using-git-worktrees
cp -r superpowers/skills/using-git-worktrees/* ~/.claude/skills/using-git-worktrees/
DevelopmentClaude CodeWorks with Claude Codegithub.com
W
Webapp Testing
Playwright-driven testing for local web apps
/plugin marketplace add anthropics/skills
/plugin install example-skills@anthropic-agent-skills
TestingClaude CodeWorks with Claude Code, Claude.aigithub.com
X
xlsx
Spreadsheet manipulation: formulas, charts, and data transforms
/plugin marketplace add anthropics/skills
/plugin install document-skills@anthropic-agent-skills
Document ProcessingClaude CodeWorks with Claude Code, Claude.aigithub.com