write-skill
Installation
SKILL.md
Write Skill
This skill helps you author high-signal, maintainable Skills that reliably improve agent performance.
It is intentionally procedural where the platform has hard constraints (frontmatter validity, invocation controls, safety) and guiding where multiple viable design strategies exist (structure, tone, degree of strictness).
A skill you write should be usable by a different agent (or a human) with no prior context—it should stand on its own.
Workflow overview
Follow the detailed steps below. In practice, the shortest correct path is:
- Step 0: Identify request type (Create / Refactor / Harden / Integrate / Update).
- Step 2: Capture intent + define "done."
- Steps 3–5: Choose invocation/safety, execution model, and structure.
- Steps 6–8: Draft frontmatter, SKILL.md body, and supporting files (progressive disclosure).
- Step 10: Validate and deliver (folder tree + full contents; minimal assumptions).