Skills Directory / Official
Anthropic Agent Skills
- Author
- Anthropic — official vendor skill
- Category
- Official
- Stars
- ★ 158k
- Source
- github.com/anthropics/skills
- Tags
The official Anthropic repository for Agent Skills. Contains the SKILL.md specification, a starter template, and production skills including the document skills (docx, pdf, pptx, xlsx) that power Claude's file capabilities. Registerable as a Claude Code plugin marketplace with a single command. If you read one skills repo, read this one — it defines the format everything else follows.
How to load this skill
Fastest: copy this prompt into your AI agent
Please install the "Anthropic Agent Skills" agent skills collection (https://github.com/anthropics/skills) for me.
If you are Claude Code:
1. Run: /plugin marketplace add anthropics/skills
2. Show me the available plugins from this marketplace and ask which I want, then install them.
If you are another agent that supports SKILL.md skills (Codex, Cursor, etc.):
1. Run: git clone https://github.com/anthropics/skills
2. List the skill folders in the repo (each contains a SKILL.md) and ask me which I want.
3. Copy the chosen skill folders into your skills directory (e.g. ~/.claude/skills/ or your agent's equivalent).
4. Confirm the skills load (list your available skills afterwards).
More details: https://primorum.ai/skills/anthropic-agent-skills Anthropic Agent Skills is a Claude Code plugin marketplace. Register it once, then install individual plugins/skills from it. For other agents, clone and copy the skill folders you need.
- Claude Code — register marketplace
/plugin marketplace add anthropics/skills - Claude Code — then browse & install
/plugin - Any agent — clone and copy a skill folder
git clone https://github.com/anthropics/skills && cp -r skills/<skill-name> ~/.claude/skills/
For AI agents: this entry is also available as JSON at
/skills/skills.json — the
install.steps field contains these commands. See the
agent instructions on the directory index.
Related in Official
- Claude Plugins Official Directory — Anthropic's curated, quality-gated plugin directory for Claude Code.
- Vercel Agent Skills — Vercel's official skills for building and deploying on their platform.
- Cloudflare Skills — Official skills for building on Cloudflare — Workers, Pages, R2, D1.