What problem does it solve? When you need a capability your agent doesn't have, manually hunting for existing solutions wastes time. This Skill discovers, evaluates, and installs pre-built agent skills from the open skills ecosystem so you can extend functionality on demand. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry via npx skills find and the skills.sh leaderboard to surface relevant, popular skills by domain and task. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Installs verified skills with npx skills add, including global installation flags. - Use Case: You ask "how do I optimize my React app's performance?" The Skill checks the leaderboard, finds vercel-labs/agent-skills with 100K+ installs, verifies its reputation, and installs the react-best-practices skill for you. ## Quick Start Ask the agent to find a skill for your task, for example: "Find a skill that helps with PR reviews."