skills

Public repository for Agent Skills

15.8k
Stars
+2355
Stars/month
0
Releases (6m)

Star Growth

+405 (2.6%)
15.2k15.7k16.2kMar 27Apr 1

Overview

Anthropic's official repository of skills for Claude AI agents, containing modular instruction sets that teach Claude how to perform specialized tasks consistently. Skills are self-contained folders with structured instructions that Claude dynamically loads to enhance performance on specific domains. The repository serves as both a demonstration of the Agent Skills system and a practical resource with dozens of pre-built skills across creative, technical, and enterprise applications. It includes open-source skills under Apache 2.0 license and source-available reference implementations of production document creation capabilities that power Claude's native file features. Skills span creative applications (art, music, design), technical automation (MCP server generation, web app testing), and enterprise workflows (communications, branding). The collection provides proven patterns for consistent AI task execution and can be registered as a Claude Code Plugin marketplace for direct integration into development environments.

Deep Analysis

Key Differentiator

Official Anthropic skill system for Claude with production-grade document skills (PDF/DOCX/PPTX/XLSX) and a standardized Agent Skills specification

Capabilities

  • Dynamic skill loading for Claude
  • Custom skill creation with YAML + Markdown
  • Document creation/editing skills (PDF, DOCX, PPTX, XLSX)
  • Pre-built creative, technical, and enterprise skills
  • Claude Code plugin marketplace integration
  • Agent Skills specification
  • Skill versioning and sharing

🔗 Integrations

Claude.aiClaude CodeClaude APINotion

Best For

  • Claude users wanting to extend capabilities with domain expertise
  • Teams building repeatable workflows in Claude
  • Developers creating Claude Code plugins

Not Ideal For

  • Users of non-Anthropic LLMs
  • Building autonomous agents with code execution

Languages

Markdown/YAML

Deployment

Claude.ai uploadClaude Code pluginAPI integration

Pricing Detail

Free: Open-source skills (Apache 2.0); document skills source-available
Paid: Requires Claude paid plan for Claude.ai usage

Known Limitations

  • Only works with Claude (Anthropic-specific)
  • Document skills are source-available, not open-source
  • Skill quality depends on instruction design
  • No execution environment — skills are instruction-only

Pros

  • + Official Anthropic implementation provides reliable, well-tested skill patterns and best practices for Claude AI development
  • + Extensive collection covering diverse domains from creative tasks to enterprise workflows, offering immediate practical value
  • + Self-contained modular design allows easy customization and extension of existing skills for specific organizational needs

Cons

  • - Skills are Claude-specific and may not be directly portable to other AI agents or platforms
  • - Some skills are source-available only (not open source), limiting modification rights for certain components
  • - Repository serves primarily as demonstration material, requiring thorough testing before production deployment

Use Cases

  • Enterprise teams standardizing AI workflows with consistent document creation, branding, and communication processes
  • Developers building Claude-powered applications needing reference implementations for complex multi-step tasks
  • Organizations creating custom AI skills who need proven architectural patterns from Anthropic's production implementations

Getting Started

Clone the repository and explore the skills folder to understand SKILL.md structure and capabilities, register as Claude Code Plugin marketplace using `/plugin marketp` command, then select and test relevant skills before customizing for your specific workflows

Compare skills