π¦ ClawHub
Design System Builder
by @goldath
Comprehensive guide for building enterprise-grade component libraries and design systems from scratch. Use this skill when a frontend engineer needs to: (1)...
π‘ Examples
# Install Style Dictionary (token transformation tool)
pnpm add -D style-dictionary -w
Token files live in packages/tokens/src/. Style Dictionary transforms them to CSS variables, JS/TS constants,
and platform-specific outputs (iOS, Android).
Core token categories: color, typography, spacing, border-radius, shadow, z-index, motion.
TERMINAL
clawhub install design-system-builder