What problem does it solve? When you ask an AI agent how to do a 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 agent capabilities without building workflows from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem with npx skills find [query] and checks the skills.sh leaderboard for popular, high-install options. - Quality Verification: Evaluates candidates 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 globally via npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "how do I make my React app faster?" The Skill searches for React performance skills, verifies a top result like vercel-labs/agent-skills, and gives you the exact install command. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill that helps with PR reviews.