What problem does it solve? When users ask how to accomplish a task, they often don't know a pre-built agent skill already exists for it. 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 for skills matching a user's task, domain, or workflow need. - Guided Installation: Installs skills with npx skills add <owner/repo@skill> and presents links to skills.sh for evaluation. - Fallback Guidance: When no skill exists, offers direct assistance or suggests creating a custom skill with npx skills init. - Use Case: A user asks "how do I make my React app faster?" The Skill searches for React performance skills, finds vercel-react-best-practices, and installs it so the agent gains Vercel's optimization guidelines. ## Quick Start Ask the agent to find a skill for your task, for example by saying "find a skill for PR reviews" or "is there a skill that can help me write a changelog".