What problem does it solve? Users often need specialized capabilities that already exist as installable agent skills, but they do not know how to discover, evaluate, or install them. This Skill guides the agent to search the open skills ecosystem, verify quality, and install the right package. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find and the skills.sh leaderboard to match user needs with existing skills. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Presents options with install commands and can install skills globally using npx skills add. - Use Case: A user asks "how do I make my React app faster?" The agent searches for React performance skills, verifies a popular option from vercel-labs, and installs it with one command. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for PR reviews".