Anthropic Agent Skills
ActiveDescription
Official Anthropic repository for Agent Skills, providing ready-to-use Claude agent skill examples and templates.
Key Features
- Dynamic skill loading — Claude loads skill folders on demand at runtime to improve performance on specialized tasks
- SKILL.md specification — Each skill is structured with YAML frontmatter and Markdown instructions for reusability
- Document capabilities — Built-in skills for creating and editing DOCX, PDF, PPTX, and XLSX documents
- Plugin marketplace integration — Register and install skill packs via Claude Code's /plugin command
- Agent Skills standard — Full specification (spec) included, enabling third-party skill development
- Multi-domain coverage — Skill templates spanning creative design, development/testing, and enterprise workflows
Use Cases
Categories
Quick Start
# Register the skills repo as a Claude Code plugin marketplace
/plugin marketplace add anthropics/skills
# Install document skills pack
/plugin install document-skills@anthropic-agent-skills
# Install example skills pack
/plugin install example-skills@anthropic-agent-skills
# Use a skill via natural language
# e.g. "Use the PDF skill to extract the form fields from report.pdf"