Discovers, searches, and installs skills from multiple AI agent skill marketplaces (15,000+ 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, security, or APIs; or says 'browse skills', 'search skill marketplace', 'install a skill', or 'what skills are available'.
96
Does it follow best practices?
Evaluation — 96%
↑ 4.80xAgent success when using this skill
Validation for skill structure
Universal skill discovery across all AI agent skill marketplaces.
Use this skill when the user:
# 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| 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 |
| Source | Focus |
|---|---|
trailofbits/skills | Security, auditing |
obra/superpowers | TDD, workflow |
wshobson/agents | Dev patterns |
ComposioHQ/awesome-claude-skills | Curated collection |
langgenius/dify | AI platform |
better-auth/skills | Authentication |
elysiajs/skills | Bun/ElysiaJS |
rohitg00/kubectl-mcp-server | Kubernetes MCP |
Identify:
Run search with relevant keywords:
npx skillkit@latest find "react testing"
npx skillkit@latest find "kubernetes"
npx skillkit@latest find "security audit"When you find skills, show:
Example response:
Found: "React Best Practices" from Vercel Labs
- React and Next.js patterns from Vercel Engineering
Install:
npx skillkit@latest install vercel-labs/agent-skillsInstall for the user:
npx skillkit@latest install <owner/repo>Or install specific skill (non-interactive):
npx skillkit@latest install owner/repo --skills skill-name
npx skillkit@latest install anthropics/skills --skills frontend-design
npx skillkit@latest install vercel-labs/agent-skills -s react-best-practices| Need | Search Query |
|---|---|
| React patterns | npx skillkit@latest find react |
| Testing | npx skillkit@latest find testing jest |
| TypeScript | npx skillkit@latest find typescript |
| DevOps | npx skillkit@latest find docker kubernetes |
| Security | npx skillkit@latest find security |
| API design | npx skillkit@latest find api rest graphql |
| Mobile | npx skillkit@latest find react-native expo |
| Database | npx skillkit@latest find postgres prisma |
If no matching skill exists:
npx skillkit@latest init my-skillnpx skillkit@latest publishowner/repo format, NOT full URLs--skills (plural) or -s flag for specific skills@latest to npx for latest version: npx skillkit@latest7c8ba72
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.