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 — Google's open spec combining YAML design tokens with Markdown rationale — so colors, typography, and components stay consistent across projects and tools. ## Core Features & Use Cases - Authoring: Generate a complete DESIGN.md with YAML front matter tokens (colors, typography, rounded, spacing, components) and canonical Markdown sections in the enforced order. - Linting & Validation: Run npx @google/design.md lint to catch broken token references, duplicate sections, invalid colors/dimensions, and WCAG contrast failures. - Export & Diff: Convert tokens to Tailwind theme JSON or W3C DTCG format, and diff two versions to detect regressions. - Use Case: A user asks for a design system for a minimalist academic brand with a specific palette and Inter font; the Skill writes a valid DESIGN.md, lints it to exit code 0, and reports WCAG contrast results. ## Quick Start Ask the agent to create a DESIGN.md for your brand with your primary color, accent color, and font, then lint it with the Google design.md CLI.