...
Extract a usable design system from any live website URL (or a screenshot) and turn it into reusable design tokens. Wraps the design-memory CLI's acquire -> analyze -> interpret -> project pipeline: it crawls the page with Playwright, deterministically measures colors, typography, spacing, radius, and elevation, has an LLM label them semantically, and writes a .design-memory/ folder of token docs you can install into a project. Also diffs the design systems of two URLs. Use when someone points at a live site and wants its visual language captured as CSS variables / Tailwind tokens rather than eyeballed.
作成者: songlin she