humblSKILLS¤
humblSKILLS is a skill registry plus a single-binary Go CLI, humblskills, that installs agentskills.io-format skills for the agent stack you already use — Claude Code, Cursor, Codex, and Claude Desktop.
A skill is a folder with a SKILL.md that teaches your coding agent how to do one thing well. humblskills fetches those folders and puts them where each agent looks for them, so you don't have to know where that is.
Three commands to try¤
brew install jjfantini/humbl/humblskills # or see Installation for other options
humblskills search # browse what's available
humblskills install smart-commit # install one
No account, no server, no telemetry. Full installation options →
What you get¤
- Skill registry - A monorepo of skills in the agentskills.io shape, with humblSKILLS extensions under
metadata:inSKILL.md(version,category,role,requires,platforms,tags,previous_names,preserve). humblskillsCLI - Pulls a skill directory from a registry and installs it in the right place for your platform, keeps it updated, and preserves the content you accumulate inside it.
Where to go next¤
| If you want to… | Read |
|---|---|
| Install the CLI | Installation - agent prompt, Homebrew, shell, Go, releases |
| Learn the everyday commands | Quickstart - doctor, search, install, list, update |
| See what's installable | Skill catalog - every skill in the public registry |
| Understand self-learning skills | Smart skills & the brain - the CCCCC ontology and the brain protocol |
| Know where skills land on disk | Platforms - paths, scopes, Claude Desktop zips |
| Use a private or second registry | Registries - tokens, multiple registries, --from |
| Keep skills current | Updating skills - update vs upgrade, renames |
| Keep your own notes inside a skill | Preserving user content |
| Share a skill set with a team | Sharing skillsets - init, export, sync |
| Author or benchmark a skill | Registry & skill format · Eval |
Documentation is hosted on GitHub Pages; the live site is published from main so it stays aligned with released, installable humblskills builds. Source lives in the humblSKILLS repo.