design-md-validator
Installation
SKILL.md
design-md-validator
Validate, lint, diff, and export DESIGN.md files using the official Google
@google/design.md CLI. Always uses the latest published version from npm —
no vendored copy, always up-to-date with the spec.
When to Use
| Trigger | Action |
|---|---|
| User has a DESIGN.md file and wants validation | lint |
| User wants to compare two versions | diff |
| User wants to export tokens to Tailwind/DTCG | export |
| User wants to see the current spec | spec |
| User shares a URL to a raw DESIGN.md | Fetch → lint |
| User asks "is my design.md valid?" | lint + interpret findings |