What problem does it solve? When a user explicitly wants to discover or install an external Agent Skill, there is no built-in way to know what exists in the open skills ecosystem or how to install it safely. This Skill provides a structured workflow for searching the skills.sh registry, vetting results, and installing approved packages. ## Core Features & Use Cases - Registry Search: Runs npx skills find [query] to locate skills by domain and task, with guidance on effective keyword strategies and common categories like testing, DevOps, and documentation. - Quality Verification: Requires checking source reputation, maintenance activity, requested permissions, and overlap with native capabilities before recommending any skill. - Approved Installation: Installs only after explicit user approval via npx skills add <owner/repo@skill> -g -y, preferring the client's native installer when available. - Use Case: A user asks for help with PR reviews. The Skill searches npx skills find pr review, verifies a maintained option, presents it with an install command and skills.sh link, and installs it only after the user approves. ## Quick Start Ask the agent to find a skill for a specific task, such as "find a skill for React performance optimization", and it will search the registry and present vetted options.