What problem does it solve? When you ask "how do I do X" or "is there a skill for X", you may not know that an installable skill already exists for that task. This Skill bridges that gap by searching the open agent skills ecosystem and installing relevant capability packages on demand. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search the skills registry by keyword, domain, or task. - Guided Installation: Installs skills globally with npx skills add <owner/repo@skill> -g -y after presenting options and links to skills.sh. - Fallback Handling: When no skill matches, offers direct assistance and suggests creating a custom skill with npx skills init. - Use Case: You ask "can you help me with PR reviews?" The Skill runs npx skills find pr review, presents matching skills with install commands, and installs your choice. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for React performance optimization".