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, eliminating guesswork and placeholder content. ## Core Features & Use Cases - Automated Extraction with Playwright: Capture raw HTML, computed styles, design tokens, screenshots, fonts, SVG logos, and all media assets from a target URL before writing any code. - Systematic Build Workflow: Follow a four-phase process (reconnaissance, foundation, section build, verification) with a section inventory checklist so no section is skipped or reordered. - Pitfall Prevention: Built-in guidance for 23 documented mistakes, including wrong button styles, text-based logos, locale/language mismatches, and CDN image resolution issues. - Use Case: A developer migrating a Shopify store to a custom React frontend uses this Skill to extract the live site's HTML, assets, and styles, then rebuilds a pixel-perfect React + Vite clone with matching fonts, colors, and interactions. ## Quick Start Clone the website at the given URL into a pixel-perfect React and Vite app using Playwright extraction.