design-token-presets
Installation
SKILL.md
Design Token Presets — 20+ Ready-to-Deploy Token Systems
Philosophy
Design tokens are the DNA of your UI. These presets are complete, production-ready token systems that you can deploy immediately and customize later. Each preset is opinionated by design — opinionated defaults ship faster than blank canvases.
"The best design system is the one that's actually used. Ship an opinionated preset today, customize tomorrow."
Token Architecture (3-Tier)
Every preset follows the W3C Design Tokens Community Group (DTCG) standard:
Tier 1: Primitive Tokens (Raw Values)
The foundational palette — colors, sizes, raw numbers.
{ "color": { "blue": { "500": { "$value": "oklch(0.55 0.2 260)", "$type": "color" } } } }