What problem does it solve? Frontend developers waste time comparing dozens of competing npm packages for common needs like toasts, drag and drop, or charts. This Skill removes decision fatigue by mapping a UI task directly to one opinionated, taste-driven library pick. ## Core Features & Use Cases - Task-to-library lookup: Matches a described task (e.g. "I need toasts") to a curated recommendation such as Sonner, dnd kit, or zustand. - Existing dependency awareness: Checks package.json first and respects libraries already installed instead of churning dependencies. - Mismatch detection: Flags common anti-patterns like hand-built toasts, div-based dropdowns, or rendering 1,000+ row lists without virtualization. - Use Case: You ask "what should I use for drag and drop?" and get a single answer — dnd kit — plus wiring guidance, instead of a menu of options. ## Quick Start Ask which library to use for a specific frontend capability, such as "pick a library for animated number counters in my React app".