find-skills

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

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/eylulsenakumral/auto-company-clean --skill find-skills-eylulsenakumral
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/eylulsenakumral/auto-company-clean/tree/main/.claude/skills/find-skills
Command: npx skills add https://github.com/eylulsenakumral/auto-company-clean --skill find-skills-eylulsenakumral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often need specialized capabilities that already exist as installable agent skills, but they do not know how to discover or install them. This Skill bridges that gap by searching the open agent skills ecosystem and installing matching packages. ## Core Features & Use Cases - Skill Discovery: Runs npx skills find [query] to search for skills matching a user's task, domain, or workflow need. - Guided Installation: Installs selected skills with npx skills add <owner/repo@skill> and presents links to skills.sh for details. - Fallback Guidance: When no skill exists, 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?" The Skill runs npx skills find react performance, finds vercel-react-best-practices, and installs it for immediate use. ## Quick Start Ask the agent to find a skill for your task, for example by saying "find a skill for PR reviews" or "is there a skill that can help me write a changelog".

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 query, such as npx skills find react performance. The command returns matching skills with install commands and links to skills.sh for more details.

How do I install a 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 installation and -y to skip confirmation prompts.

What is the Skills CLI and where can I browse available skills?▼

The Skills CLI (npx skills) is the package manager for the open agent skills ecosystem. You can browse available skills at https://skills.sh/ and manage them with find, add, check, and update commands.

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 needs, you can create your own skill using npx skills init.

How do I keep installed skills up to date?▼

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.