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.
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.
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.
How to use
- 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
- Or copy the SKILL.md from the GitHub repository to your
.claude/skills/directory.
- Skills activate automatically when relevant tasks are detected.
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
Related on TokRepo
- Featured workflows — discover community-contributed skills and tools
- Prompt library — curated prompts for AI tools
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
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.
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.
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.
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.
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)
- Anthropic Skills GitHub— Official Agent Skills published by Anthropic
- Anthropic Docs— Claude Code supports installable skills
- Anthropic Blog— Skills enhance Claude Code with domain-specific capabilities
Related on TokRepo
Source & Thanks
Created by Anthropic. Licensed under MIT. anthropics/skills — ⭐ 105,000+
Discussion
Related Assets
Claude-Flow — Multi-Agent Orchestration for Claude Code
Layers swarm and hive-mind multi-agent orchestration on top of Claude Code with 64 specialized agents, SQLite memory, and parallel execution.
ccusage — Real-Time Token Cost Tracker for Claude Code
CLI that reads ~/.claude logs and breaks down Claude Code token spend by day, session, and project — pluggable into your statusline.
SuperClaude — Workflow Framework for Claude Code
Adds 16+ slash commands, 9 cognitive personas, and a smart flag system to Claude Code in one pipx install.