What problem does it solve? Building frontend dashboards on top of freshly discovered website APIs is slow and error-prone: data shapes are unverified, browser-dependent routes are slow to iterate against, and UI quality drifts without objective checks. This Skill provides a gated, screenshot-verified workflow for creating Next.js dashboard pages that consume /api/<domain>/ proxy endpoints. ## Core Features & Use Cases - Design-by-reference workflow: Screenshot a real website as a template, then iterate until your dashboard matches its layout, typography, and interactive controls. - Fixture-based development: Cache API responses as JSON fixtures so UI iteration reloads instantly instead of waiting 30-60 seconds per live browser request. - Multi-domain composition: Sequentially fetch and merge data from multiple browser-dependent sources with progress narration, entity deduplication, and per-source error states. - Use Case: After discovering the Hacker News API, build a dashboard with search, a story list, and a nested comment tree, verifying every state (loading, empty, error, mobile at 375px) with Patchright screenshots before committing. ## Quick Start Ask the agent to build a dashboard page for a discovered domain, for example: build a Hacker News dashboard with search, story list, and comments using the existing proxy routes.