What problem does it solve? When you need a capability your agent does not currently have, this Skill finds, evaluates, and installs existing agent skills instead of building everything from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem via the Skills CLI (npx skills find) and the skills.sh leaderboard ranked by install counts. - Quality Verification: Checks install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Installs reviewed skills into a local library (~/.agents/skills-stroage) and copies them into project .agents/skills directories. - Use Case: You ask "is there a skill for PR reviews?" and the agent searches the ecosystem, verifies a reputable option, and provides the exact install command. ## Quick Start Ask the agent to find a skill for a specific task, such as "find a skill for React performance optimization."