What problem does it solve? Building consistent, accessible, and performant frontend components requires juggling framework conventions, state management choices, styling approaches, and accessibility rules. This Skill provides structured guidance so generated UI code follows your project's existing patterns instead of generic boilerplate. ## Core Features & Use Cases - Framework-aware component generation: Detects React, Vue, Svelte, or Angular and applies idiomatic patterns such as hooks, composables, or stores. - State management guidance: Maps complexity levels to appropriate solutions, from local component state to Redux, Zustand, Pinia, or React Query. - Accessibility and performance by default: Enforces semantic HTML, ARIA labels, keyboard navigation, lazy loading, code splitting, and memoization. - Use Case: Ask for a new dashboard page in a React + Tailwind project and receive a typed component with loading and error states, tests, and styling that matches your conventions. ## Quick Start Create a responsive user profile card component in React with TypeScript, loading and error states, and Tailwind styling.