# 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. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash # Browse and install any official Anthropic skill claude skill install anthropics/skills/[skill-name] ``` Or visit the [skills repository](https://github.com/anthropics/skills) and copy any SKILL.md to your `.claude/skills/` directory. --- ## Intro 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. 105,000+ GitHub stars. **Works with**: Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex --- ## All Official Skills - [claude-api](https://tokrepo.com/en/workflows/2be86b66-71f9-49bc-ae43-fdba086f79ea) — Official Anthropic skill - [frontend-design](https://tokrepo.com/en/workflows/71a05a12-e5a9-45ec-84b4-815d567e592e) — Official Anthropic skill - [mcp-builder](https://tokrepo.com/en/workflows/04ab7e67-695d-4138-b53a-6ecae4f695ea) — Official Anthropic skill - [pdf](https://tokrepo.com/en/workflows/8341096b-7590-4442-89c1-431ce880d106) — Official Anthropic skill - [docx](https://tokrepo.com/en/workflows/6236da40-ecec-4b58-bf8c-2c13ec01ab3a) — Official Anthropic skill - [pptx](https://tokrepo.com/en/workflows/01b1713e-53a9-44e1-bfd6-1378317e6fb0) — Official Anthropic skill - [xlsx](https://tokrepo.com/en/workflows/b9536815-4d1b-449f-ab72-bee80e34a3ed) — Official Anthropic skill - [doc-coauthoring](https://tokrepo.com/en/workflows/9bef652e-2e40-490a-943e-172ed7c68c4c) — Official Anthropic skill - [webapp-testing](https://tokrepo.com/en/workflows/8353a203-1f3f-4589-8366-58bca8b78023) — Official Anthropic skill - [web-artifacts-builder](https://tokrepo.com/en/workflows/483d7b75-7919-4f73-bf4d-e93d01c1da47) — Official Anthropic skill - [skill-creator](https://tokrepo.com/en/workflows/28e84c3b-a30a-4ad1-a977-64dd6fa7472c) — Official Anthropic skill - [canvas-design](https://tokrepo.com/en/workflows/5a66604f-95f8-4241-90e0-8a9258cfcb07) — Official Anthropic skill - [algorithmic-art](https://tokrepo.com/en/workflows/ad2d3030-0909-42cf-a06c-69279e562821) — Official Anthropic skill - [brand-guidelines](https://tokrepo.com/en/workflows/2c965821-0cc3-452a-8c44-faa989fc047a) — Official Anthropic skill - [internal-comms](https://tokrepo.com/en/workflows/3a476116-adca-4fb4-bb66-460e17740cff) — Official Anthropic skill - [slack-gif-creator](https://tokrepo.com/en/workflows/f8f6a690-9ef1-439b-bade-d297808a9737) — Official Anthropic skill - [theme-factory](https://tokrepo.com/en/workflows/7eb8a442-e5a2-4145-82ca-592ce665207b) — Official Anthropic skill --- ## What Are Agent Skills? Agent Skills are folders of instructions, scripts, and resources that Claude Code loads dynamically. Each skill has a `SKILL.md` file with YAML frontmatter describing what the skill does and when to activate it. The skills standard is cross-compatible across Claude Code, OpenAI Codex, and Google Gemini CLI via [agentskills.io](https://agentskills.io). ## Skill Format ``` .claude/skills/my-skill/ SKILL.md # Instructions + metadata resources/ # Optional supporting files ``` --- ### FAQ **Q: What is Anthropic Claude Official Skills?** A: All 17 official Agent Skills by Anthropic for Claude Code: document generation, dev tools, creative design, and enterprise workflows. **Q: How do I install Anthropic Claude Official Skills?** A: Check the Quick Use section above for step-by-step installation instructions. Most assets can be set up in under 2 minutes. ## Source & Thanks > Created by [Anthropic](https://github.com/anthropics). Licensed under MIT. > [anthropics/skills](https://github.com/anthropics/skills) — ⭐ 105,000+ --- Source: https://tokrepo.com/en/workflows/f4d7c800-88c0-4961-90b7-fdd83574e80b Author: Skill Factory