--- name: firecrawl-mcp-design-extract description: Extract a website's design system (colors, typography, spacing, radii, components, layout patterns) into an agent-ready DESIGN.md using the self-hosted Firecrawl, from the page HTML and its CSS files. --- # Design system extraction Uses the tools and limits described in the `firecrawl-mcp` skill. Adapted from Firecrawl's `firecrawl-website-design-clone` workflow (ISC). The hosted `branding` and `screenshot` formats are not available here. Work from the markup and stylesheets instead, and say that no screenshot was captured. Raw HTML and CSS are large. In terminal hosts save them to files and search them for the tokens below. In chat hosts, ask the local model instead of pulling the files into the chat: scrape each CSS file with the `query` format (for example "list the CSS custom properties, the most used colors, and the font families"), and read raw HTML yourself only for the page structure. ## Collect 1. Scrape the target page with formats `rawHtml` and `markdown`. Terminal hosts: `firecrawl scrape URL --format rawHtml -o .firecrawl/design/page.html`. 2. Find `` and inline `