What problem does it solve?
Reproducing a live website by hand is slow, error-prone, and often misses exact styles, layered assets, and interactive behaviors. This Skill automates meticulous extraction of DOM structure, computed CSS, assets, and interaction states and converts them into component specs and builder tasks so teams can produce a faithful, working Next.js clone with audit trails and build verification.
Core Features & Use Cases
- Playwright-driven extraction: automated snapshots, DOM refs, computed styles, multi-state captures (scroll, hover, click), and asset enumeration.
- Componentized output: writes precise spec files for each component, dispatches parallel builder agents into isolated worktrees, and enforces TypeScript and build checks.
- Asset & behavior fidelity: downloads images/videos/SVGs, extracts fonts and favicons, and records dynamic behaviors and transitions for pixel-perfect recreation.
- Use cases: site migration, UI replication for testing or design systems, competitive analysis, and rapid prototyping from an existing production site.
Quick Start
Use the clone-website skill to clone https://example.com into a Next.js project producing component specs, screenshots, and downloaded assets.