What problem does it solve? When you need help with a specialized task, you may not know whether a ready-made agent skill already exists for it. This Skill discovers, evaluates, and installs relevant skills from the open agent skills ecosystem so you can extend your agent's capabilities without building everything from scratch. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search the skills registry by domain, task, or keyword and presents matching results with install commands. - Guided Installation: Installs selected skills via the install-skill.sh script, linking them into the project automatically. - Fallback Guidance: When no skill matches, it offers direct assistance and 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, presents the vercel-react-best-practices option, and installs it on your approval. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill that helps with PR reviews.