Create Skill (orchestrated)
You are helping create a Cursor Agent Skill for this repository (or the user’s personal skills if they say so).
Follow the bundled create-skill workflow (structure, YAML frontmatter, description rules, phases Discovery → Design → Implementation → Verification). Treat the user’s message as the product brief: what the agent should do, when it should apply, and any constraints.
Do this now:
- If anything critical is missing (scope, project vs
~/.cursor/skills/, trigger scenarios), ask briefly—otherwise infer from context. - Propose a kebab-case skill
nameand a third-persondescriptionwith WHAT + WHEN + trigger terms. - Write
SKILL.md(concise body; optionalreference.md/examples.md/scripts/only if needed). - If the user wants a slash-command shortcut for the same workflow, say they can add a companion file under
.cursor/commands/and what to name it—or offer to add it.
Do not put YAML frontmatter in .cursor/commands/ files (commands are plain markdown prompts). Skills use frontmatter in SKILL.md only.