# Export JSON

> Export the current design system as W3C Design Tokens JSON format. Compatible with Style Dictionary, Figma Tokens, and other token management tools.

- Skill: `dragoon0x/export-json` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/export-json`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/export-json/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/export-json

---


# /export-json — W3C Design Tokens Export

Output in the W3C Design Tokens Community Group format:

```json
{
  "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" }
  }
}
```

Compatible with Style Dictionary, Figma Tokens, and token management tools.

