Skip to content

skillshub - Homebrew for AI Agent Skills

Install, manage, and share skills across AI coding agents. One CLI to rule them all.
Get started:
$cargo install skillshub
v1.0.0

The First Official Release

skillshub 1.0.0 is here — pre-built binaries, shell completions, and polished output make it easier than ever to manage skills across all your AI agents.

Pre-built Binaries

Download ready-to-run binaries for Linux (x86_64) and macOS (x86_64, aarch64) — no Rust toolchain required.

Shell Completions

Tab-complete commands, flags, and skill names in bash, zsh, and fish with skillshub completions.

Polished Output

Consistent colored output across all commands, with NO_COLOR support for CI and scripting.

terminal
$ skillshub --version
skillshub 1.0.0
$ skillshub completions zsh > ~/.local/share/zsh/site-functions/_skillshub
$ skillshub list
Name Version Tap Scripts Refs
code-review 1.2.0 brokad/hub yes yes
commit-message 0.9.1 brokad/hub no yes
refactor-assist 2.0.0 acme/skills yes no

Works With Your Agent

skillshub integrates with the most popular AI coding agents

...and any agent that supports MCP or custom tool configuration

Get Up and Running in Minutes

Four simple steps to start managing your AI agent skills.

1

Install skillshub

bashcargo install skillshub
2

Add a tap

bashskillshub tap add anthropics/skills
3

Install a skill

bashskillshub install anthropics/skills/frontend-design
4

Link to your agents

bashskillshub link