Claude Skill
travisvn/awesome-claude-skills
A curated awesome list of Claude Skills, resources, and tools for customizing Claude AI workflows, especially Claude Code. Discover community-driven skills, prompts, and integrations.
Overview
Repository
Install this Skill
git clone https://github.com/travisvn/awesome-claude-skills.gitRegistry
Summary
A curated collection of Claude Skills, resources, and tools designed to customize and enhance Claude AI workflows, with a special focus on Claude Code. This awesome list brings together community-driven skills, prompts, and integrations to help developers and power users get the most out of Claude.
一份精选的Claude Skill、资源与工具清单,专为定制Claude AI工作流打造——特别是Claude Code相关。
Key features
- Curated list of Claude Skills for workflow customization
- Focus on Claude Code integration and agentic coding
- Community-driven resources and tools
- Covers Claude Desktop and related AI workflows
- Regularly updated with new awesome entries
Use cases
- Enhancing Claude Code with custom skills
- Building agentic coding workflows
- Discovering community prompts and integrations
- Customizing Claude Desktop for productivity
- Learning best practices for Claude AI customization
README excerpt
<p align="center"> <a href="https://github.com/travisvn/awesome-claude-skills"> <img alt="Awesome Claude Skills" src="https://pc0o4oduww.ufs.sh/f/crfz5GypRfo0lI4924gMSJKLY6297aVP0zZpilXBvqTbDyrs"/> </a> </p> # Awesome Claude Skills [](https://awesome.re) []() [](CONTRIBUTING.md) > A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows **Claude Skills** teach Claude how to **perform tasks in a repeatable way** They are specialized folders containing instructions, scripts, and resources that Claude dynamically discovers and loads when relevant to tasks. ### How Skills Work Skills employ a **progressive disclosure architecture** for efficiency: 1. **Metadata loading** (~100 tokens): Claude scans available Skills to identify relevant matches 2. **Full instructions** (<5k tokens): Load when Claude determines the Skill applies 3. **Bundled resources**: Files and executable code load only as needed This design allows multiple Skills to remain available without overwhelming Claude's context window. ## 🚀 Getting Started ### Claude.ai Web Interface 1. Go to [Settings > Capabilities](https://claude.ai/settings/capabilities) 2. Enable Skills toggle 3. Browse available skills or upload custom skills 4. **For Team/Enterprise**: Admin must enable Skills organization-wide first ### Claude Code CLI ```bash # Install skills from marketplace /plugin marketplace add anthropics/skills # Or install from local directory /plugin add /path/to/skill-directory ``` ### Claude API Skills are accessible via the `/v1/skills` API endpoint. See the [Ski