Dom Clone

Extract and rebuild the DOM/CSS layer of a web page — layout, typography, colors, spacing, real content, assets, and normal interactions — into clean components, section by section, from exact getComputedStyle() values rather than guesses. This is the DOM/CSS track: it deliberately does NOT handle WebGL/WebGPU/canvas shader surfaces (those go to shader-extract). Usually driven by the clone-site coordinator, but can be used directly when the user wants to rebuild a page's markup/styling and there are no GPU-rendered effects. Trigger on "rebuild this section", "extract the CSS/layout", "clone the markup and styling of this page", or the DOM half of a full site clone.

cth9191 6d88bf2 3 files · 17.2 KB Updated

File contents

cth9191/site-clone/tree/main/skills/dom-clone commit 6d88bf263b

Frequently asked questions

npx skillmds@latest add cth9191/dom-clone