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
npx skills add rohitg00/skillkit --skill find-skills --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 |
- When to Use
- SkillKit CLI Commands
- Skill Sources (400K+ skills)
- Official Partners
- Community Collections
- How to Help Users
- Step 1: Understand the Need
- Step 2: Search for Skills
- Step 3: Present Results
- Step 4: Install
- Common Searches
- When No Skills Found
- Browse Online
- Important Notes
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
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.