What problem does it solve?
This Skill turns a live website into a validated, reusable design system by extracting DOM content, assets, tokens, and building a React/shadcn replica so teams can migrate, document, or reuse a site's visual language without manual reverse-engineering.
Core Features & Use Cases
- DOM-first extraction: capture headings, links, images, computed styles, and @font-face declarations directly from the live DOM.
- Asset harvesting: download images, SVGs, and fonts with verification to avoid HTML error pages and ensure fidelity.
- React/shadcn replicas: rebuild shared brand components and pages using shadcn/ui, Tailwind, and Lucide React while preserving extracted text and assets.
- Visual validation loop: screenshot original vs replica, compare pixel differences, and iterate until parity for each component and page.
- Use case: migrate a deployed site into a component library, produce DESIGN.md and an installable SKILL.md, or generate a local, validated replica for testing and refactoring.
Quick Start
Extract the design system from https://example.com to generate a validated DESIGN.md, an installable SKILL.md, and a shadcn React replica.