The Sherpi CLI — install, author, and govern AI skills for your team across Claude Code, Cursor, Codex, and other agent editors.
Sherpi is the skills library for AI-native teams. Build skills once, share them across editors, and keep your org in control of what runs on developer machines.
npm install -g @sherpi/cliRequires Node.js 20+.
sherpi login # authenticate via your browser
sherpi setup --editor claude # configure target editor
sherpi skills install <skill-name> # install a skill from your org libraryThat's it — the skill is now invokable from your editor (e.g. /skill-name in Claude Code).
sherpi skills search <query> # search the library
sherpi skills install <name> # install latest version
sherpi skills install <name>@<ver> # install a specific version
sherpi skills installed # list installed skills
sherpi skills uninstall <name> # remove a skill
sherpi skills info <name> # show details + README
sherpi skills history <name> # list versions
sherpi skills rollback <name> <ver> # roll back to a previous versionsherpi skills create <name> # scaffold a new skill
sherpi skills submit <name> # submit for review
sherpi skills mine # list your submissions
sherpi skills check <name> # validate before submitsherpi skills pending # list submissions awaiting review
sherpi skills approve <name> # approve a submission
sherpi skills reject <name> --comment "..." # reject with feedback
sherpi skills delete <name> --force # permanently delete a skillsherpi whoami # current user, org, and plan
sherpi logout # clear saved credentials
sherpi org settings get # show org settings
sherpi org settings set <key> <val> # update an org setting- Docs: https://docs.sherpi.dev
- Web app: https://app.sherpi.dev
- npm: https://www.npmjs.com/package/@sherpi/cli
MIT