find-skills

Searches and installs agent skills from the open skills ecosystem using the Skills CLI.

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill find-skills-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/find-skills
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill find-skills-aadi-110i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When users ask how to accomplish a task, they often don't know that a ready-made agent skill already exists for it. This Skill bridges that gap by searching the open agent skills ecosystem, verifying quality signals, and installing the right capability on demand. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find [query] and the skills.sh leaderboard to surface relevant, installable skills. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill, avoiding low-quality packages. - Guided Installation: Presents options with install commands and can install skills directly using 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, finds vercel-labs/agent-skills with 185K installs, and installs it for the user. ## Quick Start Find and install a skill that helps me write better pull request reviews.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and install agent skills for a specific task?

Run npx skills find followed by a keyword query, such as npx skills find react performance. Review the results, then install with npx skills add owner/repo@skill using the -g flag for global installation.

What is the Skills CLI and how does it work?

The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. It provides commands to find, add, check, and update modular skill packages that extend agent capabilities with specialized knowledge and workflows.

How do I verify a skill is trustworthy before installing?

Check the install count, preferring skills with 1K or more installs, and verify the source reputation. Skills from official sources like vercel-labs or anthropics and repositories with strong GitHub star counts are more reliable.

What should I do if no skill exists for my task?

If no relevant skill is found, the task can still be handled with general capabilities. For recurring needs, you can create your own skill by running npx skills init followed by your skill name.

Where can I browse popular agent skills?

Browse the skills.sh leaderboard, which ranks skills by total installs and surfaces the most widely adopted options. Top sources include vercel-labs/agent-skills for React and Next.js, and anthropics/skills for design and document processing.