Anthropic Skills
license: see source Runs codeAnthropic's official Agent Skills (SKILL.md packages) for documents, design and development — the reference implementation of the format.
Summary
Note: This repository contains Anthropic's implementation of skills for Claude. For information about the Agent Skills standard, see agentskills.io.
- Formats
skill-md- License
- license: see source
- Added
- 2026-09-10
Get it
From the project’s own instructions where it documents any; otherwise a plain clone.
-
/plugin marketplace add anthropics/skills
In Claude Code. Registers the repository as a plugin marketplace. Read the scripts it bundles before installing.
-
/plugin install document-skills@anthropic-agent-skills
Or example-skills@anthropic-agent-skills.
Contents
419 files 4.7 MB repository
-
.xsd117 -
.md115 -
.py70 -
.ttf54 -
.txt47 -
.xml6 -
.html3 -
.sh2
Use it with
Commands are curated, not yet run by us.
Claude Code — Install every skill in the collection as a user-level Claude Code skill.
$ cp -r ./skills/skills/. ~/.claude/skills/
Claude Code — Check that Claude Code picked the skills up.
$ claude -p 'List the skills you have available and when you would use each one.'
OpenAI Codex CLI — Have Codex read an instruction file non-interactively.
$ codex exec 'Read SKILL.md and summarise the instructions it gives an agent.'