site-clone

Clone live websites into Next.js with extracted design tokens and components.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/w6212830602/combina --skill site-clone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-clone
Source: https://github.com/w6212830602/combina/tree/main/.claude/skills/site-clone
Command: npx skills add https://github.com/w6212830602/combina --skill site-clone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning an existing website into a faithful, pixel-perfect Next.js replica without relying on guesses or incomplete specs.

Core Features & Use Cases

Exhaustive reverse engineering of layout, design tokens, assets, and every interaction state.
Five-stage cloning workflow that prioritizes global foundation first, then section blueprints, then assembly into the Next.js page.
Interaction- and fidelity-driven extraction including scroll/hover/click behaviors, responsive breakpoints, and a final comparison pass to eliminate discrepancies.

Quick Start

Use the site-clone workflow to reverse-engineer the target website end-to-end and produce Next.js code with per-component blueprints that preserve real content and interaction behavior.

Frequently Asked Questions about site-clone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clone a website into a pixel-perfect Next.js project?

Pixel-perfect website cloning captures all interaction states via browser-driven sweeps, downloads media locally to public/, and validates the Next.js build with continuous type checking to eliminate discrepancies.

How does UI reverse engineering handle complex interaction states like carousels and modals?

UI reverse engineering captures complex interaction behaviors across responsive breakpoints by performing browser-driven interaction sweeps, ensuring all hover, click, and scroll-triggered states are recorded for component blueprints.

Can I use this website cloning workflow to extract responsive breakpoints and design tokens?

Yes, the workflow extracts design tokens and responsive breakpoints by reading exact computed CSS values from getComputedStyle(), ensuring the Next.js clone maintains layout fidelity across all screen sizes.

What is the best way to replicate scroll-triggered animations and complex components in Next.js?

The best way to replicate scroll-triggered animations is a five-stage cloning workflow that prioritizes global foundation first, then section blueprints, then assembly into the Next.js page with full interaction auditing.

Does the site-clone workflow require any specific dependencies to run npm run build validation?

No specific dependencies are required beyond the Next.js environment, as the workflow validates correctness using npm run build and continuous type checking to ensure the cloned components compile without errors.