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