What problem does it solve? Design teams and developers struggle to communicate visual identity to coding agents in a consistent, machine-readable way. This Skill creates and validates DESIGN.md files — Google's open spec combining YAML design tokens with Markdown rationale — so colors, typography, spacing, and components stay consistent across projects and tools. ## Core Features & Use Cases - Authoring: Generate complete DESIGN.md files with YAML front matter tokens (colors, typography, rounded, spacing, components) and canonical Markdown sections, using token references like {colors.primary} for single-source palettes. - Validation & Diffing: Run the @google/design.md CLI to lint structure, catch broken token references, check WCAG AA contrast ratios, and diff versions to detect regressions. - Exporting: Convert DESIGN.md to Tailwind v3 theme JSON, Tailwind v4 CSS @theme blocks, or W3C DTCG design tokens JSON. - Use Case: A user pastes their brand guidelines and asks for a design system spec. The Skill writes a DESIGN.md with quoted hex colors and sibling variant components, lints it for contrast failures, and exports tailwind.theme.json for their existing project. ## Quick Start Create a DESIGN.md design token spec for my brand with a blue accent color, then lint it and export it to Tailwind format.