What problem does it solve? Teams struggle to keep visual identity consistent across projects and coding agents. This Skill creates and validates DESIGN.md files — Google's open spec that combines machine-readable design tokens with human-readable rationale — so colors, typography, and components stay consistent and accessible. ## Core Features & Use Cases - Authoring: Generate a complete DESIGN.md with YAML token frontmatter (colors, typography, rounded, spacing, components) and canonical Markdown sections. - Linting & Validation: Run the @google/design.md CLI to check broken token references, WCAG AA contrast ratios, section order, and orphaned tokens. - Exporting: Convert tokens to Tailwind v3 JSON, Tailwind v4 CSS @theme blocks, or W3C DTCG JSON for use in build pipelines. - Use Case: A user pastes their brand palette and asks for a design system. The Skill writes DESIGN.md, lints it for contrast failures, and exports tailwind.theme.json for their existing project. ## 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.