What problem does it solve? Users often don't know whether an installable skill already exists for a task they want help with, leading them to reinvent workflows manually 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 options with install commands and can install skills globally 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 reputable option like vercel-labs/agent-skills, and installs it on request. ## Quick Start Ask the agent to find a skill for a task you need help with, such as "find a skill for PR reviews".