What problem does it solve? When you need a capability your agent doesn't have, manually hunting for existing solutions is slow and unreliable. This Skill discovers, evaluates, and installs pre-built agent skills from the open skills ecosystem so you can extend functionality without building from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find and the skills.sh leaderboard to match your task with existing skills. - Quality Verification: Evaluates candidates by install count, source reputation, and GitHub stars before recommending them. - Guided Installation: Installs chosen skills globally with npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "how do I optimize my React app?" and the Skill finds the react-best-practices skill from vercel-labs, verifies its 185K installs, and installs it for you. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill that helps me write better PR descriptions.