Marketplace
Browse and install from 15,000+ curated skills
Marketplace
The SkillKit marketplace indexes 15,000+ skills from curated sources.
Browse
skillkit marketplaceSearch
skillkit marketplace search "react hooks"Filter by Tags
skillkit marketplace --tags typescript,testingRefresh Index
skillkit marketplace refreshPopular Sources
| Repository | Description |
|---|---|
| anthropics/skills | PDF, XLSX, DOCX processing |
| vercel-labs/agent-skills | React/Next.js best practices |
Install from Marketplace
skillkit install anthropics/skills
skillkit install anthropics/skills --skills pdf,xlsx
skillkit install anthropics/skills --agent claude-code,cursorPublish Skills
Self-Host on Your Domain (Recommended)
Generate a well-known URI structure (RFC 8615) to host skills on your own domain:
# Create and validate your skill
skillkit create my-skill
skillkit validate my-skill
# Generate hosting structure
skillkit publish ./my-skill --output ./publicThis creates:
.well-known/skills/
index.json # Skill manifest for auto-discovery
my-skill/
SKILL.md # Your skill contentDeploy the .well-known folder to your web server. Users can then install via:
skillkit add https://your-domain.comSubmit to SkillKit Marketplace
To submit your skill for inclusion in the central marketplace:
skillkit publish submitThis opens a GitHub issue for review by maintainers.