author-workflow-skill
Installation
SKILL.md
Author a workflow skill
When to use
User requests: "Add a SKILL.md for …", "create a skill to …", or describes a repeatable procedure worth attaching on demand.
Steps
- Glob existing
.cursor/skills/and.agents/skills/— match naming and frontmatter style. - Read 1–2 existing SKILL.md files in the repo for tone and section layout.
- Draft skill with:
- YAML
name+description(third person; include trigger phrases) - When to use — bullet triggers
- Steps — ordered, tool-friendly (Read, Grep, Shell)
- Done when — verifiable exit criteria
- YAML
- Write under
.agents/skills/<name>/SKILL.md(or project convention path). - Optionally add a routing rule (
.mdc) telling the agent when to suggest attaching the skill.