| name | play-visualizer |
| description | Launch and inspect the flagship visualizer in a real browser. Use when reproducing runtime behavior manually, checking audio-reactive playback, or capturing visual evidence from the canonical workspace route. |
Play the visualizer locally
Use this skill for real-browser verification of the main visualizer product.
Fastest path
For scripted smoke coverage:
bun run play:toy milkdrop
Manual path
Start the dev server:
bun run dev
Open:
http://localhost:5173/?agent=true
What to verify
- the shell loads without obvious runtime or console failure
- audio entry works through the intended path
- a preset starts and reacts visually after audio begins
- preset browsing or shell controls still work when relevant
- navigation and teardown remain stable
Notes
- Prefer demo audio for repeatable checks unless live input is the point of the task.
- Use screenshots only when they add evidence for a visual or UX change.
- If the goal is broader regression coverage, switch to
test-visualizer or ship-visualizer-change.