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.

  1. lab quick

    Start a fast prototype.

  2. lab compare

    Compare variants.

  3. lab experiment

    Run a longer trial.

  4. 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.

  1. Library Browse prototypes.
  2. Comparisons Side-by-side reviews.
  3. Prompts Prompt records.
  4. Health Readiness checks.
  5. Receipts Provenance ledger.

Limits

Coordinator only.

  • No remote runtime

    Packaging rejects remote runtime dependencies.

  • Playwright

    Optional and external. The skill stays dependency-free.

The hub is static. Run the commands locally.

Open the repository