Loading...
Loading...
Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get design system', 'design language', 'design tokens', 'what colors/fonts does this site use', or '/extract-design'.
npx skill4agent add manavarya09/design-extract extract-designdesignlangnpm install -g designlangnpx designlang <url>npx designlang <url> --screenshotsnpx designlang <url> --depth 3 --screenshotsnpx designlang <url> --dark --screenshotscat design-extract-output/*-design-language.md*-tailwind.config.js*-variables.css*-shadcn-theme.css*-theme.js*-figma-variables.json*-preview.html| File | Purpose |
|---|---|
| AI-optimized markdown — the full design system for LLMs |
| Visual HTML report with swatches, type scale, shadows, a11y |
| W3C Design Tokens format |
| Ready-to-use Tailwind CSS theme |
| CSS custom properties |
| Figma Variables import format |
| React/CSS-in-JS theme object |
| shadcn/ui theme CSS variables |
npx designlang diff <urlA> <urlB>npx designlang history <url>| Flag | Description |
|---|---|
| Output directory (default: |
| Also extract dark mode color scheme |
| Crawl N internal pages for site-wide extraction |
| Capture component screenshots (buttons, cards, nav) |
| Wait time after page load for SPAs |
| Generate only specific theme ( |