đź”— View on GitHub: vercel-labs/skills/find-skills
🚀 Quick Installation
Install the find-skills skill to help discover and install agent skills from the open ecosystem.
npx
npx skills add vercel-labs/skills --skill find-skillsWhat It Does
The find-skills skill helps you discover and install agent skills when you ask questions like:
- "How do I do X?"
- "Find a skill for X"
- "Is there a skill that can..."
Use this skill when you're looking for functionality that might exist as an installable skill, or when you want to extend your agent's capabilities.
Key Commands
| Command | Description |
|---|---|
npx skills find [query] |
Search for skills interactively or by keyword |
npx skills add |
Install a skill from GitHub or other sources |
npx skills check |
Check for skill updates |
npx skills update |
Update all installed skills |
How It Works
When you ask for help with something, the skill identifies:
- The domain (e.g., React, testing, design, deployment)
- The specific task (e.g., writing tests, creating animations, reviewing PRs)
- Whether this is a common enough task that a skill likely exists
Before running a CLI search, it checks the skills.sh leaderboard to see if a well-known skill already exists for the domain. The leaderboard ranks skills by total installs, surfacing the most popular and battle-tested options.
Search Categories
| Category | Example Queries |
|---|---|
| Web Development | react, nextjs, typescript, css, tailwind |
| Testing | testing, jest, playwright, e2e |
| DevOps | deploy, docker, kubernetes, ci-cd |
| Documentation | docs, readme, changelog, api-docs |
| Code Quality | review, lint, refactor, best-practices |
| Design | ui, ux, design-system, accessibility |
| Productivity | workflow, automation, git |
Supported Agents
The Skills CLI supports 38+ agents including:
- Claude Code, OpenCode, Codex, Cursor
- Cline, Continue, Roo Code, Windsurf
- GitHub Copilot, Gemini CLI, Augment
- And many more...
Browse all skills at skills.sh