What problem does it solve? Teams need a single, machine-readable source of truth for visual identity that coding agents can consume. This Skill creates and validates DESIGN.md files following Google's open spec, combining YAML design tokens with human-readable rationale, and catches broken token references and WCAG contrast failures before they reach production. ## Core Features & Use Cases - Authoring: Generate complete DESIGN.md files with colors, typography, spacing, rounded corners, and component tokens using {path.to.token} references. - Validation & Diffing: Run npx @google/design.md lint to catch broken references, duplicate sections, invalid values, and WCAG AA/AAA contrast issues; diff two versions to detect regressions. - Export: Convert the spec to Tailwind theme JSON or W3C DTCG design tokens JSON for use in existing projects. - Use Case: A user pastes their brand palette and asks for a design system. The Skill writes a valid DESIGN.md, lints it for contrast compliance, and exports tailwind.theme.json ready for their app. ## 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.