export-json
Installation
SKILL.md
/export-json — W3C Design Tokens Export
Output in the W3C Design Tokens Community Group format:
{
"color": {
"primary": {
"50": { "$value": "#fef3c7", "$type": "color" },
"500": { "$value": "#f59e0b", "$type": "color" }
}
},
"typography": {
"font-display": { "$value": "Instrument Serif", "$type": "fontFamily" },
"scale-base": { "$value": "16px", "$type": "dimension" }
}
}