Claude Skill
anthropics/skills
Anthropics Skills is a public GitHub repository for Agent Skills, offering modular, Python-based components to build and enhance AI agents. Explore reusable skills for your agent workflows.
Overview
Repository
Install this Skill
git clone https://github.com/anthropics/skills.gitRegistry
Summary
Anthropics Skills is a public repository for Agent Skills, providing reusable, modular capabilities for AI agents. Built with Python, it enables developers to integrate pre-built skills into their agent workflows, enhancing functionality and efficiency.
Agent Skills 公共仓库
Key features
- Modular agent skills for easy integration
- Python-based implementation
- Public repository for community collaboration
- Reusable components for AI agents
Use cases
- Enhancing AI agents with pre-built skills
- Rapid prototyping of agent workflows
- Community-driven skill development
README excerpt
> **Note:** This repository contains Anthropic's implementation of skills for Claude. For information about the Agent Skills standard, see [agentskills.io](http://agentskills.io). [](https://skills.sh/anthropics/skills) # Skills Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Skills teach Claude how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks. For more information, check out: - [What are skills?](https://support.claude.com/en/articles/12512176-what-are-skills) - [Using skills in Claude](https://support.claude.com/en/articles/12512180-using-skills-in-claude) - [How to create custom skills](https://support.claude.com/en/articles/12512198-creating-custom-skills) - [Equipping agents for the real world with Agent Skills](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) # About This Repository This repository contains skills that demonstrate what's possible with Claude's skills system. These skills range from creative applications (art, music, design) to technical tasks (testing web apps, MCP server generation) to enterprise workflows (communications, branding, etc.). Each skill is self-contained in its own folder with a `SKILL.md` file containing the instructions and metadata that Claude uses. Browse through these skills to get inspiration for your own skills or to understand different patterns and approaches. Many skills in this repo are open source (Apache 2.0). We've also included the document creation & editing skills that powe