What problem does it solve? Maintaining a consistent visual identity across projects and AI coding agents is hard when design decisions live in scattered docs. This Skill helps you author, validate, and export Google's DESIGN.md spec files so design tokens and rationale live in one machine-readable file. ## Core Features & Use Cases - Authoring: Create DESIGN.md files combining YAML design tokens (colors, typography, spacing, components) with human-readable rationale in canonical section order. - Validation & Linting: Run the @google/design.md CLI to catch broken token references, duplicate sections, invalid values, and WCAG contrast failures. - Exporting: Convert DESIGN.md to Tailwind theme JSON or W3C DTCG tokens for direct use in build pipelines. - Use Case: A team wants their AI coding agent to always apply the same brand palette and typography. You generate a DESIGN.md with token references, lint it for WCAG AA contrast, and export a tailwind.theme.json for the frontend project. ## Quick Start Create a DESIGN.md design token spec for my project with a primary color, typography scale, and button components, then lint it for WCAG contrast issues.