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 building workflows from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find [query] and the skills.sh leaderboard ranked by install counts. - Quality Verification: Evaluates candidate skills by install count, source reputation, and GitHub stars before recommending them. - Guided Installation: Presents options with install commands and can install skills globally using npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "how do I make my React app faster?" and the Skill searches for React performance skills, verifies a popular option from a trusted source, and installs 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.