What problem does it solve? When you ask your agent "how do I do X" or "is there a skill for X", you often don't know whether a ready-made skill exists. This Skill searches the open agent skills ecosystem and gives you an installable recommendation instead of leaving you to build everything from scratch. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search the skills registry by domain and task keywords. - Guided Installation: Presents matching skills with the exact npx skills add <owner/repo@skill> command and a skills.sh link, and can install globally with -g -y flags. - Fallback Guidance: When no skill matches, offers direct help with the task and suggests authoring a custom skill via npx skills init. - Use Case: You ask "can you help me with PR reviews?" — the agent runs npx skills find pr review, presents matching skills, and installs your choice. ## Quick Start Ask the agent to find a skill for a task you need, such as "find a skill for React performance optimization."