What problem does it solve? Building consistent, maintainable UI foundations across web and mobile applications is hard when colors, spacing, and component styles are hardcoded and scattered. This Skill provides proven patterns for design tokens, theme switching, and component architecture so teams can establish a single source of truth for visual design. ## Core Features & Use Cases - Design Token Hierarchies: Define primitive, semantic, and component-level tokens for colors, typography, spacing, shadows, and radii, with multi-platform output via Style Dictionary (CSS, SCSS, iOS Swift, Android XML). - Theming Infrastructure: Implement light/dark theme switching with CSS custom properties, React theme providers, system preference detection, persistent storage, and multi-brand theming. - Component Architecture: Apply compound components, polymorphic components, slot patterns, headless UI hooks, and CVA-based variant systems for scalable component libraries. - Use Case: When building a component library that must support light and dark modes across web and mobile, use this Skill to define a token pipeline from Figma to code and wire up a theme provider with SSR-safe flash prevention. ## Quick Start Ask the AI to create a design token hierarchy with light and dark semantic themes and a CVA-based button variant system for your React project.