# Awesome Agent Skills — Official Skills Directory > Awesome Agent Skills is a curated directory of official and community agent skills across many dev teams, with a companion browsing site. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash git clone https://github.com/VoltAgent/awesome-agent-skills cd awesome-agent-skills # Start by searching for your stack (e.g., "github", "playwright", "postgres", "stripe") rg -n "playwright" README.md ``` ## Intro A fast way to bootstrap your agent environment: pick high-signal, maintained skills from reputable teams instead of reinventing workflows from scratch. **Best for:** Developers setting up Claude Code/Codex/Cursor skill stacks and wanting a curated index of “what to install next” **Works with:** Skill directories and companion browsing site; many ecosystems (Anthropic, Google, Vercel, Stripe, Cloudflare, etc.) per README **Setup time:** 5–15 minutes ### Key facts (verified) - README references the companion site `officialskills.sh` and notes 300k+ monthly views for sponsors. - README lists many “official skills by” ecosystems (Anthropic, Google Gemini, Stripe, Vercel, Cloudflare, etc.). - The repo is updated frequently (see the README’s “Last Update” badge). - GitHub: 21,420 stars · 2,273 forks; pushed 2026-05-10 (GitHub API verified). ## Main How to use a skill directory effectively: 1. Start with “platform primitives”: GitHub, filesystem/search, browser automation, and docs lookup. 2. Add “workflow skills” next: planning, debugging, code review, and testing. 3. Only then install niche skills (domain-specific tools) so your environment stays lean. 4. Keep a small “approved” list per project and revisit quarterly—skills drift quickly. The directory is most valuable when you treat it like dependency curation, not a checklist to install everything. ### FAQ **Q: Is it only for one agent tool?** A: No. The README positions it as a cross-ecosystem directory for many agent tools and teams. **Q: How do I avoid installing too much?** A: Start with a minimal core set and add only skills that remove repeated manual work. **Q: How do I verify a skill is trustworthy?** A: Prefer official team skills, check recent updates, license, and read what the skill actually does before installing. ## Source & Thanks > Source: https://github.com/VoltAgent/awesome-agent-skills > License: MIT > GitHub stars: 21,420 · forks: 2,273 --- ## 快速使用 ```bash git clone https://github.com/VoltAgent/awesome-agent-skills cd awesome-agent-skills # 先按你的技术栈搜索(例如 "github" / "playwright" / "postgres" / "stripe") rg -n "playwright" README.md ``` ## 简介 快速搭建 agent 环境的方式:优先选用口碑团队维护的高信号 skill,而不是从零造工作流。 **最适合:** 在搭 Claude Code/Codex/Cursor 的 skill 栈,想要一份“下一步装什么”的精选索引的人 **适配:** Skill 目录 + 配套浏览站点;README 列出多个生态(Anthropic/Google/Vercel/Stripe/Cloudflare 等) **配置时间:** 5–15 分钟 ### 关键事实(已验证) - README 提到配套站点 `officialskills.sh`,并写到赞助位有 300k+ 月访问量。 - README 列出大量“官方技能生态”(Anthropic、Google Gemini、Stripe、Vercel、Cloudflare 等)。 - README 有 “Last Update” 徽章,显示维护更新频繁。 - GitHub:21,420 stars · 2,273 forks;最近更新 2026-05-10(GitHub API 验证)。 ## 正文 更高效地使用 skill 目录: 1. 先装“平台基础件”:GitHub、文件系统/搜索、浏览器自动化、文档查询。 2. 再装“工作流能力”:计划/调试/代码评审/测试。 3. 最后再装小众技能(特定领域工具),保持环境轻量。 4. 每个项目维护一份小的“批准清单”,按季度复盘更新,避免技能堆积与漂移。 把它当“依赖精选”,而不是“全部打勾”。 ### FAQ **只适用于某一种 agent 工具吗?** 答:不是。README 把它定位为跨生态目录,覆盖多种工具与团队。 **怎么避免装太多?** 答:先用最小核心集,只有在它能持续减少重复劳动时再增加。 **怎么判断 skill 值得信任?** 答:优先官方团队维护的技能,查看更新频率与许可证,并在安装前读清楚它真正做什么。 ## 来源与感谢 > Source: https://github.com/VoltAgent/awesome-agent-skills > License: MIT > GitHub stars: 21,420 · forks: 2,273 --- Source: https://tokrepo.com/en/workflows/awesome-agent-skills-official-skills-directory Author: Skill Factory