Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@sherpi/cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sherpi/cli

The Sherpi CLI — install, author, and govern AI skills for your team across Claude Code, Cursor, Codex, and other agent editors.

Source
npmnpm
Version
0.17.0
Version published
Weekly downloads
29
-14.71%
Maintainers
1
Weekly downloads
 
Created
Source

@sherpi/cli

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.

Install

npm install -g @sherpi/cli

Requires Node.js 20+.

Quick start

sherpi login                          # authenticate via your browser
sherpi setup --editor claude          # configure target editor
sherpi skills install <skill-name>    # install a skill from your org library

That's it — the skill is now invokable from your editor (e.g. /skill-name in Claude Code).

Common commands

Skills

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 version

Authoring

sherpi 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 submit

Review (admins)

sherpi 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 skill

Account

sherpi 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

License

MIT

FAQs

Package last updated on 19 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts