What problem does it solve? Choosing the right frontend library is time-consuming and inconsistent across teams. This Skill maps a described UI task to a curated, opinionated library list so you get one deliberate recommendation instead of comparing dozens of npm packages. ## Core Features & Use Cases - Task-to-library matching: Covers UI primitives, command menus, toasts, OTP inputs, animation, charts, virtualization, drag and drop, state management, and styling. - Existing-stack awareness: Checks package.json first and respects libraries already installed, flagging competitors without churning dependencies. - Mismatch detection: Catches common anti-patterns like hand-built toasts, div-based dropdowns, or unvirtualized thousand-row lists and 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 "what should I use for drag and drop in my React app?"