What problem does it solve? When users ask how to accomplish a task, they often don't know a pre-built agent skill already exists for it. This Skill discovers, evaluates, and installs relevant skills from the open agent skills ecosystem so users can extend agent capabilities without building from scratch. ## 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 candidate skills by install count, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending them. - Guided Installation: Presents options with install commands and can install skills globally using npx skills add <owner/repo@skill> -g -y. - Use Case: A user asks "how do I make my React app faster?" The Skill searches for React performance skills, verifies the top result has 185K installs from Vercel, and offers to install it. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill that helps with PR reviews.