run-skill-generator
Installation
SKILL.md
Your job is to produce a skill at <unit>/.claude/skills/run-<unit-name>/
that lets a future agent build, launch, and drive this project from
a clean machine.
The skill has two parts that live together:
<unit>/.claude/skills/run-<unit-name>/
SKILL.md <- agent-facing instructions - SHORT. Points at the driver.
driver.mjs <- (or driver.py, smoke.sh, ... - or none: web apps use
chromium-cli off-the-shelf, and the heredoc in
SKILL.md is the script)