What problem does it solve? When you need a capability your agent doesn't have, manually hunting for existing solutions is slow and uncertain. This Skill discovers and installs pre-built agent skills from the open skills ecosystem so you can extend functionality on demand. ## 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 exists, offers direct assistance or suggests creating a custom skill with npx skills init. - Use Case: You ask "how do I make my React app faster?" and the Skill searches for React performance skills, then presents vercel-react-best-practices with its install command. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for PR reviews".