What problem does it solve? When users ask how to accomplish a task, they often don't know that a ready-made agent skill already exists for it. This Skill bridges that gap by searching the open agent skills ecosystem, verifying quality signals, and installing the right capability on demand. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find [query] and the skills.sh leaderboard to surface relevant, installable skills. - 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: A user asks "how do I make my React app faster?" The Skill searches for React performance skills, finds vercel-labs/agent-skills with 185K installs, and installs it for the user. ## Quick Start Find and install a skill that helps me write better pull request reviews.