awesome-skills-overview

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Awesome Skills - Project Overview

Awesome Skills - 项目概览

Purpose

目的

This is a curated collection of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, Cursor, and more. The goal is to keep the list high-signal, well-categorized, and non-duplicated.
这是一份精选的Agent技能、资源和工具集合,适用于Claude Code、Codex、Gemini CLI、GitHub Copilot、Cursor等AI编码Agent。本项目的目标是保持列表高信息价值分类清晰无重复内容

Project Structure

项目结构

awesome-skills/
├── README.md                # Main resource list (curated)
├── LICENSE                  # License
├── .claude/
│   └── skills/              # Claude skills (this directory)
└── ref/                     # Reference repositories (not curated)
    ├── awesome-agent-skills-*/
    ├── awesome-claude-skills-*/
    ├── awesome-codex-skills/
    ├── awesome-copilot-agents/
    └── ...
awesome-skills/
├── README.md                # Main resource list (curated)
├── LICENSE                  # License
├── .claude/
│   └── skills/              # Claude skills (this directory)
└── ref/                     # Reference repositories (not curated)
    ├── awesome-agent-skills-*/
    ├── awesome-claude-skills-*/
    ├── awesome-codex-skills/
    ├── awesome-copilot-agents/
    └── ...

README.md Format Convention

README.md 格式约定

Heading Structure

标题结构

  • Top-level categories use
    ##
    .
  • Subcategories use
    ###
    (e.g., inside
    Community Skills
    ).
  • Use tables for skill listings with
    | Skill | Description |
    format.
  • 顶级分类使用
    ##
    标记。
  • 子分类使用
    ###
    标记(例如
    社区技能
    分类下的内容)。
  • 技能列表使用表格,格式为
    | Skill | Description |

Link Format

链接格式

  • Use full URLs in table cells.
  • Add a short description in the Description column.
  • Keep descriptions English and concise.
  • Do not add the same URL in multiple places.
  • 表格单元格中使用完整URL。
  • 在描述列添加简短说明。
  • 描述请保持英文且简洁。
  • 不要在多个位置添加相同URL。

Example Entry

条目示例

markdown
undefined
markdown
undefined

Development & Code Tools

Development & Code Tools

SkillDescription
skill-nameShort description of the skill
undefined
SkillDescription
skill-nameShort description of the skill
undefined

Categorization Rules (How to Place a New Link)

分类规则(如何放置新链接)

  • Official Skills: Skills from Anthropic, OpenAI, HuggingFace official repositories.
  • Skills by Teams: Skills from recognized teams (Vercel, Trail of Bits, Sentry, Expo).
  • Community Skills: Community-contributed skills organized by category.
  • Supporting Tools: CLI tools, installers, and management utilities.
  • Tutorials & Resources: Documentation, videos, articles, and learning materials.
  • 官方技能:来自Anthropic、OpenAI、HuggingFace官方仓库的技能。
  • 团队开发技能:来自知名团队(Vercel、Trail of Bits、Sentry、Expo)的技能。
  • 社区技能:社区贡献的技能,按分类整理。
  • 支持工具:CLI工具、安装程序和管理实用工具。
  • 教程与资源:文档、视频、文章和学习材料。

Duplicate Policy

重复内容政策

No duplicate URLs in README.md. If a link fits multiple categories, pick the primary one.
README.md中不允许出现重复URL。如果一个链接适合多个分类,选择最主要的分类即可。

Contribution Checklist

贡献检查清单

  1. Check for duplicates in
    README.md
    before adding.
  2. Verify the link points to the canonical source (avoid low-value forks).
  3. Keep the description English and useful.
  4. Put it into the most appropriate category.
  5. Prefer minimal changes over reformatting large sections.
  1. 添加前先检查
    README.md
    中是否已有重复内容。
  2. 确认链接指向的是规范源(避免低价值的复刻仓库)。
  3. 描述保持英文且有实用价值。
  4. 将其放入最合适的分类中。
  5. 优先做最小改动,不要大规模重排版。

Full Resource List

完整资源列表

For more detailed skill resources, complete link lists, or the latest information, use WebFetch to retrieve the full README.md:
https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.md
The README.md contains the complete categorized resource list with all links.
如需获取更详细的技能资源、完整链接列表或最新信息,请使用WebFetch拉取完整的README.md:
https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.md
该README.md包含完整的分类资源列表及所有链接。