design-md
SolidAuthor/validate/export Google's DESIGN.md token spec files.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- kevinnft
- Repository
- kevinnft/ai-agent-skills
- Created
- 2 months ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
design-md
Use quando o Pedro quer criar, editar ou validar um design system no formato DESIGN.md (o padrão aberto do Google — tokens de design em YAML + seções em markdown), ou exportar os tokens pra Tailwind/DTCG. Escreve o arquivo seguindo a spec, valida de verdade pelo CLI oficial @google/design.md via npx, e cai numa checagem manual pela spec quando o npx não está disponível. Trigger em /design-md, DESIGN.md, design system em markdown, design tokens, gera o DESIGN.md, valida o DESIGN.md, exporta os tokens pro Tailwind.
design-tokens
Produce a `DESIGN_TOKENS.md` spec — colors (light + dark), spacing, typography, layout, motion, breakpoints — derived from a chosen aesthetic philosophy. Output is a markdown document (name / value / semantic role) saved to `.design/<slug>/`, NOT an actual CSS or Tailwind config file. Materialization into the project's real token file happens later in `/build` (or when `frontend-design` runs standalone). Use when starting a new project, establishing a visual system, setting up tokens, or the user mentions "tokens" or "design system".
design-md-to-shadcn
Applies an external DESIGN.md (Google Labs design-token format) to a project's shadcn/ui theme. Activate when the user provides or references a DESIGN.md / design.md file, a designmd.app or Stitch design system, a downloaded brand design system, or asks to 'apply a design system / theme' to a shadcn project. Translates DESIGN.md tokens into shadcn CSS variables in the project's theme CSS file and turns the prose into component guidance. Inbound-only: does not extract a DESIGN.md from the project.