What problem does it solve? Manually reverse-engineering a website's design system—colors, fonts, spacing, shadows—is slow and error-prone. This Skill automates the extraction of a complete design language from any URL and converts it into ready-to-use developer and designer formats. ## Core Features & Use Cases - Full design extraction: Runs the designlang CLI against a URL to capture colors, typography, spacing, shadows, components, breakpoints, and animations, with optional multi-page crawling and dark mode support. - Eight output formats: Produces AI-optimized markdown, an HTML visual preview, W3C design tokens, a Tailwind config, CSS variables, Figma variables, a React theme object, and a shadcn/ui theme. - Accessibility scoring: Reports WCAG accessibility results alongside the extracted palette. - Use Case: A developer rebuilding a client's landing page runs the extraction on the original site, copies the generated Tailwind config into their project, and hands the Figma variables file to the design team. ## Quick Start Extract the design language from https://example.com and show me its color palette, fonts, and accessibility score.