Provides standardized React UI composition patterns using TypeScript, Tailwind CSS, and Radix UI for building maintainable, accessible components.
This skill equips Claude with advanced architectural patterns for modern React development, specifically optimized for the TypeScript, Tailwind CSS v4, and Radix UI stack. It offers concrete guidance on state management, routing, and component hierarchy, ensuring code follows industry best practices like React 19 hooks and Next.js 16 server/client boundaries. By providing structured workflows for both new scaffolding and refactoring existing screens, it helps developers maintain high accessibility standards (WCAG 2.2 AA) and avoid common anti-patterns like excessive use of useEffect for derived state.
Características Principales
01WCAG 2.2 AA accessibility-first UI recommendations
02Next.js 16 server and client boundary management
03Tailwind CSS v4 and Radix UI component scaffolds
042 GitHub stars
05React 19 hook and transition pattern implementations
06Controlled dialog and async modal interaction patterns
Casos de Uso
01Implementing complex, accessible dialogs with controlled state and async actions
02Refactoring a monolithic settings screen into smaller, focused React components
03Architecting new feature views with optimized state ownership and data fetching