find-skills

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

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Femad-6/my-skills --skill find-skills-femad-6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Femad-6/my-skills/tree/main/.github/skills/find-skills
Command: npx skills add https://github.com/Femad-6/my-skills --skill find-skills-femad-6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need help with a specialized task, you may not know whether a ready-made agent skill already exists for it. This Skill discovers, evaluates, and installs relevant skills from the open agent skills ecosystem so you can extend your agent's capabilities without building everything from scratch. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search the skills registry by domain, task, or keyword and presents matching results with install commands. - Guided Installation: Installs selected skills via the install-skill.sh script, linking them into the project automatically. - Fallback Guidance: When no skill matches, it offers direct assistance and suggests creating a custom skill with npx skills init. - Use Case: You ask "how do I make my React app faster?" and the Skill searches for React performance skills, presents the vercel-react-best-practices option, and installs it on your approval. ## 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 an agent skill for a specific task?

Run npx skills find followed by a descriptive 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 a skill from the skills registry?

Use the install-skill.sh script with the skill identifier, for example bash install-skill.sh vercel-labs/agent-skills@vercel-react-best-practices. The script installs the skill globally and links it to your project.

What search keywords work best for finding skills?

Use specific keywords combining domain and task, like react testing instead of just testing. If a search fails, try alternative terms such as deployment instead of deploy, or browse categories at skills.sh.

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

If no matching skill is found, 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 installed skills, then run npx skills update to apply all pending updates at once.