What it does
design-md-skill automatically generates a DESIGN.md file—the open standard for AI-readable design systems—directly from the design tokens already in your codebase. No reverse-engineering, no manual forms, no images needed.
How it works
Run /design-md in Claude Code and the skill auto-detects your project:
- theme.json (WordPress block themes)
- tailwind.config.js/ts (Tailwind v3)
- CSS @theme blocks (Tailwind v4)
- CSS variables (plain
:root { --foo }) - tokens.json (W3C DTCG format)
It reads your existing tokens, translates them into the canonical DESIGN.md format, and validates the output with the official linter—zero errors guaranteed.
Use cases
- Communicate design intent to AI agents so Claude Code, Cursor, and other coding assistants stay on-brand without constant style corrections
- Version control your design system as a single source of truth that travels with your codebase
- Export to any stack using the official
@google/design.mdCLI to generate Tailwind v3, Tailwind v4, or W3C DTCG tokens.json - Onboard developers faster with a plain-text, human-readable design reference
Who benefits
Designers who code, design systems teams, and anyone using AI agents in their development workflow. Works with WordPress block themes, Tailwind projects, and CSS variable systems.