SkillsMar 29, 2026·2 min read

Anthropic Claude Official Skills Collection

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

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

# Browse and install any official Anthropic skill
claude skill install anthropics/skills/[skill-name]

Or visit the skills repository 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.


All Official Skills


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.

Skill Format

.claude/skills/my-skill/
  SKILL.md          # Instructions + metadata
  resources/        # Optional supporting files

Source & Thanks

Author: Anthropic Repository: anthropics/skills — ⭐ 105,000+ License: MIT

Related Assets