Clone Site

Reverse-engineer and rebuild any website — including its WebGL/WebGPU/canvas shader effects — into a clean local codebase. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy a website or landing page, especially designy sites with animated/shader/3D hero backgrounds. This is the top-level coordinator: it does recon, classifies every page surface as DOM vs GPU-rendered, routes plain layout to the dom-clone sub-skill and shader surfaces to the shader-extract sub-skill, scaffolds a build target on demand, composites the two tracks, and runs automated visual QA. It also produces a human-readable TEARDOWN.md (stack, measured design system, every effect with its exact runtime params and how it works) — pass --analyze-only to stop there. Trigger on "clone this site", "rebuild this page", "make a copy of this website", "reverse-engineer this landing page", "clone this but the background is some WebGL thing", any pixel-accurate site reproduction, AND on analysis asks: "how did the

cth9191 f14da40 10 files · 86.4 KB Updated

File contents

cth9191/site-clone/tree/main/skills/clone-site commit f14da40e01

Frequently asked questions

npx skillmds@latest add cth9191/clone-site