Генерация скилла запуска проекта

★ 7.5 · automation

run-skill-generator is a Claude Code skill that authors or improves a per-project run-<unit> skill — a pair of files, `SKILL.md` and a driver script (`driver.mjs`, `driver.py`, `smoke.sh`, etc.), that teach a future agent how to build, launch, and programmatically interact with a project from a clean machine. It triggers when the user asks to set up the project, get it running, write run instructions, or verify build and run steps from scratch. The skill enforces a strict definition of done: the agent must actually launch the app in the current container and interact with it — for GUIs that means a screenshot on disk — and every command block in `SKILL.md` must have been run and verified in the same session. Web apps use `chromium-cli` as the off-the-shelf driver, servers use `curl`, and desktop apps get a custom REPL wrapper under tmux. Useful for teams building reproducible CI/CD pipelines or automated testing harnesses across monorepos and single-project repositories.