What problem does it solve? Design systems often live implicitly in code or rendered pages, leaving coding agents and new team members without a single source of truth for tokens, typography, and component rules. This Skill produces a validated DESIGN.md that captures the governing design language without modifying product source. ## Core Features & Use Cases - Repository mode: Audits tokens, themes, shared primitives, and routes in a local codebase to extract normative design values with source traceability. - URL mode: Reconstructs a draft DESIGN.md from a public website using rendered DOM inspection, computed styles, and loaded stylesheets across desktop and mobile viewports. - Schema validation and export: Normalizes frontmatter into the DESIGN.md schema, then runs lint and compatibility export (css-tailwind, json-tailwind, or dtcg) before reporting. - Use Case: Point the Skill at a Tailwind v4 repository to generate a DESIGN.md with flat color tokens, named typography scales, and rounded values, verified by npx @google/design.md lint and export. ## Quick Start Create a DESIGN.md for this repository by auditing its tokens, shared components, and global styles, then validate it with the design.md lint and export commands.