What problem does it solve? Teams struggle to keep visual identity consistent across projects and coding agents. This Skill creates and validates DESIGN.md files — Google's open spec that combines machine-readable design tokens with human-readable rationale — so agents and tools consume one canonical style source. ## Core Features & Use Cases - Authoring: Generate a complete DESIGN.md with YAML token front matter (colors, typography, rounded, spacing, components) and canonical Markdown sections, using token references like {colors.primary} for a single-source palette. - Linting & Diffing: Run the @google/design.md CLI to check broken token references, WCAG AA contrast ratios, section order, and regressions between versions. - Exporting: Convert the spec to Tailwind v3 theme JSON, Tailwind v4 CSS @theme blocks, or W3C DTCG design tokens JSON. - Use Case: A user pastes their brand palette and asks for a design system; the Skill writes DESIGN.md, lints it for contrast failures, and exports tailwind.theme.json and tokens.json next to it. ## Quick Start Create a DESIGN.md design token spec for my brand with a blue accent color, then lint it and export a Tailwind theme.