Claude Skill
travisvn/awesome-claude-skills
一份精选的Claude Skill、资源与工具列表,专为定制Claude AI工作流(特别是Claude Code)打造。发现社区驱动的技能、提示词与集成方案。
概览
仓库信息
安装这个 Skill
git clone https://github.com/travisvn/awesome-claude-skills.gitRegistry 信息
项目简介
一份精心整理的Claude Skill、资源与工具合集,旨在定制和增强Claude AI工作流,特别聚焦于Claude Code。该精选列表汇集了社区驱动的技能、提示词和集成方案,帮助开发者和高级用户充分发挥Claude的潜力。
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code
要点
- 精选Claude Skill列表,支持工作流定制
- 聚焦Claude Code集成与智能编码
- 社区驱动的资源与工具
- 涵盖Claude Desktop及相关AI工作流
- 定期更新,持续收录优质条目
使用场景
- 通过自定义Skill增强Claude Code
- 构建智能编码工作流
- 发现社区提示词与集成方案
- 定制Claude Desktop以提升效率
- 学习Claude AI定制的最佳实践
README 摘要
<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