What problem does it solve? Users often need specialized capabilities that already exist as installable agent skills, but they do not know how to discover, evaluate, or install them. This Skill guides the agent to search the open skills ecosystem and recommend verified options. ## 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, and GitHub stars before recommending any skill. - Guided Installation: Installs chosen skills with npx skills add <owner/repo@skill> -g -y after user confirmation. - Use Case: A user asks "is there a skill for PR reviews?" The agent searches for review skills, verifies a popular option from a trusted source, presents it with install counts, and installs it on approval. ## 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."