What problem does it solve? When you ask an agent how to do a specialized task, there may already be a published skill that handles it. This Skill removes the guesswork of finding, vetting, and installing those skills by guiding the agent through the Skills CLI search and install workflow. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem with npx skills find, optionally scoped to a GitHub owner, and checks the skills.sh leaderboard for popular options. - Quality Verification: Evaluates candidates by install count, source reputation, and GitHub stars before recommending anything. - Guided Installation: Installs chosen skills with npx skills add, including global installs via the -g flag. - Use Case: You ask "is there a skill for PR reviews?" The agent searches for relevant skills, verifies the top result has strong install numbers from a reputable source, and offers to install it for you. ## Quick Start Ask the agent to find a skill for the task you have in mind, such as "find a skill for React performance optimization."