SkillKit

Marketplace

Browse and install from 15,000+ curated skills

Marketplace

The SkillKit marketplace indexes 15,000+ skills from curated sources.

Browse

skillkit marketplace
skillkit marketplace search "react hooks"

Filter by Tags

skillkit marketplace --tags typescript,testing

Refresh Index

skillkit marketplace refresh
RepositoryDescription
anthropics/skillsPDF, XLSX, DOCX processing
vercel-labs/agent-skillsReact/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,cursor

Publish Skills

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 ./public

This creates:

.well-known/skills/
  index.json              # Skill manifest for auto-discovery
  my-skill/
    SKILL.md              # Your skill content

Deploy the .well-known folder to your web server. Users can then install via:

skillkit add https://your-domain.com

Submit to SkillKit Marketplace

To submit your skill for inclusion in the central marketplace:

skillkit publish submit

This opens a GitHub issue for review by maintainers.

On this page