Install, manage, and discover skills for AI coding agents — no Node.js required.
$ curl -Ls https://sh.jbang.dev | bash -s - app setup # install JBang if neededCopied!
$ jbang app install skills@maxandersen/jskills
Copied!
$ curl -Lo skills https://github.com/maxandersen/jskills/releases/download/early-access/skills-macos-aarch64 $ chmod +x skillsCopied!
$ curl -Lo skills https://github.com/maxandersen/jskills/releases/download/early-access/skills-linux-amd64 $ chmod +x skillsCopied!
> curl -Lo skills.exe https://github.com/maxandersen/jskills/releases/download/early-access/skills-windows-amd64.exe
Copied!
Add the download location to your PATH.
Native binaries are available on tagged releases.
skills add <source>
Add skills from a GitHub repo or URL
skills find [query]
Search the registry — interactive when no query
skills list
List all installed skills
skills remove [name]
Remove installed skills
skills update [name]
Update skills to latest versions
skills init <name>
Scaffold a new skill project
Search and explore the full skills registry in your browser.
Interactive fzf-style search with arrow keys, or pass a query directly.
$ skills find web design
Copied!