What problem does it solve? Recreating an existing website's design by hand is slow and error-prone, with frequent mistakes in fonts, colors, layout, and content. This Skill provides a structured methodology to reverse-engineer any website and rebuild it as an exact React + Vite replica, using the raw HTML as the source of truth instead of guesswork. ## Core Features & Use Cases - Automated Extraction with Playwright: Capture raw HTML, full-page screenshots, design tokens, fonts, SVG logos, and all image/video assets before writing any code. - Section Inventory & Component Specs: Parse the DOM into an ordered section checklist and build one React component per visual pattern with exact computed styles. - Verification Workflow: Assemble all sections, take a full-page screenshot, and fix discrepancies against the original in a single pass. - Use Case: A developer migrating their own Shopify store to a custom React frontend uses this Skill to extract every section, asset, and style from the live site, then rebuilds it as a pixel-matching Vite app. ## Quick Start Clone the website at https://example.com as a pixel-perfect React + Vite app, extracting all assets and styles with Playwright first.