design-md

Lint and validate DESIGN.md token structures and references.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/x-TheFox/Corvus --skill design-md-x-thefox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-md
Source: https://github.com/x-TheFox/Corvus/tree/main/skills/creative/design-md
Command: npx skills add https://github.com/x-TheFox/Corvus --skill design-md-x-thefox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DESIGN.md provides a formal spec for describing design tokens, enabling consistent design systems across projects and tooling.

Core Features & Use Cases

  • Lint and validate DESIGN.md token structure and references.
  • Export tokens to Tailwind, JSON, or DTCG formats for downstream pipelines.
  • Compare token versions and track regressions to keep design systems aligned.

Quick Start

Run lint DESIGN.md to validate structure and then export tokens to the desired formats.

Frequently Asked Questions about design-md

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

FAQPage Schema
How do I lint and validate design tokens in a markdown file?

Lint and validate design tokens in markdown by checking the DESIGN.md structure against the canonical spec, verifying token references, token types, and required sections to ensure consistency across projects.

Can I export design tokens to Tailwind config or JSON?

Export design tokens to Tailwind config or JSON by running the export tooling after validation, generating downstream pipeline-ready formats directly from the standardized DESIGN.md spec file.

How do I compare design token versions and track regressions?

Compare design token versions and track regressions by applying the diff tooling across DESIGN.md files, identifying structural changes and reference updates to keep design systems aligned.

What is the DESIGN.md token spec and when do I need it?

The DESIGN.md token spec is a formal standard for describing design tokens, needed when you want to enable consistent design systems across multiple projects and downstream tooling.

Does the design token export support the DTCG format?

Design token export supports the DTCG format alongside Tailwind and JSON outputs, allowing you to generate standardized token files for downstream pipelines using the export tooling.