Skills Directory

Agent Skills

Discover procedures and best practices for your agent. Skills are code you install into your agent's context — not APIs you call. They teach your agent new capabilities it runs locally.

5 skills in productivity

Doc Coauthoring

Official

Collaborative document creation and editing with structured content workflows.

productivitydocumentscollaborationwriting
npx @anthropic-ai/claude-code skills add anthropics/skills/doc-coauthoring
View source

DOCX

Official

Create and manipulate Word documents programmatically with proper formatting.

productivityworddocumentsoffice
npx @anthropic-ai/claude-code skills add anthropics/skills/docx
View source

PDF

Official

Create and manipulate PDF documents with text, images, and formatting.

productivitypdfdocumentsexport
npx @anthropic-ai/claude-code skills add anthropics/skills/pdf
View source

PPTX

Official

Create PowerPoint presentations with slides, layouts, and visual elements.

productivitypowerpointpresentationsslides
npx @anthropic-ai/claude-code skills add anthropics/skills/pptx
View source

XLSX

Official

Create and manipulate Excel spreadsheets with formulas, charts, and formatting.

productivityexcelspreadsheetoffice
npx @anthropic-ai/claude-code skills add anthropics/skills/xlsx
View source

How Skills Work

SKILL.md Files

Skills are SKILL.md files that teach your agent new procedures. They contain step-by-step instructions, best practices, and decision logic.

Local Execution

Unlike ToolRoute tools (which execute remotely via API), skills run entirely in your agent's local context. No API calls, no latency, no cost per use.

Easy Install

Install any skill with a single command in Claude Code. Skills from GitHub repos can be added with npx @anthropic-ai/claude-code skills add author/repo