What problem does it solve? When you need a capability your agent does not currently have, this Skill discovers and installs existing agent skills from the open skills ecosystem instead of building functionality from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry with npx skills find [query] and checks the skills.sh leaderboard for popular, well-maintained options. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Installs verified skills with npx skills add <owner/repo@skill> -g -y and suggests creating custom skills when none exist. - Use Case: You ask "is there a skill for PR reviews?" and the agent searches the registry, verifies a reputable option, and installs it globally on your behalf. ## Quick Start Ask the agent to find and install a skill for the task you need help with, such as React performance optimization or changelog generation.