What problem does it solve? When you ask an AI agent how to do a specialized task, you often don't know whether a ready-made skill already exists for it. This Skill discovers, evaluates, and installs relevant agent skills from the open skills ecosystem so you can extend your agent's capabilities instead of reinventing workflows. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find [query] and the skills.sh leaderboard to surface popular, well-maintained skills. - Quality Verification: Evaluates install counts, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending any skill. - Guided Installation: Presents options with install commands and can install skills directly using npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "how do I make my React app faster?" The agent checks the leaderboard, finds the react-best-practices skill from vercel-labs with 185K installs, and offers to install it for you. ## Quick Start Ask the agent to find a skill for your task, for example: "Find a skill that helps with PR reviews."