Claude-skill-registry find-skills
Discover and install skills from multiple marketplaces for AI coding agents
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/find-skills" ~/.claude/skills/majiayu000-claude-skill-registry-find-skills && rm -rf "$T"
manifest:
skills/data/find-skills/SKILL.mdsource content
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
# 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 (15,000+ skills)
Official Partners
| Source | Install |
|---|---|
| Anthropic | |
| Vercel | |
| Expo | |
| Remotion | |
| Supabase | |
| Stripe | |
Community Collections
| Source | Focus |
|---|---|
| Security, auditing |
| TDD, workflow |
| Dev patterns |
| Curated collection |
| AI platform |
| Authentication |
| Bun/ElysiaJS |
| Kubernetes MCP |
How to Help Users
Step 1: Understand the Need
Identify:
- Domain (React, testing, DevOps, security, etc.)
- Specific task (writing tests, deployment, code review)
- Technology stack
Step 2: Search for Skills
Run search with relevant keywords:
npx skillkit@latest find "react testing" npx skillkit@latest find "kubernetes" npx skillkit@latest find "security audit"
Step 3: Present Results
When you find skills, show:
- Skill name and description
- The install command
- Source repository
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-skills
Step 4: Install
Install 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
Common Searches
| Need | Search Query |
|---|---|
| React patterns | |
| Testing | |
| TypeScript | |
| DevOps | |
| Security | |
| API design | |
| Mobile | |
| Database | |
When No Skills Found
If no matching skill exists:
- Offer to help directly with your capabilities
- Suggest creating a custom skill:
npx skillkit@latest init my-skill - Recommend publishing to share with others:
npx skillkit@latest publish
Browse Online
- Website: https://agentskills.com
- GitHub: https://github.com/rohitg00/skillkit
Important Notes
- Use
format, NOT full URLsowner/repo - Use
(plural) or--skills
flag for specific skills-s - Add
to npx for latest version:@latestnpx skillkit@latest