What problem does it solve? Recreating an existing website's design by hand is slow and error-prone, with fonts, colors, logos, and layouts easily guessed wrong. This Skill provides a rigorous extraction-and-rebuild methodology that produces an exact React + Vite replica of a target page with zero placeholders or fabricated content. ## Core Features & Use Cases - Playwright-Based Extraction: Saves raw HTML as the source of truth, captures full-page and header screenshots, and builds a section inventory with design tokens, fonts, and SVG logos. - Complete Asset Pipeline: Downloads all images, videos, fonts, and SVGs before building, with CDN URL upscaling for Shopify, Sanity, Cloudinary, and Contentful. - Structured Build Workflow: Guides a four-phase process (reconnaissance, foundation, section build, verification) with anti-patterns and pitfalls documented from real cloning projects. - 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-perfect Vite app in a fraction of the manual time. ## Quick Start Clone the website at this URL as a pixel-perfect React and Vite app, extracting all assets and styles with Playwright first.