What problem does it solve? Existing websites often have no documented design system, making it hard to reproduce their visual language consistently across new pages or projects. This Skill reverse-engineers colours, typography, component styles, spacing, and atmosphere from a live URL, HTML file, screenshot, or Google Stitch project into a structured DESIGN.md file. ## Core Features & Use Cases - Multi-source extraction: Analyse live URLs via Playwright browser automation, local HTML files, screenshots, or Google Stitch projects through the Stitch SDK. - Design token analysis: Identify colour roles (primary, surface, text, border, accent), typography (families, weights, line heights), component patterns (buttons, cards, nav, forms), and layout principles (max width, grid, whitespace). - Semantic DESIGN.md output: Produces a natural-language design document with exact values, including a copy-paste generation block compatible with the design-loop skill. - Use Case: A client asks you to build new pages matching their existing marketing site. Point the Skill at the site's URL, and it screenshots the page, parses the CSS custom properties and Tailwind config, then writes a DESIGN.md capturing the full visual language for consistent page generation. ## Quick Start Extract the design system from https://example.com and write it to .design/DESIGN.md.