What problem does it solve? Choosing a frontend library often means sifting through dozens of overlapping options with no clear winner. This Skill maps a UI task directly to one opinionated, curated pick from Emil Kowalski's list, removing decision fatigue and preventing mismatched choices like hand-rolled toasts or unvirtualized thousand-row lists. ## Core Features & Use Cases - Task-to-library lookup: Matches tasks across UI primitives, motion, charts, interaction, state, and styling to a single recommended library (e.g., Sonner for toasts, dnd kit for drag and drop, Virtuoso for virtualization). - Existing-dependency awareness: Checks package.json first and respects libraries already installed, flagging competitors without churning dependencies unprompted. - Mismatch detection: Catches common anti-patterns such as manual focus handling in dropdowns, re-rendered number animations, and template-literal className ternaries, then points to the right library. - Use Case: You ask "what should I use for a ⌘K command palette?" and get cmdk as the single recommendation, ready to install and wire up. ## Quick Start Ask the skill which library to use for a specific frontend task, such as "I need toasts in my React app."