Discover and share Claude Skills — a community marketplace for AI assistant skills, prompts, and workflows.
You can submit skills without logging in or creating an account:
# From your skill directory containing skill.md
npx skillhu publish
# Or specify a path
npx skillhu publish ./my-skillVisit skillhu.bz/submit and fill out the form — no login required.
- Fork this repo
- Add your skill to
packages/skills/skills/your-skill-name/ - Create
skill.md(required) andmanifest.json(optional) - Submit a PR
npx skillhu install gmail-replyskillhubz/
├── apps/
│ └── web/ # skillhu.bz website (React + Vite)
├── packages/
│ ├── cli/ # skillhu CLI (npm package)
│ └── skills/ # Skill definitions registry
# Install dependencies
npm install
# Run website locally
npm run dev
# Build website
npm run build- Website: https://skillhu.bz
- CLI: https://www.npmjs.com/package/skillhu
- GitHub: https://github.com/mediar-ai/skillhubz
See claude-skills-resources.md for a curated list of other skill marketplaces, awesome lists, and resources.
MIT