write-skill

Installation
SKILL.md

write-skill

Goal

Create or revise short, executable SKILL.md files that agents can follow reliably under context pressure. Each skill should define its outcome, required behavior, main procedure, assumptions, outputs, and failure handling.

Required Behavior

  • Keep every skill focused on one reusable capability.
  • Include YAML front matter with name and a trigger-focused description.
  • Keep Goal, Required Behavior, and Procedure in every skill.
  • Make the first 20-40 lines enough to understand when to use the skill, what it must do, and what it must not do.
  • Target 75-150 lines for SKILL.md; move reference material out of the main path.
  • Separate mandatory behavior from optional guidance.
  • Use must, never, prefer, and may consistently.
  • Put exceptions next to the rule they modify.
  • Do not assume optional tools, files, subagents, project conventions, or other skills exist.
  • Include fallback behavior when missing inputs, unavailable tools, or ambiguity are likely.
  • Put examples and rationale after the main procedure, or omit them.
Related skills
Installs
3
Repository
jssee/agents
First Seen
3 days ago