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 or install them. This Skill bridges that gap by searching the open agent skills ecosystem and handling installation. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry with npx skills find [query] using domain-specific keywords like react, testing, or deployment. - Guided Installation: Installs skills globally with npx skills add <owner/repo@skill> -g -y and presents links to skills.sh for details. - Fallback Guidance: When no skill matches, offers direct assistance and suggests creating a custom skill with npx skills init. - Use Case: A user asks "how do I make my React app faster?" The Skill runs npx skills find react performance, presents the vercel-react-best-practices skill, and installs it on confirmation. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill that helps with PR reviews.