What problem does it solve? When you ask an agent "how do I do X" or "is there a skill for X", there is often an existing installable skill that solves the problem, but discovering and vetting it manually is slow. This Skill guides the agent to search the open agent skills ecosystem, verify quality, and install the right package. ## Core Features & Use Cases - Skill Discovery: Searches the skills.sh leaderboard and runs npx skills find [query] to locate relevant skills by domain or task. - Quality Verification: Checks install counts, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending any skill. - Guided Installation: Presents options with install commands and can install globally via npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "can you help me with PR reviews?" The agent runs npx skills find pr review, verifies a reputable result, and offers to install it for you. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for React performance optimization".