What problem does it solve? Maintaining a consistent visual identity across projects and coding agents is hard when design decisions live in scattered style guides. This Skill produces a single DESIGN.md file following Google's open spec, combining machine-readable YAML design tokens with human-readable rationale, and validates it for structural errors and WCAG contrast failures. ## Core Features & Use Cases - Authoring: Generate a complete DESIGN.md with colors, typography, rounded corners, spacing, and component tokens using token references like {colors.primary}. - Linting and Diffing: Run the @google/design.md CLI to catch broken token references, out-of-order sections, and WCAG AA contrast violations, and diff versions to detect regressions. - Exporting: Convert the spec to Tailwind v3 theme JSON, Tailwind v4 CSS @theme blocks, or W3C DTCG design tokens JSON. - Use Case: A team wants every AI coding agent to apply the same brand. You author a DESIGN.md with their palette and typography, lint it to fix a contrast failure on the primary button, then export a tailwind.theme.json for their frontend project. ## Quick Start Create a DESIGN.md design token spec for my brand with a blue accent color and Inter typography, then lint it and export a Tailwind theme.