find-skills

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).

Category
Productivity
Skill
228 of 261
Source
Kevin wiki

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:

SourceFocus
vercel-labs/skillsReact, Next.js, web design, find-skills
vercel-labs/agent-skillsReact best practices, composition patterns
anthropics/skillsFrontend design, document processing
microsoft/github-copilot-for-azureAzure services, cloud infrastructure
coreyhaines31/marketingskillsSEO audit, content strategy, pricing
resciencelab/opc-skillsSEO/GEO, programmatic SEO
pbakaus/impeccableDesign polish, critique, copywriting
superagent-ai/skillsSecurity, 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

SignalThreshold
Weekly installsPrefer 1K+. Cautious under 100.
Source reputationOfficial sources (vercel-labs, anthropics, microsoft) preferred
GitHub starsUnder 100 stars = treat with skepticism
Security auditsCheck 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 in the shared category source tree: skills/engineering/<name>/SKILL.md, skills/productivity/<name>/SKILL.md, skills/personal/<name>/SKILL.md, or skills/misc/<name>/SKILL.md. Cursor, Claude Code, Codex, and AgentSkills load the generated skills/.runtime/all symlink index.

When installing new skills, install through the normal tool, then make sure the committed source lands under the right category and run npm run skill-registry. After install, update the wiki if the skill represents a new capability worth documenting.

Common Skill Categories

CategoryExample Queries
Web Developmentreact, nextjs, typescript, css, tailwind
Testingtesting, jest, playwright, e2e
DevOpsdeploy, docker, kubernetes, ci-cd
Documentationdocs, readme, changelog, api-docs
Code Qualityreview, lint, refactor, best-practices
Designui, ux, design-system, accessibility
Marketing/SEOseo, geo, content-strategy, copywriting
Productivityworkflow, automation, git

When No Skill Exists

  1. Acknowledge no existing skill was found
  2. Offer to help with the task directly
  3. If it's a recurring need, suggest creating a custom skill in the right skills/<category>/ folder
  • seo-audit — technical SEO auditing
  • seo-geo-optimization — AI search engine optimization
  • content-strategy — content planning and publishing
  • ultracite — zero-config linting and formatting

Folded Skill References

These former standalone skills are bundled here as references to keep the runtime list compact. Load only the reference that matches the user's exact product, framework, or failure mode.

Former skillReferenceDescription
claude-find-skillsreferences/skills/claude-find-skills/SKILL.mdHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.