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 skills by guiding the agent through a structured search and verification workflow. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem via npx skills find and the skills.sh leaderboard to surface relevant skills by domain or task. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill, avoiding low-quality packages. - Guided Installation: Presents options with install commands and can install skills directly using npx skills add <owner/repo@skill> -g -y. - Use Case: You ask "how do I make my React app faster?" The agent checks the leaderboard, runs npx skills find react performance, verifies a top result from vercel-labs, and offers to install it for you. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for PR reviews" or "is there a skill for writing changelogs?"