What problem does it solve? When you need a specialized capability (React performance, PR reviews, changelogs), you may not know whether a ready-made agent skill already exists. This Skill searches the open agent skills ecosystem, verifies quality signals, and installs the right package so you avoid reinventing workflows. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find [query] and the skills.sh leaderboard ranked by install counts. - Quality Verification: Evaluates install counts, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending any skill. - Guided Installation: Installs chosen skills with npx skills add <owner/repo@skill> -g -y and presents links to learn more. - Use Case: You ask "can you help me with PR reviews?" The Skill runs npx skills find pr review, checks the leaderboard, verifies a well-maintained option, and installs it globally on your behalf. ## Quick Start Ask the agent to find and install a skill for a task you need, such as "find a skill for React performance optimization."