What problem does it solve? Restyling or cloning a live website into one portable HTML file usually loses content, drops detail routes, and produces generic AI-slop visuals. This Skill enforces a full scrape-then-rebuild workflow so every feature, field, and route of the original survives the redesign. ## Core Features & Use Cases - Complete source extraction: Scrapes every route and embedded Next.js data payload (self.__next_f.push chunks), decodes Cloudflare-protected emails, and recovers Refero design-system prose before building. - Premium single-file output: Produces one self-contained HTML file applying a chosen design language (e.g. Apple-style monochrome palette, glass nav, SF Pro stack) with motion effects gated behind prefers-reduced-motion. - Verification without vision: Validates output via node --check on extracted scripts, headless Chrome --dump-dom assertions, and Py-Playwright runtime probes when browser automation is blocked. - Use Case: Point it at a dashboard like an LSA audit tool and ask for an Apple-style redesign; it inventories all 15 leads, detail routes, and filters, then rebuilds them as one verified HTML artifact. ## Quick Start Redesign the website at this URL as a single self-contained HTML file in the Apple design language, keeping every feature and page.