A collection of example skills for Claude that demonstrate how to create reusable instruction sets for specialized AI tasks.
Anthropic's Skills is a public repository containing example skills for Claude, Anthropic's AI assistant. Skills are reusable instruction sets that teach Claude how to perform specialized tasks consistently, ranging from creative applications to technical workflows and enterprise processes. The repository serves as both a demonstration of what's possible with Claude's skills system and a reference for developers creating their own custom skills.
Developers and organizations using Claude who want to extend the AI's capabilities for specific tasks, create consistent workflows, or understand how to build effective instruction sets for AI agents.
Provides real-world examples of production-ready skills, including the actual document processing skills that power Claude's file creation capabilities, giving developers concrete patterns and templates to build upon rather than starting from scratch.
Public repository for Agent Skills
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Includes source-available document skills for DOCX, PDF, etc., which power Claude's actual file creation capabilities, providing proven implementation patterns for complex tasks.
Offers a ready-to-use template with YAML frontmatter and markdown instructions, simplifying custom skill creation as shown in the README's 'Creating a Basic Skill' section.
Covers creative, technical, and enterprise domains, demonstrating how to teach Claude specialized tasks from art design to web app testing, based on the skill sets provided.
Skills can be directly installed via Claude Code's plugin marketplace or used in Claude.ai and the API, facilitating seamless deployment for existing Claude users.
Serves as a reference for structuring effective instruction sets, based on Anthropic's implementation, helping developers learn best practices from real examples.
Skills are designed exclusively for Claude and cannot be ported to other AI platforms, reducing flexibility and creating dependency on Anthropic's ecosystem.
Skills provide task-specific guidance but lack low-level code or standalone functionality, requiring Claude as the execution engine for all operations.
Key usage and creation guides are linked to external support pages, which may be less integrated and subject to change outside the repository's control.
Some document skills are source-available but not under open-source licenses like Apache 2.0, restricting modification and redistribution compared to other projects in the repo.