What problem does it solve? Users often don't know whether an installable agent skill already exists for a task they want to accomplish, leading them to reinvent workflows instead of reusing community-built capabilities. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem with npx skills find [query] using domain-specific keywords like react, testing, or deployment. - Guided Installation: Installs discovered skills with npx skills add <owner/repo@skill> -g -y and points users to skill pages on skills.sh. - 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?" and the agent runs npx skills find react performance, then presents the vercel-react-best-practices skill with its install command. ## Quick Start Ask the agent to find a skill for a task you want help with, such as "find a skill for PR reviews".