- Official skills
- 17 in the anthropics/skills repo (as of Jul 2026)
- License
- Apache 2.0, except docx/pdf/pptx/xlsx (source-available)
- Install in Claude Code
- /plugin marketplace add anthropics/skills
- Also bundled on paid Claude.ai plans
- Every skill is one folder with a SKILL.md file
The best Claude Skills in 2026 are the 17 published in Anthropic's official anthropics/skills repository, and for most people the four document skills (docx, xlsx, pptx, pdf) earn their keep first. They convert a plain request like "make me a deck" into a real file. Everything below is drawn from each skill's published SKILL.md and the repo docs, not a hands-on test bench. Where a claim comes from documentation, it says so.
A quick definition if you need it: a Claude Skill is a folder with a SKILL.md file that teaches Claude a repeatable procedure, loaded only when a task needs it. The official repo is the safest place to start, because you can read every line before Claude runs it.
The 17 official skills, by what they do
| Skill | Group | What the docs say it does |
|---|---|---|
docx | Document | Create and edit Word documents |
xlsx | Document | Build spreadsheets with formulas, analysis, and charts |
pptx | Document | Create and edit PowerPoint decks |
pdf | Document | Generate formatted PDFs and fill forms |
skill-creator | Dev & Technical | Create, modify, and measure skills; run evals and tune the description for triggering |
mcp-builder | Dev & Technical | Guide for building MCP servers in Python (FastMCP) or Node/TypeScript |
webapp-testing | Dev & Technical | Test local web apps with Playwright: verify UI, capture screenshots, read logs |
web-artifacts-builder | Dev & Technical | Build multi-component claude.ai HTML artifacts with React, Tailwind, shadcn/ui |
claude-api | Dev & Technical | Reference for the Claude API and SDK: models, params, streaming, tool use, caching |
canvas-design | Creative & Design | Create visual art as .png and .pdf from a stated design philosophy |
algorithmic-art | Creative & Design | Generate p5.js algorithmic art with seeded randomness and parameter sliders |
theme-factory | Creative & Design | Apply one of 10 preset color/font themes to any artifact, or make a new one |
frontend-design | Creative & Design | Aesthetic direction for UI so it doesn't read as templated defaults |
brand-guidelines | Creative & Design | Apply Anthropic's official colors and typography to an artifact |
slack-gif-creator | Creative & Design | Make animated GIFs sized and validated for Slack |
doc-coauthoring | Enterprise & Comms | Structured workflow for drafting docs, proposals, specs, and decision docs |
internal-comms | Enterprise & Comms | Write status reports, leadership updates, newsletters, FAQs, and incident reports |
Group and description come from each skill's SKILL.md frontmatter and the repository README, as of July 2026.
Which ones are worth installing first?
Pick by the job in front of you, not by novelty.
- You live in documents. Install nothing extra. The
docx,xlsx,pptx, andpdfskills ship with paid Claude.ai plans and fire automatically. Ask for a spreadsheet, get a real.xlsxback. - You build skills or automations.
skill-creatoris the meta-skill: its docs describe a full loop of drafting, running 2 to 3 test cases with and without the skill, writing assertions, and tuning the description so it triggers reliably. - You write code.
mcp-builderwalks through building a Model Context Protocol server;webapp-testingdrives Playwright against a local app;claude-apiis a reference for building on the API itself. These pair well with the tools in our best AI coding tools roundup and the Cursor vs Claude Code comparison. - You produce visuals or brand assets.
theme-factory,brand-guidelines,canvas-design, andfrontend-designcover styling, palettes, art, and UI direction. - You write for a team.
doc-coauthoringandinternal-commsencode the boring-but-valuable formats: specs, status reports, incident writeups.
The document skills are the highest floor. The developer skills have the highest ceiling if you are shipping software or building your own skills, which is the natural next step after building a SaaS with AI.
How do you install the official skills?
Two paths, per the repository docs:
- Claude Code: register the marketplace, then install a set.
/plugin marketplace add anthropics/skills
Then browse and install a bundle like document-skills or example-skills.
- Claude.ai: the example skills are already available on paid plans. Custom skills upload under your workspace settings, the same way you would add a recorded skill after you record a Claude skill.
What about community skills?
The ecosystem is bigger than the official 17. Community frameworks and skill collections exist, and some are widely starred. Treat them as unaudited software until you have read them.
Anthropic's own security guidance is blunt: a skill can direct Claude to run code and use tools, so a malicious one can exfiltrate data or misuse access. The mitigation is boring and it works. Use skills you wrote or got from Anthropic, read every file in the bundle (SKILL.md, scripts, resources) before running it, and watch anything that fetches external URLs. That is why a "best skills" list in 2026 starts with the official repo: you can inspect the whole thing, and it doubles as a reference for authoring your own. If you run repeatable content or SEO work, the same discipline behind programmatic SEO applies here: encode the procedure once, from a source you trust, and reuse it.
- https://github.com/anthropics/skills
- https://github.com/anthropics/skills/tree/main/skills
- https://github.com/anthropics/skills/tree/main/skills/skill-creator
- https://github.com/anthropics/skills/tree/main/skills/mcp-builder
- https://github.com/anthropics/skills/tree/main/skills/webapp-testing
- https://github.com/anthropics/skills/tree/main/skills/canvas-design
- https://github.com/anthropics/skills/tree/main/skills/frontend-design
- https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview
- https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills
