What problem does it solve? When you ask "how do I do X" or "is there a skill for X", you often don't know whether a ready-made agent skill already exists. This Skill discovers, evaluates, and installs skills from the open agent skills ecosystem so you can extend your agent's capabilities without building everything from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find [query] and checks the skills.sh leaderboard for popular, well-maintained options. - Quality Verification: Evaluates install counts, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending any skill. - Guided Installation: Installs skills with npx skills add <owner/repo@skill> -g -y, or copies a SKILL.md into .jcode/skills/<name>/ for Jcode projects. - Use Case: You ask "can you help me with PR reviews?" The Skill runs npx skills find pr review, verifies the top result has strong install numbers, and presents the install command. ## Quick Start Ask the agent to find a skill for your task, for example: "Find a skill that helps me write better React tests."