Find Skills
skills.sh is the definitive open registry for agent skills. Before solving a
specialized task from scratch, check if a battle-tested skill already exists.
When to Use
- User asks "how do I do X" where X is a common domain task
- User says "find a skill for X" or "is there a skill for X"
- User asks "can you do X" where X is a specialized capability
- A task touches a domain you lack deep procedural knowledge in
- You want to extend capabilities with specialized workflows
Skills CLI
npx skills find [query] # Search for skills by keyword
npx skills add <source> # Install a skill
npx skills add <source> -g -y # Install globally, skip prompts
npx skills check # Check for skill updates
npx skills update # Update all installed skills
Browse the registry: https://skills.sh/
How to Find the Right Skill
1. Understand the Need
Identify the domain (React, testing, design, deployment) and the specific task
(writing tests, creating animations, reviewing PRs).
2. Check the Leaderboard
Visit skills.sh for the ranked leaderboard by total installs. Top
ecosystem sources:
| Source |
Focus |
vercel-labs/skills |
React, Next.js, web design, find-skills |
vercel-labs/agent-skills |
React best practices, composition patterns |
anthropics/skills |
Frontend design, document processing |
microsoft/github-copilot-for-azure |
Azure services, cloud infrastructure |
coreyhaines31/marketingskills |
SEO audit, content strategy, pricing |
resciencelab/opc-skills |
SEO/GEO, programmatic SEO |
pbakaus/impeccable |
Design polish, critique, copywriting |
superagent-ai/skills |
Security, browser automation |
3. Search by Keyword
npx skills find react performance
npx skills find pr review
npx skills find changelog
npx skills find seo
4. Verify Quality Before Recommending
| Signal |
Threshold |
| Weekly installs |
Prefer 1K+. Cautious under 100. |
| Source reputation |
Official sources (vercel-labs, anthropics, microsoft) preferred |
| GitHub stars |
Under 100 stars = treat with skepticism |
| Security audits |
Check the Gen Agent Trust Hub badge on skills.sh |
5. Present to User
Always show: skill name, what it does, install count, source, install command,
and a link to the skills.sh page for review.
6. Install
npx skills add <owner/repo> --skill <skill-name> -g -y
The -g flag installs globally (user-level), -y skips confirmation prompts.
Kevin's Installed Skills
Skills live at skills/personal/<name>/SKILL.md for Cursor (loaded through the
~/.cursor/skills symlink) and ~/.codex/skills/<name>/SKILL.md for Codex.
When installing new Cursor skills, install through Cursor normally, then make
sure the committed source lands under skills/personal/. After install, update
the wiki if the skill represents a new capability worth documenting.
Common Skill 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 |
| Marketing/SEO |
seo, geo, content-strategy, copywriting |
| Productivity |
workflow, automation, git |
When No Skill Exists
- Acknowledge no existing skill was found
- Offer to help with the task directly
- If it's a recurring need, suggest creating a custom skill at
skills/personal/
Related Skills
seo-audit — comprehensive SEO auditing
seo-geo-optimization — AI search engine optimization
content-strategy — content planning and publishing
ultracite — zero-config linting and formatting
1---2name: find-skills3description: Discover and install agent skills from skills.sh — the definitive open skills registry. Use when the user asks "how do I do X", "find a skill for X", "is there a skill for X", wants to extend agent capabilities, or when a task might benefit from a specialized skill you don't already have. Based on vercel-labs/skills (900K+ weekly installs).4---56# Find Skills78[skills.sh](https://skills.sh) is the definitive open registry for agent skills. Before solving a9specialized task from scratch, check if a battle-tested skill already exists.1011## When to Use1213- User asks "how do I do X" where X is a common domain task14- User says "find a skill for X" or "is there a skill for X"15- User asks "can you do X" where X is a specialized capability16- A task touches a domain you lack deep procedural knowledge in17- You want to extend capabilities with specialized workflows1819## Skills CLI2021```bash22npx skills find [query] # Search for skills by keyword23npx skills add <source> # Install a skill24npx skills add <source> -g -y # Install globally, skip prompts25npx skills check # Check for skill updates26npx skills update # Update all installed skills27```2829Browse the registry: https://skills.sh/3031## How to Find the Right Skill3233### 1. Understand the Need3435Identify the domain (React, testing, design, deployment) and the specific task36(writing tests, creating animations, reviewing PRs).3738### 2. Check the Leaderboard3940Visit [skills.sh](https://skills.sh/) for the ranked leaderboard by total installs. Top41ecosystem sources:4243| Source | Focus |44|---|---|45| `vercel-labs/skills` | React, Next.js, web design, find-skills |46| `vercel-labs/agent-skills` | React best practices, composition patterns |47| `anthropics/skills` | Frontend design, document processing |48| `microsoft/github-copilot-for-azure` | Azure services, cloud infrastructure |49| `coreyhaines31/marketingskills` | SEO audit, content strategy, pricing |50| `resciencelab/opc-skills` | SEO/GEO, programmatic SEO |51| `pbakaus/impeccable` | Design polish, critique, copywriting |52| `superagent-ai/skills` | Security, browser automation |5354### 3. Search by Keyword5556```bash57npx skills find react performance58npx skills find pr review59npx skills find changelog60npx skills find seo61```6263### 4. Verify Quality Before Recommending6465| Signal | Threshold |66|---|---|67| Weekly installs | Prefer 1K+. Cautious under 100. |68| Source reputation | Official sources (vercel-labs, anthropics, microsoft) preferred |69| GitHub stars | Under 100 stars = treat with skepticism |70| Security audits | Check the Gen Agent Trust Hub badge on skills.sh |7172### 5. Present to User7374Always show: skill name, what it does, install count, source, install command,75and a link to the skills.sh page for review.7677### 6. Install7879```bash80npx skills add <owner/repo> --skill <skill-name> -g -y81```8283The `-g` flag installs globally (user-level), `-y` skips confirmation prompts.8485## Kevin's Installed Skills8687Skills live at `skills/personal/<name>/SKILL.md` for Cursor (loaded through the88`~/.cursor/skills` symlink) and `~/.codex/skills/<name>/SKILL.md` for Codex.8990When installing new Cursor skills, install through Cursor normally, then make91sure the committed source lands under `skills/personal/`. After install, update92the wiki if the skill represents a new capability worth documenting.9394## Common Skill Categories9596| Category | Example Queries |97|---|---|98| Web Development | react, nextjs, typescript, css, tailwind |99| Testing | testing, jest, playwright, e2e |100| DevOps | deploy, docker, kubernetes, ci-cd |101| Documentation | docs, readme, changelog, api-docs |102| Code Quality | review, lint, refactor, best-practices |103| Design | ui, ux, design-system, accessibility |104| Marketing/SEO | seo, geo, content-strategy, copywriting |105| Productivity | workflow, automation, git |106107## When No Skill Exists1081091. Acknowledge no existing skill was found1102. Offer to help with the task directly1113. If it's a recurring need, suggest creating a custom skill at `skills/personal/`112113## Related Skills114115- `seo-audit` — comprehensive SEO auditing116- `seo-geo-optimization` — AI search engine optimization117- `content-strategy` — content planning and publishing118- `ultracite` — zero-config linting and formatting