What problem does it solve?
Teams and designers often face inconsistent typography, color, spacing, and iconography across products, causing poor readability, slow implementation, and accessibility failures. This Skill consolidates practical rules, token patterns, and accessibility checks to make visual decisions repeatable and implementation-ready.
Core Features & Use Cases
- Modular typography scales and responsive type guidance to create consistent hierarchy and fluid sizing.
- An 8-point spacing system and semantic spacing tokens for predictable layout rhythm and component spacing.
- Semantic color token strategies, contrast guidance, and programmatic checks to meet WCAG requirements and support dark mode theming.
- Tailwind and CSS custom property examples for design tokens, plus Tailwind config snippets for quick integration.
- Icon sizing, sprite generation patterns, and accessible icon button patterns for consistent UI controls.
- Use Case: Establish a living style guide for a Next.js + Tailwind web app, generate tokens for developers, and audit an existing UI for contrast and spacing inconsistencies.
Quick Start
Create a design token set for a new web project including a modular typography scale, an 8-point spacing system, semantic color tokens with WCAG contrast checks, dark mode variables, and an icon size scale.