Prototype Lab
Make a prototype. Keep the receipt.
A coordinator skill for portable browser prototypes. The hub is static. The browser cannot run the commands.
Screens
Hub rooms from the repo.
Routes
Four named goals.
-
lab quick
Start a fast prototype.
-
lab compare
Compare variants.
-
lab experiment
Run a longer trial.
-
lab ship
Package a portable result.
Load
Add the pack.
Trigger prototype-lab
npx skills add gvastethecreator/prototype-lab-skill
Then pnpm run lab -- help, or node <skill-root>/scripts/manage-prototype-lab.mjs.
Install
The README install line.
npx skills add gvastethecreator/prototype-lab-skill
Hub
Rooms the README names.
-
LibraryBrowse prototypes. -
ComparisonsSide-by-side reviews. -
PromptsPrompt records. -
HealthReadiness checks. -
ReceiptsProvenance ledger.
Limits
Coordinator only.
-
No remote runtime
Packaging rejects remote runtime dependencies.
-
Playwright
Optional and external. The skill stays dependency-free.
Links
Open the skill.
The hub is static. Run the commands locally.
Open the repository