SkillsMar 29, 2026·2 min read

Anthropic Claude Official Skills — All 17 Skills Collection

All 17 official Agent Skills by Anthropic for Claude Code: document generation, dev tools, creative design, and enterprise workflows.

TL;DR
Anthropic maintains 17 official Claude Code skills covering PDF, DOCX, PPTX, XLSX, frontend design, API building, and more.
§01

What it is

This collection contains all 17 official Agent Skills published by Anthropic for Claude Code. These are first-party skills maintained by the Claude Code team, covering document generation (PDF, DOCX, PPTX, XLSX), development tools (API building, MCP server creation, frontend design), creative design (canvas, algorithmic art, brand guidelines), and enterprise communication.

The collection is designed for Claude Code users who want to discover and install the full range of officially supported capabilities.

§02

How it saves time or tokens

Each skill teaches Claude Code domain-specific patterns and best practices. Without skills, Claude generates generic output that often requires manual correction. With the PDF skill installed, for example, Claude produces properly formatted PDF documents using correct library APIs on the first attempt. The collection eliminates the need to search for and evaluate third-party alternatives for common tasks.

§03

How to use

  1. Browse and install any official skill:
claude skill install anthropics/skills/pdf
claude skill install anthropics/skills/docx
claude skill install anthropics/skills/frontend-design
  1. Or copy the SKILL.md from the GitHub repository to your .claude/skills/ directory.
  1. Skills activate automatically when relevant tasks are detected.
§04

Example

Using the PDF skill to generate a report:

User: Create a PDF report with sales data for Q1 2026

Claude (with PDF skill):
- Uses the correct PDF library (pdf-lib or puppeteer)
- Applies proper page layout, headers, and footers
- Generates tables with formatted data
- Outputs a production-ready PDF file

The skills cover these categories:

Document Generation:  pdf, docx, pptx, xlsx
Development:          claude-api, frontend-design, mcp-builder
Creative:             canvas-design, algorithmic-art, brand-guidelines
Enterprise:           internal-comms, doc-coauthoring
Data:                 web-artifacts-builder, webapp-testing
Utility:              skill-creator, theme-factory, slack-gif-creator
§05

Related on TokRepo

§06

Common pitfalls

  • Installing all 17 skills at once can create large context windows; install only the skills you actively use
  • Skills are versioned with the GitHub repository; periodically check for updates as Claude Code evolves
  • Some skills require external dependencies (e.g., the PDF skill needs a PDF library installed in your project)

Frequently Asked Questions

Are these skills free to use?+

Yes. All 17 official Anthropic skills are open source and free. They are published in the anthropics/skills GitHub repository. The skills themselves do not incur costs, though using Claude Code requires a Claude API subscription or Max plan.

Do the skills work with other AI tools besides Claude Code?+

Some skills follow the emerging Agent Skills standard and work with compatible tools like GitHub Copilot, Gemini CLI, and Cursor. The degree of compatibility varies by tool and skill. Claude Code provides the best integration since these are first-party skills.

How do I update installed skills?+

Re-run the install command to pull the latest version from the repository. Skills are stored as local files in your .claude/skills/ directory. You can also manually update by copying the latest SKILL.md from the GitHub repository.

Can I create my own skills?+

Yes. Anthropic provides a skill-creator skill that guides you through creating custom skills. Skills are SKILL.md files that contain instructions and examples for Claude Code. The format is documented in the Anthropic docs.

Which skill should I install first?+

Start with the skill most relevant to your daily work. For web developers, frontend-design and claude-api are practical starting points. For documentation work, pdf and docx cover the most common needs. You can always add more later.

Citations (3)
🙏

Source & Thanks

Created by Anthropic. Licensed under MIT. anthropics/skills — ⭐ 105,000+

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets