What problem does it solve? When you ask an AI agent how to do a task, you may not know that 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 agent capabilities without writing prompts from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find and the skills.sh leaderboard to match user needs with existing skills. - Quality Verification: Evaluates candidates by install count, source reputation, and GitHub stars before recommending them. - Guided Installation: Presents options with install commands and can install skills directly using npx skills add. - Use Case: You ask "how do I make my React app faster?" and the agent searches for a React performance skill, verifies its popularity, and installs it with one command. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for PR reviews".