What problem does it solve? When you ask an agent "how do I do X" or "is there a skill for X", you often don't know whether a ready-made skill exists or where to find a trustworthy one. This Skill turns those questions into concrete, vetted install recommendations from the open agent skills ecosystem. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem with npx skills find [query], optionally scoped to a GitHub owner, and checks the skills.sh leaderboard for popular options. - Quality Verification: Evaluates install counts, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending anything. - Guided Installation: Presents the skill name, install count, and install command, then installs on request with npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "can you help me with PR reviews?" The Skill runs npx skills find pr review, verifies the top results, and offers to install the best-rated one. ## Quick Start Ask the agent to find a skill for the task you have in mind, such as "find a skill for React performance optimization".