clone-website

Reverse-engineer websites by extracting assets, CSS, and content for parallel cloning.

31.4k|4.5k|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/JCodesMore/ai-website-cloner-template --skill clone-website-jcodesmore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clone-website
Source: https://github.com/JCodesMore/ai-website-cloner-template/tree/main/.claude/skills/clone-website
Command: npx skills add https://github.com/JCodesMore/ai-website-cloner-template --skill clone-website-jcodesmore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reverse-engineer and clone one or more websites in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes.

Core Features & Use Cases

  • Automated site reverse-engineering: extract assets, CSS, content, and structure for multiple pages in parallel.
  • Layered asset discovery: detect and preserve overlapping images and backgrounds for faithful recreations.
  • Parallel builder orchestration: dispatch per-section builders with isolated worktrees for scalable cloning.
  • Use Case: Reproduce a live marketing site into a production-ready Next.js scaffold for rapid experimentation.

Quick Start

Instruct the AI to clone a target URL using the operator's workflow described in the skill.

Frequently Asked Questions about clone-website

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

FAQPage Schema
How do I clone a website end-to-end using AI?

Website cloning extracts design tokens, CSS, and content section-by-section using parallel builder agents. This AI-driven process reverse-engineers live sites and outputs auditable, production-ready scaffolds for rapid experimentation.

How does parallel builder orchestration work for web development?

Parallel builder orchestration dispatches isolated per-section builder agents into separate worktrees to reverse-engineer multiple site sections simultaneously. This scalable architecture enables rapid, verifiable website cloning across overlapping pages.

Can I reproduce a live marketing site into a Next.js scaffold?

Yes, you can reproduce a live marketing site into a production-ready Next.js scaffold. The automated reverse-engineering extracts layered assets and CSS to faithfully recreate the structure for rapid web development experimentation.

Does website cloning preserve overlapping images and backgrounds?

Yes, website cloning preserves overlapping images and backgrounds through layered asset discovery. This mechanism detects and extracts overlapping visual elements to ensure faithful recreations of the original site design.

What is needed to automate browser asset discovery for site replication?

Automating browser asset discovery requires browser automation and modular orchestration to extract CSS and discover layered assets. This setup enables dispatching parallel builder agents to execute verifiable site replication builds.