find-skills

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

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/littlt-momo-c-yfc/skills --skill find-skills-littlt-momo-c-yfc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/littlt-momo-c-yfc/skills/tree/main/skills/find-skills
Command: npx skills add https://github.com/littlt-momo-c-yfc/skills --skill find-skills-littlt-momo-c-yfc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent does not currently have, this Skill discovers existing installable skills from the open agent skills ecosystem instead of building functionality from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills.sh leaderboard and runs npx skills find [query] to locate relevant skills by domain or task keyword. - Quality Verification: Evaluates install counts, source reputation, and GitHub stars before recommending any skill. - Guided Installation: Presents options with install commands and can run npx skills add <owner/repo@skill> -g -y on your behalf. - Use Case: You ask "is there a skill for PR reviews?" and the agent searches the ecosystem, verifies a reputable option, and installs it globally in one flow. ## Quick Start Ask the agent to find and install a skill for the 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 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 domain before searching.

How do I install a skill from GitHub with the Skills CLI?

Use npx skills add with the owner and repository, for example npx skills add vercel-labs/agent-skills -g -y. The -g flag installs globally at user level and -y skips confirmation prompts.

How can I tell 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 or anthropics and repositories with strong GitHub star counts are more reliable.

What should I do when 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 chosen name.

Can I update installed skills to newer versions?

Yes, run npx skills check to see which installed skills have updates available, then run npx skills update to update all installed skills to their latest versions.