一键导入
skill-authoring
Author, extend, and maintain Residuum skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Author, extend, and maintain Residuum skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reference documentation for all Residuum workspace systems — memory, projects, heartbeats, inbox, actions, skills, notifications, and background tasks.
First-conversation guidance: quick setup that gets the agent doing real work immediately, then deeper exploration workflows
| name | skill-authoring |
| description | Author, extend, and maintain Residuum skills. |
This skill is the doctrine for creating and maintaining skills well. Activate it before writing a new skill, extending one, or consolidating overlapping ones. It covers when a skill is warranted, what must never be captured, and how to keep the skill set small and class-level rather than a sprawl of narrow one-session notes. For the full body-structure checklist and worked examples, read authoring-standards.
Write a skill only when the knowledge is durable and reusable:
Do not author for:
If a real fix would make the skill unnecessary, make the fix instead.
Before creating a new skill directory, walk this order and stop at the first that fits:
references/, not in a new skill.Target shape: few class-level skills, each owning a topic, each with a
references/ directory for detail. A long flat list of narrow, one-session
skills is the failure mode — it bloats the index the model scans and buries the
skill that actually applies.
A skill outlives the moment it was written. These harden into liabilities:
name: lowercase, hyphenated, matches the directory name.description: one sentence, ≤60 characters, stating the capability. No
marketing words ("powerful", "comprehensive", "seamless"). This line is what
appears in the skills index the model scans to decide what to activate — make
it a precise trigger, not a pitch.references/ for the detail. See the
consolidation procedure in the reference doc.Read authoring-standards with read_file
for the body-structure template, writing rules, the create-vs-patch decision
example, the bad/good skill comparison, and the consolidation procedure. Every
claim you put in a skill must be something you verified, not something
plausible.