Anthropic's official skill library for Claude: modular SKILL.md bundles that add repeatable, domain-specific workflows across docs, dev, design, and enterprise tasks.
What it does
Anthropic Skills is Anthropic's official open repository of modular, filesystem-based capabilities that extend Claude's behavior for specialized tasks. Skills are SKILL.md folders of instructions, scripts, and resources Claude loads dynamically, covering document processing, development, creative de
Skills turn Claude from a general assistant into a repeatable specialist. Instead of re-prompting the same workflows every session, a skill loads its instructions automatically when Claude decides they are relevant, per the platform docs.
Anthropic's skills repository is the canonical reference implementation of the Agent Skills standard (documented separately at agentskills.io). The repo ships four major skill sets: document processing (PDF, Word, PowerPoint, Excel), development tools (MCP builder, webapp testing, web artifacts), creative tools (algorithmic art, canvas design, frontend design, theme factory), and enterprise workflows (brand guidelines, internal comms, doc coauthoring, Slack GIF creator).
Each skill is a self-contained folder with a single SKILL.md file. YAML frontmatter supplies a name and description Claude uses for discovery. The markdown body holds instructions, examples, and guidelines. Skills use a three-level progressive disclosure model: metadata loads always, instructions load when the skill is selected, and optional scripts or templates load only when the task calls for them. This keeps context usage low.
The document skills (docx, pdf, pptx, xlsx) are the same skills that power Claude.ai's built-in document creation features. They are source-available (not Apache 2.0) but included so developers can study a production-grade, actively deployed skill as a reference. Custom skills follow the same SKILL.md format and can be uploaded via the Claude API, Claude Code, or Claude.ai settings.
The repo README is explicit: these skills are for demonstration and educational purposes. Behavior you see in the repo may differ from what Claude produces in a live product. Test any custom skill thoroughly before using it in critical workflows.
If you need Claude to reliably follow a specialized workflow, brand standard, or multi-step process across many conversations, skills are the right abstraction. The Anthropic repo gives you working examples for every major category, a clean template to clone, and the spec to build against.
Features
Field notes
Reviewed Jun 26, 2026
Best for
Builder outcomes
Watch out
Tested with
Anthropic Skills is Anthropic's official GitHub repository of modular, filesystem-based skill packages that extend Claude's behavior for specialized tasks. Each skill is a folder containing a SKILL.md file with YAML frontmatter (name and description) and markdown instructions that Claude loads dynamically. The repo covers document processing, creative tools, development utilities, and enterprise workflows, and also serves as the reference implementation of the open Agent Skills standard.
In Claude Code, run `/plugin marketplace add anthropics/skills` to register the repo, then browse and install either `document-skills` or `example-skills` from the `anthropic-agent-skills` marketplace entry. On Claude.ai, the example skills are already available to paid plan users with no setup needed. Via the Claude API, use the Skills API (see the Skills API Quickstart in the docs) to upload and use pre-built or custom skills. Once installed, you activate a skill simply by mentioning the relevant task in your message.
Most skills in the repository are open source under the Apache 2.0 license. The exception is the document creation and editing skills (docx, pdf, pptx, xlsx), which are source-available but not open source. Anthropic included them as a reference for production-grade skill design. The repository itself is free to clone and use.
Skills are best suited for repeatable, domain-specific workflows you run across many Claude conversations: enforcing brand guidelines, processing documents at scale, automating multi-step development tasks, or packaging organizational knowledge so teams share a consistent Claude behavior. The platform docs describe skills as the alternative to prompts when you need load-on-demand expertise rather than one-off instructions.
Skills and system prompts solve different problems. System prompts are conversation-level, one-off instructions that must be repeated every session. Skills are filesystem-based resources Claude loads on-demand using a three-level progressive disclosure model (metadata always, instructions when selected, scripts only when needed), which keeps context consumption low and eliminates repetition. Per the platform docs, skills are designed to compose, letting you combine multiple skills to build complex workflows.
The README is explicit: skills in this repository are provided for demonstration and educational purposes only, and behavior you get from Claude may differ from what the skill definitions show. Agent Skills are also not eligible for Zero Data Retention, meaning data is retained under Anthropic's standard retention policy. Always test custom skills thoroughly in your own environment before relying on them for critical or sensitive tasks.
Open-source collection of reusable agent skills, shared AGENTS.MD rules, and portable helper scripts for Codex and Claude agents, by steipete.
Best for Developers running multiple Codex or Claude agent projects who need one canonical source for shared rules and skillsOpen-source PM skills marketplace: 68 AI skills and 42 workflows across 9 Claude plugins for product managers doing discovery, strategy, execution, and launch.
Best for PMs using Claude Code or Claude Cowork who want framework-driven decisions baked into daily AI workflowsOpen-source collection of 45+ AI agent skills for marketing, CRO, SEO, copywriting, analytics, and growth, built for Claude Code, Cursor, and any Agent Skills-compatible agent.
Best for Technical marketers and founders using Claude Code, Cursor, Windsurf, or OpenAI Codex who want marketing domain knowledge baked inAgent skill collection for engineers who use Claude Code or Codex, small, composable prompts that enforce TDD, domain modeling, and architecture review.
Best for Engineers already using Claude Code or Codex daily who want to stop architectural and quality driftA catalog of repeatable AI agent workflows with built-in feedback loops, plus an installable skill for finding, adapting, and designing your own loops.
Best for Teams using Codex, Cursor, or Claude Code who want agents to iterate reliably instead of making one-shot guessesOpen-source agentic skills framework that brings spec-first, TDD-enforced, subagent-driven software development to Claude Code, Cursor, Codex, and 8 other AI coding harnesses.
Best for Teams wanting a full SDLC enforced automatically on coding agents, from spec through code review