What problem does it solve? Maintaining a consistent visual identity across projects and AI coding agents is difficult when design decisions live in scattered documents. This Skill creates and validates DESIGN.md files — Google's open spec that combines machine-readable design tokens with human-readable rationale in a single file. ## Core Features & Use Cases - Authoring: Generate DESIGN.md files with YAML front matter tokens (colors, typography, spacing, rounded corners, components) plus canonical Markdown sections. - Validation & Linting: Run the @google/design.md CLI to catch broken token references, duplicate sections, invalid colors, and WCAG contrast failures. - Exporting: Convert tokens to Tailwind theme JSON or W3C DTCG format for direct use in build pipelines. - Use Case: A team wants their AI coding agent to always use the same brand palette. They create a DESIGN.md, lint it for WCAG AA contrast compliance, and export a tailwind.theme.json so the tokens flow into their frontend build. ## 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.