What problem does it solve? When you need a capability your agent doesn't have, manually hunting for existing solutions wastes time. 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 open agent skills registry with npx skills find [query] to match user needs to existing skills. - Guided Installation: Installs skills from GitHub or other sources with npx skills add <owner/repo@skill>, including global and non-interactive flags. - Maintenance Commands: Checks for and applies skill updates via npx skills check and npx skills update. - Use Case: A user asks "how do I make my React app faster?" The Skill runs npx skills find react performance, presents matching results with install commands and skills.sh links, then installs the chosen skill. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill for PR reviews.