find-skills

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

60|11|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/matyasstoch/david-skills --skill find-skills-matyasstoch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/matyasstoch/david-skills/tree/main/skills/find-skills
Command: npx skills add https://github.com/matyasstoch/david-skills --skill find-skills-matyasstoch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often don't know whether an installable agent skill already exists for a task they want to accomplish, leading them to reinvent workflows instead of reusing community-built capabilities. ## Core Features & Use Cases - Skill Discovery: Searches the open agent skills ecosystem with npx skills find [query] using domain-specific keywords like react, testing, or deployment. - Guided Installation: Installs discovered skills with npx skills add <owner/repo@skill> -g -y and points users to skill pages on skills.sh. - Fallback Guidance: When no skill matches, offers direct assistance and suggests creating a custom skill with npx skills init. - Use Case: A user asks "how do I make my React app faster?" and the agent runs npx skills find react performance, then presents the vercel-react-best-practices skill with its install command. ## Quick Start Ask the agent to find a skill for a task you want help with, such as "find a skill for 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 relevant keyword query, such as npx skills find react performance. The command returns matching skills with install commands and links to their pages on skills.sh.

How do I install a skill from the skills ecosystem?▼

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

What search keywords work best for finding skills?▼

Use specific keywords combining domain and task, like react testing instead of just testing. If a term returns nothing, try alternatives such as deployment or ci-cd instead of deploy.

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

The agent can still help with the task directly using its general capabilities. For recurring needs, you can create your own skill by running npx skills init with a name for your new skill.

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 update all of them at once.