按行业浏览
按来源仓库 star 数排序
Use when implementing any feature or bugfix, before writing implementation code
Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when you have a spec or requirements for a multi-step task, before touching code
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design…
关于 Agent Skills 的基础问答
一个 Agent Skill 就是一个文件夹,里面有一个 SKILL.md 指令文件,以及可选的脚本和资源。AI 编程工具按需加载它,从而获得某项具体、可重复的能力 —— 生成 Word 文档、做 SEO 审计、审查代码。技能是纯文件:无需安装程序,也没有运行时依赖。
SKILL.md 是 Agent Skill 的核心文件,遵循开放标准(agentskills.io)。YAML frontmatter 声明技能的名称与描述,正文用自然语言说明如何完成任务。因为是纯 Markdown,任何兼容的 AI 工具都能读取。
SKILL.md 是开放标准,已被 20 多个工具采用,包括 Claude Code、Cursor、Codex CLI、Gemini CLI。同一个技能通常无需修改即可跨工具使用。
把技能文件夹放进工具的技能目录即可 —— Claude Code 是 ~/.claude/skills/,工具会自动识别。不需要安装程序,也没有运行时依赖。
免费。theskillmd.com 收录的技能都是 GitHub 上的开源项目。本站只索引元数据并回链原仓库,不托管技能内容。商用前请务必查看来源仓库中的许可证。
12,856 个 SKILL.md 技能,覆盖 22 个行业。最大的分类是软件工程、通用效率、写作内容、AI 智能体和安全渗透。每条记录都标注来源仓库、GitHub star 数和许可证状态。