find-skills

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

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/MSC72m/DevForge --skill find-skills-msc72m
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/MSC72m/DevForge/tree/main/skills/find-skills
Command: npx skills add https://github.com/MSC72m/DevForge --skill find-skills-msc72m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent does not have, this Skill discovers and installs existing agent skills from the open ecosystem instead of building functionality from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry with npx skills find [query] and checks the skills.sh leaderboard for popular options. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Installs verified skills with npx skills add <owner/repo@skill> -g -y after user confirmation. - Use Case: You ask "is there a skill for PR reviews?" and the agent searches the registry, verifies a reputable option, and installs it globally. ## Quick Start Ask the agent to find a skill for React performance optimization and install the best-rated result.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find an agent skill for a specific task?▼

Run npx skills find followed by keywords describing your task, such as npx skills find react performance. You can also browse the skills.sh leaderboard to see the most-installed skills by category before searching.

How to install a skill from the skills ecosystem?▼

Install a skill with npx skills add owner/repo@skill-name. Adding the -g flag installs it globally at user level, and -y skips confirmation prompts for unattended installation.

How do I know if a skill is trustworthy before installing?▼

Check the install count, preferring skills with over 1K installs, and verify the source reputation. Skills from official sources like vercel-labs, anthropics, or microsoft are more trustworthy than unknown authors with low GitHub stars.

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

If the search returns no relevant skills, the agent can handle the task directly with its general capabilities. For recurring needs, you can create your own skill by running npx skills init with a custom name.

Can I search skills from a specific GitHub owner?▼

Yes, scope your search to a specific GitHub owner using the --owner flag, for example npx skills find testing --owner vercel-labs. This narrows results to skills published by that organization or user.