🔍 What does this skill do?

The Find Skills skill connects Claude AI to the open ecosystem of agent skills. When you ask, "How do I do X?" or "Find me a skill for Y," instead of improvising a solution from scratch, it checks skills.sh, runs searches with npx skills find, verifies quality (installations, source reputation, GitHub stars), and recommends the right skill with its installation command ready to run.

🔍
Discovery
Find existing skills by domain and task without manually searching through repositories.
Verification
Filter by facilities, source reputation, and star ratings before making any recommendations.
📦
1-Click Installation
It integrates with the Skills CLI (npx skills add) for one-command installation.
🚀
Open Ecosystem
Direct access to official sources such as Vercel Labs, Anthropics, and the community.

⚙️ How to install

1
Download the ZIP file
Click the download button to get find-skills.zip.
2
Unzip it into your "skills" folder
Extract the contents to Claude's "skills" folder:
~/.claude/skills/find-skills/
3
Check that SKILL.md exists
Check that the SKILL.md file exists inside the find-skills/ directory.
find-skills/ ├── SKILL.md └── ...
4
Restart Claude Code or Cowork
Close and reopen the app. Claude will detect the skill automatically.
5
Start discovering skills!
Ask in natural language: "Is there a skill for X?" and Claude will launch Find Skills.

💬 Usage examples

⚡ Basic
Is there a skill for optimizing React components?
🎯 By domain
Look for a skill that can work with PDFs: extraction, forms, and merging.
🔄 Verification
Find me some web design resources and compare them to those from Vercel Labs and Anthropics by installation.
🚀 Direct installation
Find a skill to deploy on Vercel and give me the ready-to-use installation command.

🛠️ Features

Built-in Leaderboard Check the skills.sh ranking first before running CLI searches.
Quality Control Prioritize skills with over 1,000 installs and from reputable sources.
Native CLI It uses `npx skills find` and `npx skills add` for searching and installation.
Compatible It works with Claude Code, Cowork, and any agent that follows the Agent Skills standard.

❓ Frequently asked questions

Download the ZIP file, extract it to ~/.claude/skills/, and restart Claude. Alternatively, use the CLI: npx skills add https://github.com/vercel-labs/skills --skill find-skills.
Find Skills automatically checks the number of installs, the repository's reputation, and its star rating before making a recommendation, thereby avoiding unreliable or abandoned skills.
Official sources such as vercel-labs/agent-skills, anthropics/skills, and other widely adopted repositories. Skills with fewer than 100 installations are treated with caution.
Yes. Find Skills works with any plan that supports Claude Code or Cowork.
Yes. The SKILL.md file is editable, and you can adjust search criteria, preferred sources, or verification thresholds.
Find Skills