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 and recommend verified options. ## 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 skills by install count, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending. - Guided Installation: Installs chosen skills with npx skills add <owner/repo@skill> -g -y and suggests creating custom skills with npx skills init when nothing matches. - Use Case: A user asks "how do I make my React app faster?" The agent searches for React performance skills, verifies a top result from vercel-labs with 185K installs, and offers to install it. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for PR reviews" or "is there a skill for writing changelogs".