find-skills

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need a capability your agent does not have, this Skill searches the public agent skills ecosystem and installs matching skill packages instead of building everything from scratch. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search the open skills registry by domain, task, or keyword. - Guided Installation: Installs selected skills globally with npx skills add <owner/repo@skill> -g -y and links to skills.sh for details. - Fallback Handling: When no skill matches, offers direct assistance or suggests scaffolding a custom skill with npx skills init. - Use Case: You ask how to optimize a React app's performance; the Skill searches for relevant packages and presents vercel-react-best-practices with its install command. ## Quick Start Ask the agent to find a skill for a task you need 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 and install agent skills from the command line?

Run npx skills find followed by a search query to browse matching skills, then install one with npx skills add owner/repo@skill. Add the -g flag for global user-level installation and -y to skip confirmation prompts.

What is the npx skills CLI used for?

The skills CLI is the package manager for the open agent skills ecosystem. It supports find for searching, add for installing from GitHub or other sources, check for update detection, and update for refreshing installed skills.

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

When searches return no matches, the agent can handle the task directly with its general capabilities. For recurring tasks, you can scaffold your own skill using npx skills init followed by a skill name.

Does the skills CLI require Node.js to be installed?

Yes, the skills CLI runs through npx, which requires a Node.js installation. The skill declares npx as a required CLI dependency for executing all search and install commands.

What are good search keywords for finding skills?

Use specific domain-plus-task keywords like react testing or pr review rather than single generic terms. Common categories include web development, testing, DevOps, documentation, code quality, design, and productivity.