Sherpi
Getting Started

Browse & Install

Find and install skills from your org or the public registry.

Once you've run sherpi setup, you can browse and install skills.

Browse your org's skills

sherpi skills search

Filter by tag:

sherpi skills search --tags reporting

Search by name or keyword:

sherpi skills search invoice

Browse public skills

Public skills are published by other orgs and available to anyone — no login required.

sherpi skills search --public

Or browse online at app.sherpi.dev/public/explore.

View skill details

sherpi skills info general/deploy-checklist

Shows the description, tags, version, author, and file manifest.

Install a skill

From your org:

sherpi skills install deploy-checklist

From a public org:

sherpi skills install @bonnard/sherpi-quickstart

From a share link:

sherpi skills install --token <token>

Install scope

By default, skills install at project scope — they live in the current project's .claude/skills/ directory.

To install at user scope (available in every project on this machine):

sherpi skills install deploy-checklist --user

Using a different editor

If you use Cursor, Codex, or another editor, add --editor on your first install:

sherpi skills install deploy-checklist --editor cursor

This saves your preference for future installs.

Check what's installed

sherpi skills installed

Shows all skills installed locally — both project and user scope.

Uninstall

sherpi skills uninstall deploy-checklist

After installing

Restart your editor session so it discovers the new skill. It will appear as a slash command (e.g. /deploy-checklist in Claude Code) or the agent will match it automatically based on its description.

On this page