writing-skills
星标1
分支0
更新时间2026年2月7日 09:46
Use when creating or updating SKILL.md documentation - Explains how and why to create a skill.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when creating or updating SKILL.md documentation - Explains how and why to create a skill.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | writing-skills |
| description | Use when creating or updating SKILL.md documentation - Explains how and why to create a skill. |
Skills are used for context that may be useful to a coding agent, without bloating LLM context at times they're not useful.
Skills are only worthwhile if the coding agent fails a task without the skill.
Skills live in /.agents/skills, with each skill having its own directory.
name to the directory name exactly.description as "Use when - " in under 30 words and third person.Other files, like scripts or data, may live in the directory and be referenced by the skill.
A GitHub Action automatically regenerates the skills list in AGENTS.md.