What problem does it solve? Users often don't know whether an installable skill already exists for a task they want to accomplish, leading them to reinvent workflows instead of reusing community-built capabilities. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem via npx skills find and the skills.sh leaderboard to match user needs with existing skills. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Presents vetted options with install commands and can install skills directly using npx skills add. - Use Case: A user asks "how do I make my React app faster?" The skill searches for React performance skills, verifies a top result from vercel-labs with 185K installs, and offers to install it. ## 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?"