What problem does it solve?
Clone-website automates the tedious and error-prone process of reverse-engineering and rebuilding a live website by extracting exact computed styles, assets, behaviors, and component-level specifications so developers don't have to manually inspect and reimplement every detail.
Core Features & Use Cases
- Complete extraction: capture computed CSS, fonts, favicons, images, videos, inline SVGs, and layered assets for faithful visual reproduction.
- Behavioral capture: document scroll-driven, hover, click, and time-based interactions with exact triggers, transitions, and state diffs.
- Spec-driven build orchestration: produce per-component spec files, screenshots, and builder prompts and dispatch parallel builder agents while verifying TypeScript and build integrity.
- Use Case: migrate a marketing site or product landing page into a Next.js + shadcn/ui + Tailwind v4 scaffold with auditable specs and verified builds.
Quick Start
Provide the target website URL to the clone-website skill to extract assets, write component specs, and dispatch builders to reconstruct the site locally.