What problem does it solve? Choosing a frontend library often means sifting through dozens of overlapping options and inconsistent recommendations. This Skill maps a described task to a single curated, opinionated library pick so you stop comparing and start building. ## Core Features & Use Cases - Task-to-library matching: Describe the task (toasts, drag and drop, virtualization, OTP inputs, command menus) and get one deliberate recommendation from a curated list covering base-ui, cmdk, Sonner, dnd kit, Virtuoso, zustand, motion, and more. - Existing-dependency awareness: Checks package.json first so recommendations respect what the project already uses instead of churning dependencies. - Mismatch detection: Flags common anti-patterns like hand-built toasts, div-based dropdowns with manual focus handling, or rendering thousand-row lists without virtualization. - Use Case: You ask "what should I use for a ⌘K command palette?" and get cmdk with a one-sentence rationale, plus wiring guidance if requested. ## Quick Start Ask the agent which library to use for a specific frontend task, such as "what should I use for drag and drop in my React app?"