What problem does it solve? When you ask an AI agent how to do something, there may already be a packaged skill that handles that task. This Skill removes the guesswork of discovering, evaluating, and installing those reusable agent capabilities. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem with npx skills find [query] using domain-specific keywords like react, testing, or deployment. - Guided Installation: Installs selected skills with npx skills add <owner/repo@skill> and presents links to skills.sh for details. - Fallback Guidance: When no skill matches, it offers direct help and suggests creating a custom skill with npx skills init. - Use Case: You ask "how do I make my React app faster?" and the agent searches for a React performance skill, presents the vercel-react-best-practices skill, and installs it on your approval. ## Quick Start Ask the agent to find a skill for your task, for example by saying "find a skill for PR reviews".