What problem does it solve?
This skill provides a unified set of UI/UX standards to ensure accessible, consistent frontend design across teams, reducing rework and enabling rapid, safe component development.
Core Features & Use Cases
- Accessibility floor: WCAG 2.2 AA compliance for all shipped components.
- Component primitives: Radix + Tailwind + shadcn/ui as a minimal, adaptable foundation.
- Design tokens: semantic, color-OKLCH based theming with dark mode support.
- Responsive patterns: mobile-first layout with container queries for adaptive UI.
- Four-state surfaces: loading, error, empty, and success states for all async operations.
- Forms, motion, icons, and i18n: accessible, labeled controls, motion respects user preferences, consistent iconography, and potential internationalization scaffolding.
Quick Start
Audit a new component library against WCAG 2.2 AA, adopt token-based theming from the design system, and implement the four-state async surfaces in all components.