design-md

Manage Google DESIGN.md token specifications for design system documentation.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/cxnaive/hermes-agent-llbot --skill design-md-cxnaive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-md
Source: https://github.com/cxnaive/hermes-agent-llbot/tree/main/skills/creative/design-md
Command: npx skills add https://github.com/cxnaive/hermes-agent-llbot --skill design-md-cxnaive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill solves the fragmentation of design systems by providing a standardized, machine-readable format that bridges the gap between visual identity and implementation.

Core Features & Use Cases

  • Standardized Spec Authoring: Create DESIGN.md files that combine machine-readable YAML tokens with human-readable design rationale.
  • Automated Validation: Lint design specs for WCAG accessibility compliance, token reference integrity, and canonical section ordering.
  • Multi-Format Export: Convert design tokens into Tailwind CSS themes, W3C DTCG JSON, or CSS variables for seamless integration into development workflows.

Quick Start

Use the design-md skill to lint the current DESIGN.md file in the project root for accessibility and structural errors.

Frequently Asked Questions about design-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I lint a DESIGN.md file for WCAG accessibility compliance?

You can lint a DESIGN.md file for WCAG accessibility compliance by validating token reference integrity and canonical section ordering. The skill automatically checks visual identity documentation against accessibility standards to ensure design system consistency.

How do I export design tokens to Tailwind CSS from a design system spec?

Export design tokens to Tailwind CSS by converting machine-readable YAML tokens from the DESIGN.md file. This multi-format export also supports W3C DTCG JSON and CSS variables for seamless integration into web development workflows.

What is a DESIGN.md token specification for UI development?

A DESIGN.md token specification is a standardized, machine-readable format that bridges visual identity and implementation. It combines YAML tokens with human-readable design rationale to document and maintain design systems for web and UI development.

Can I use design tokens to check WCAG compliance and token reference integrity?

Yes, you can validate design tokens for WCAG compliance and token reference integrity. The skill lints design specs to ensure accessibility standards are met and that token references remain structurally consistent across the documentation.

Does design-md work with W3C DTCG JSON format for cross-platform design systems?

Yes, design-md supports W3C DTCG JSON format for cross-platform design systems. It facilitates converting design tokens into W3C DTCG JSON, Tailwind CSS themes, or CSS variables to ensure seamless integration across different development environments.

What are the limitations of managing design system fragmentation with markdown specs?

Managing design system fragmentation with markdown specs relies on maintaining a strict canonical section ordering and valid YAML token references. The process requires consistent linting to prevent structural errors and ensure accessibility compliance across the documentation.