find-skills

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

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/unnxt30/skills --skill find-skills-unnxt30
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/unnxt30/skills/tree/main/find-skills
Command: npx skills add https://github.com/unnxt30/skills --skill find-skills-unnxt30

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent does not currently have, this Skill discovers and installs existing agent skills from the open skills ecosystem instead of building functionality from scratch. ## Core Features & Use Cases - Skill Discovery: Searches the skills registry with npx skills find [query] using domain-specific keywords like react, testing, or deployment. - Skill Installation: Installs discovered skills globally with npx skills add <owner/repo@skill> -g -y. - Use Case: When you ask "how do I optimize my React app performance", the Skill searches for relevant skills, presents options like vercel-react-best-practices with install commands, and installs your choice. ## Quick Start Ask the agent to find a skill for your task, for example: find a skill that helps with PR 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 a skill for a specific task?

Run npx skills find followed by a relevant keyword query, such as npx skills find react performance. The command returns matching skills with install commands and links to skills.sh for details.

How do I install an agent skill from the skills ecosystem?

Use npx skills add with the package identifier, for example npx skills add vercel-labs/agent-skills@vercel-react-best-practices. Add the -g flag for global user-level installation and -y to skip confirmation prompts.

What search keywords work best with npx skills find?

Use specific keywords like react testing rather than generic terms like testing. If a search returns nothing, try alternative terms such as deployment instead of deploy, or browse common categories at skills.sh.

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

If npx skills find returns no matches, the agent can handle the task directly with its general capabilities. For recurring tasks, you can create your own skill by running npx skills init.

Can I update installed skills to newer versions?

Yes, run npx skills check to see available updates for installed skills, then npx skills update to update all of them at once.