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

  1. Glob existing .cursor/skills/ and .agents/skills/ — match naming and frontmatter style.
  2. Read 1–2 existing SKILL.md files in the repo for tone and section layout.
  3. 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
  4. Write under .agents/skills/<name>/SKILL.md (or project convention path).
  5. Optionally add a routing rule (.mdc) telling the agent when to suggest attaching the skill.

Do not

Installs
1
Repository
p10ns11y/skills
GitHub Stars
1
First Seen
Jun 8, 2026
author-workflow-skill — p10ns11y/skills