Agent skill · DevOps & Cloud

find-skills

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps

Rohit Ghumare73,165★ · +3,601/wk · 3 repos on radarProfile →
codexcursorApache-2.0
Install
npx skills add rohitg00/skillkit --skill find-skills --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/find-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,422
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Find Skills Universal skill discovery across all AI agent skill marketplaces. ## When to Use Use this skill when the user: - Asks "how do I do X" where X might have an existing skill - Says "find a skill for X" or "is there a skill that can..." - Wants to extend agent capabilities with specialized knowledge - Mentions a domain (testing, deployment, design, security, etc.) ## SkillKit CLI Commands ```bash # Search skills npx skillkit@latest find <query> # Install from GitHub npx skillkit@latest install <owner/repo> # Browse TUI marketplace npx skillkit@latest marketplace # List installed skills npx skillkit@latest list # Get recommendations based on your project npx skillkit@latest recommend ``` ## Skill Sources (400K+ skills) ### Official Partners | Source | Install | |--------|---------| | Anthropic | `npx skillkit@latest install anthropics/skills` | | Vercel | `npx skillkit@latest install vercel-labs/agent-skills` | | Expo | `npx skillkit@latest install expo/skills` | | Remotion | `npx skillkit@latest install remotion-dev/skills` | | Supabase | `npx skillkit@latest install supabase/agent-skills` | | Stripe | `npx skillkit@latest install stripe/ai` | ### Community Collections |

What's inside
Steps it walks through
  1. When to Use
  2. SkillKit CLI Commands
  3. Skill Sources (400K+ skills)
  4. Official Partners
  5. Community Collections
  6. How to Help Users
  7. Step 1: Understand the Need
  8. Step 2: Search for Skills
  9. Step 3: Present Results
  10. Step 4: Install
  11. Common Searches
  12. When No Skills Found
  13. Browse Online
  14. Important Notes
Commands it runs
Search skills
npx skillkit@latest find <query>
Install from GitHub
npx skillkit@latest install <owner/repo>
Browse TUI marketplace
npx skillkit@latest marketplace
List installed skills
npx skillkit@latest list
Get recommendations based on your project
npx skillkit@latest recommend
More from skillkit
All skills →
About this skill
What does the find-skills skill do?

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps

How do I install it?

Run `npx skills add rohitg00/skillkit --skill find-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rohitg00/skillkit, a repository with 1,422 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going