What problem does it solve?
Recreating a website's visual design and interactive behavior by hand is slow, error-prone, and often misses subtle computed styles and animations; this Skill automates precise extraction and reconstruction so the Next.js project matches the original site pixel-for-pixel.
Core Features & Use Cases
- Automated Reconnaissance: Full-page screenshots, computed-style extraction, SVG and asset harvesting, and interaction sweeps across desktop, tablet, and mobile viewports.
- Deterministic Foundation Build: Downloaded assets saved into public/, inline SVGs converted to React components, and a Tailwind-friendly component spec workflow that enforces build checks after every change.
- Componentized Dispatch & QA: Generate detailed component specs, dispatch builder agents per section, assemble the page, and run visual QA diffs to eliminate spacing, color, and interaction regressions.
- Use Case: Ideal for migrating a marketing homepage into an AutoConsign Next.js project while preserving exact visuals, hover states, animations, and responsive behavior.
Quick Start
Use the clone-website skill to reverse-engineer and rebuild the homepage at the provided URL into the project's marketing page with Chrome MCP enabled.