CLI tool that crawls a website and extracts its full design system into AI-readable markdown files.
It uses Playwright for crawling, deterministic analysis for tokens (colors, typography, spacing, CSS variables), and an LLM for semantic interpretation (component recipes, layout structure, design principles).
One command: design-memory learn <url>
Output is a .design-memory/ folder that any LLM can consume to recreate the design with high fidelity.