> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ticoag.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# 技能

> 按功能细分的智能体技能、规则集与方法论目录

<Note>
  返回总入口：[/indexes/agent-ecosystem](/indexes/agent-ecosystem)
</Note>

这页收录 22 个仓库。和其他分类不同，这里按“功能场景”再细分，避免把设计技能、工作流方法论和技能集合全部混在一起。

<Tip>
  需要看仓库内 `skills/` 目录下具体有哪些 skill，可以打开
  [技能目录明细](/indexes/skill-directory)。
</Tip>

## 工作流 / 方法论

* [obra/superpowers](https://github.com/obra/superpowers) — 基于 composable skills 的 agentic 软件开发方法论与工作流框架。（Shell；⭐ 110,010）
* [OthmanAdi/planning-with-files](https://github.com/OthmanAdi/planning-with-files) — 为 Claude Code 实现 Manus 风格的持久化 Markdown 规划能力，对应这类工作流模式。（Python；⭐ 17,048）
* [lidangzzz/goal-driven](https://github.com/lidangzzz/goal-driven) — 面向长时间复杂任务的 Goal-Driven 多智能体方法，把目标、验收标准、子代理和主控评估拆成可持续运行的工作流。（⭐ 1,018；来自：skills）

## 目录 / 集合

* [anthropics/skills](https://github.com/anthropics/skills) — 面向智能体技能的公开仓库。（Python；⭐ 101,779）
* [sickn33/antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) — 可安装的 agentic skills 大型目录，覆盖 Claude Code、Cursor、Codex CLI、Gemini CLI、Antigravity 等工具。（Python；⭐ 35,768；来自：skills）
* [github/awesome-copilot](https://github.com/github/awesome-copilot) — GitHub Copilot 生态里的智能体、技能、指令与配置精选目录。（HTML；⭐ 26,816）
* [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills) — Vercel 官方智能体技能集合，覆盖 React、Next.js、设计与性能实践。（JavaScript；⭐ 23,755）
* [openai/skills](https://github.com/openai/skills) — 面向 Codex 的技能目录。（Python；⭐ 15,231）
* [vercel-labs/skills](https://github.com/vercel-labs/skills) — 开源的智能体技能工具，可通过 `npx skills` 使用。（TypeScript；⭐ 11,588）
* [VoltAgent/awesome-codex-subagents](https://github.com/VoltAgent/awesome-codex-subagents) — Codex subagents 精选集合，按开发场景整理可复用的专业子代理角色。（⭐ 4,359；来自：agent-plugin）
* [mcollina/skills](https://github.com/mcollina/skills) — 面向 AI-assisted Node.js development 的技能集与规则库。（TypeScript；⭐ 1,557）
* [rookie-ricardo/erduo-skills](https://github.com/rookie-ricardo/erduo-skills) — 中文 AI Agent 技能库，覆盖日报、RSS 摘要、转录精修、翻译、网页转 Markdown 等可组合工作流。（JavaScript；⭐ 871；来自：skills）
* [bozhouDev/bozhou-skills](https://github.com/bozhouDev/bozhou-skills) — 个人维护的 agent skills 集合。（TypeScript；⭐ 61）

## 前端 / 设计

* [VoltAgent/awesome-design-md](https://github.com/VoltAgent/awesome-design-md) — DESIGN.md 文件精选集合，可把品牌设计系统交给 coding agents 生成风格一致的 UI。（⭐ 68,406；来自：skills）
* [nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) — 面向多平台 UI/UX 生成的高密度设计技能集。（Python；⭐ 49,580）
* [pbakaus/impeccable](https://github.com/pbakaus/impeccable) — 提升 AI harness 设计质量的 design language / skill set。（JavaScript；⭐ 13,131）
* [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill) — 强化 premium frontend 输出质量的高审美设计技能集。（⭐ 5,670）
* [nexu-io/open-design](https://github.com/nexu-io/open-design) — 本地优先的开源 Claude Design 替代方案，内置 Skills、品牌级 Design Systems、沙盒预览与 HTML / PDF / PPTX 导出。（TypeScript；⭐ 5,403；来自：skills）
* [ibelick/ui-skills](https://github.com/ibelick/ui-skills) — 聚焦 UI polish、a11y 与 motion 的前端技能集合。（Astro；⭐ 1,081）
* [carmahhawwari/ui-design-brain](https://github.com/carmahhawwari/ui-design-brain) — 让 agent 理解 60+ UI 组件最佳实践与布局模式的 Cursor skill。（⭐ 696）
* [jakubkrehel/make-interfaces-feel-better](https://github.com/jakubkrehel/make-interfaces-feel-better) — 把界面细节优化原则封装成可复用的 agent skill。（⭐ 243）

## 文档 / 写作

* [pranavred/claude-code-documentation-skill](https://github.com/pranavred/claude-code-documentation-skill) — Claude Code 技能：把长文本整理成清晰文档，并输出 Mermaid 图。（JavaScript；⭐ 34）
