What problem does it solve? Agents often lack a reliable, verified way to build, launch, and interact with a project's application from a clean environment, and README instructions alone are frequently inaccurate or untestable headlessly. ## Core Features & Use Cases - Verified Run Skill Authoring: Produces a SKILL.md plus a committed driver script (driver.mjs, smoke.sh, or chromium-cli heredoc) under .claude/skills/run-<unit>/ so future agents can programmatically drive the app. - Harness-First Workflow: Requires actually launching the app in the container, taking screenshots for GUIs, and documenting only commands that were executed and worked. - Project-Type Patterns: Provides starting templates for web servers, CLIs, TUIs, Electron desktop apps, browser-driven apps, and libraries. - Use Case: An agent asked to "set up and run the billing app" uses this skill to build a tmux-wrapped REPL driver, verify a real user flow end-to-end, and commit a run-billing skill that any future agent can invoke. ## Quick Start Ask the agent to create a run skill for this project so it can be built, launched, and driven from a clean environment.