A fast, cross-platform package manager for AI agent skills. Think npm, but for skills.
rosie install anthropics/skillsVia npm — works on every platform Node runs on:
npx rosie-skills install owner/repoVia Homebrew:
brew tap matthewp/rosie
brew install rosieOther package managers (apt, AUR, FreeBSD pkg) + a build-from-source path are on the docs site.
Full docs, including the CLI reference, the typed JavaScript API, lockfile format, supported agents, and more: https://rosie.libs.technology/.
A quick jump table:
- install — all install methods
- cli — commands and flags
- lockfile —
.agents/rosie.lockformat - references — markdown docs as agent context
- js api —
import * as rosie from 'rosie-skills' - supported — detected agents
- skill format — anatomy of a skill
- how it works — what happens on install
BSD 3-Clause