setup-visual-verify

Installation
SKILL.md

Setup Visual Verify

Installs the per-project half of the visual-verify skill. The skill itself is portable; what varies per project is how to render a UI state. This setup detects that, pins it in writing, and ships the screenshot script.

1. Detect the render surface

Look before asking — recommend, don't present a blank menu:

  • .storybook/ present → Storybook (best: stories enumerate states).
  • A design-handoff studies dir → studies (screenshot the HTML directly).
  • A dev/start script serving UI → dev server.
  • Several present → Storybook for components, studies for unbuilt designs; say so.

Confirm the choice with the user, along with anything non-obvious you found (custom ports, auth walls, build steps).

2. Install the screenshot script

Installs
20
First Seen
Jul 20, 2026
setup-visual-verify — milad-alizadeh/argo