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 installing matching packages. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search for skills matching a user's task, domain, or workflow need. - Guided Installation: Installs selected skills with npx skills add <owner/repo@skill> and presents links to skills.sh for details. - Fallback Guidance: When no skill exists, 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, finds vercel-react-best-practices, and installs it for immediate use. ## Quick Start Ask the agent to find a skill for your task, for example by saying "find a skill for PR reviews" or "is there a skill that can help me write a changelog".