find-skills

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

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/RavitejaKarra24/dotfiles --skill find-skills-ravitejakarra24
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/RavitejaKarra24/dotfiles/tree/main/agents/.agents/skills/find-skills
Command: npx skills add https://github.com/RavitejaKarra24/dotfiles --skill find-skills-ravitejakarra24

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a specialized capability (React performance, PR reviews, changelogs), you may not know whether a ready-made agent skill already exists. This Skill searches the open agent skills ecosystem, verifies quality signals, and installs the right package so you avoid reinventing workflows. ## Core Features & Use Cases - Skill Discovery: Searches the skills ecosystem via npx skills find [query] and the skills.sh leaderboard ranked by install counts. - Quality Verification: Evaluates install counts, source reputation (e.g., vercel-labs, anthropics), and GitHub stars before recommending any skill. - Guided Installation: Installs chosen skills with npx skills add <owner/repo@skill> -g -y and presents links to learn more. - Use Case: You ask "can you help me with PR reviews?" The Skill runs npx skills find pr review, checks the leaderboard, verifies a well-maintained option, and installs it globally on your behalf. ## Quick Start Ask the agent to find and install a skill for a task you need, such as "find a skill for React performance optimization."

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 a keyword query, such as npx skills find react performance. You can also browse the skills.sh leaderboard, which ranks skills by total installs to surface the most widely used options.

How do I install a skill from the skills ecosystem?

Use npx skills add with the package identifier, for example npx skills add vercel-labs/agent-skills@react-best-practices. Adding the -g flag installs globally at user level and -y skips confirmation prompts.

How do I verify a skill is trustworthy before installing?

Check three signals: prefer skills with 1K+ installs, favor official sources like vercel-labs, anthropics, or microsoft, and review the source repository's GitHub stars. Treat skills from repos with under 100 stars with skepticism.

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

If the search returns no relevant results, 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 chosen name.

How do I keep installed skills up to date?

Run npx skills check to see whether updates are available for your installed skills, then run npx skills update to update all of them at once.