writing-skills
星标1
分支0
更新时间2026年2月4日 08:06
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 页面并帮你完成安装。
| name | writing-skills |
| description | Use when creating or updating SKILL.md documentation - Explains how and why to create a skill. |
Skills are used to for context that may be useful to a coding agent, without bloating LLM context at times theyre not useful.
Skills are only worthwhile if the coding agent fails a task without the skill.
Skills live in ~/.jorin/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.