What problem does it solve? Users often don't know whether an installable skill already exists for a task they want to accomplish, and manually searching GitHub or registries is slow and unreliable. This Skill provides a structured workflow to discover, evaluate, and install agent skills via the Skills CLI. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem with npx skills find [query] and checks the skills.sh leaderboard for popular options. - Quality Verification: Evaluates candidate skills by install count, source reputation, and GitHub stars before recommending them. - Guided Installation: Presents install commands and can install skills globally with 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, verifies a top result like vercel-labs/agent-skills, and presents the install command with a link to learn more. ## Quick Start Ask the agent to find a skill for your task, for example: "Find a skill that helps with PR reviews."