Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Turn a live website into a working local frontend you can edit. Fetches the page, extracts its design system and structure, and rebuilds it locally in your stack, then screenshot-compares to the original. Use when the user says "url to code", "clone this site locally", "make it look like linear.app", "rebuild this page", or provides a live URL to recreate. Part of the Product Design set. Uses web-fetch + browser automation.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | 34% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-14 | ✓→✗ | ▼ Worse | -4% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -39% | 0% |
Recreate a live site/page as an editable local frontend — faithful to the original and verified by comparison. Unlike image-to-code, you have the real HTML/CSS to extract from, so fidelity can be higher; the work is rebuilding it clean in your stack rather than copy-pasting markup.
design-image-to-code.design-prototype.design-audit../design/url-dna.md: colors, type scale, spacing rhythm, layout structure, components, motion. Capture tokens, not pixel-by-pixel copies.source: https://example.com/landing stack: React+Vite+Tailwind+TS
capture: browser snapshot (computed CSS) + full-page screenshot
url-dna.md:
palette: bg #0B0B0F, text #E7E7EA, accent #6366F1
type: Inter; scale 14/16/20/32/56; tight tracking on display
spacing: 4px base, section pad 96px
layout: sticky nav, hero (h1 + sub + 2 CTAs), 3-col feature grid, footer
motion: fade-up on scroll
rebuild: Tailwind theme = those tokens; components Nav/Hero/FeatureGrid/Footer
verify: screenshot @1440 vs original → hero h1 was 48 not 56, fixed; gap close
done: build clean, tokens in tailwind.config, runs at :5173#6366F1 should be accent, used everywhere.Rebuilt screens → design-prototype (wire flow) or design-qa (conformance). url-dna.md is reusable as a design-token source.
Best with a browser-automation tool (computed styles + screenshot) plus a web-fetch tool. With only fetch (no browser), you can rebuild from HTML/CSS but can't screenshot-verify — flag that. Optional image tool for missing assets.
Other measured skills in the registry, with their headline benchmark lift.