| name | skill-authoring |
| description | Creates, edits, or reviews repository agent skills with triggerable descriptions, progressive disclosure, and boundary-safe instructions. Use when adding, editing, or reviewing .agents/skills/** or workflow skill documentation.
|
Skill Authoring
Use this skill for repository skill changes.
Read agent/skill-authoring.md before editing skills.
Rules
- Decide whether the skill is an ownership skill or workflow skill.
- Keep
SKILL.md focused and short.
- Make the description a trigger interface with
Use when language.
- Put detailed reference material in adjacent files.
- Do not duplicate
AGENTS.md, north-star.md, or accepted ADRs.
- Do not write target-state claims as current behavior.
- Ensure workflow skills defer to ownership boundaries.
Review Checklist
- The skill has one clear reason to exist.
- The trigger description is specific.
- Writable and forbidden paths are clear when relevant.
- Evidence terms are precise.
- References are one level deep where possible.
- No generated or target-state path is treated as current executable behavior.