What problem does it solve?
This Skill simplifies the process of managing and maintaining Google's DESIGN.md visual identity files, allowing for easy validation, comparison, and conversion of design tokens.
Core Features & Use Cases
- Design Tokens Management: Author, validate, and export Google's DESIGN.md files containing design tokens.
- Version Comparison: Diff different versions of DESIGN.md files to identify regressions.
- Accessibility Validation: Check for WCAG compliance on color contrasts within the design tokens.
- Format Conversion: Export DESIGN.md files to Tailwind CSS or W3C DTCG JSON formats for use in various platforms.
- Use Case: Suppose you are designing a new project that needs a consistent UI/brand identity. You can use this Skill to generate a new DESIGN.md file, validate its WCAG compliance, and convert it to Tailwind CSS for integration with your front-end.
Quick Start
Author a new DESIGN.md file using the provided template and run 'npx @google/design.md lint design.md' to validate its structure and tokens.