website-cloning

Clone websites into React + Vite apps using Playwright extraction.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/bhushanofficial69-spec/Rag --skill website-cloning-bhushanofficial69-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-cloning
Source: https://github.com/bhushanofficial69-spec/Rag/tree/main/local/secondary_skills/website-cloning
Command: npx skills add https://github.com/bhushanofficial69-spec/Rag --skill website-cloning-bhushanofficial69-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reverse-engineer and clone any website as a pixel-perfect React + Vite app using Playwright for extraction and design subagents for parallel construction.

Core Features & Use Cases

  • Clone live websites into production-ready React + Vite projects.
  • Extract design tokens, assets, and content for faithful recreation.
  • Use for design references, migrations, or client handoffs, with automated asset downloading and mobile-first reconstructions.

Quick Start

Provide the target URL and confirm ownership to initiate the cloning workflow.

Frequently Asked Questions about website-cloning

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

FAQPage Schema
How do I clone a live website into a React and Vite app?

To clone a live website into a React and Vite app, you provide the target URL and confirm ownership. The workflow uses Playwright to extract design tokens, download assets, and generate a pixel-perfect, component-based project.

Does Playwright work for extracting assets during website cloning?

Playwright works effectively for website cloning by performing live-site extraction, downloading assets, and taking responsive captures. It enables automated, mobile-first reconstructions of the target site into your React project.

What is the best way to achieve pixel-perfect website cloning for client handoffs?

The best way to achieve pixel-perfect website cloning for client handoffs is using an automated React and Vite workflow. It extracts design tokens and rebuilds the site modularly, ensuring a faithful recreation ready for delivery.

How do I extract design tokens and content from an existing website?

You extract design tokens and content from an existing website by using Playwright to scrape the live URL. The process gathers styling data and assets for component-based reconstruction in a Vite environment.

Can I use Vite to build a cloned website with a modular component structure?

You can use Vite to build a cloned website with a modular component structure. The Skill uses a modular design for parallel construction, allowing subagents to rebuild the extracted site into production-ready React components.

Are there limitations when migrating a website to React using automated extraction?

When migrating a website to React using automated extraction, you must confirm site ownership before starting. While it handles design references and asset downloading, complex backend logic or dynamic data fetching may require manual integration.