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 searchFilter by tag:
sherpi skills search --tags reportingSearch by name or keyword:
sherpi skills search invoiceBrowse public skills
Public skills are published by other orgs and available to anyone — no login required.
sherpi skills search --publicOr browse online at app.sherpi.dev/public/explore.
View skill details
sherpi skills info general/deploy-checklistShows the description, tags, version, author, and file manifest.
Install a skill
From your org:
sherpi skills install deploy-checklistFrom a public org:
sherpi skills install @bonnard/sherpi-quickstartFrom 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 --userUsing a different editor
If you use Cursor, Codex, or another editor, add --editor on your first install:
sherpi skills install deploy-checklist --editor cursorThis saves your preference for future installs.
Check what's installed
sherpi skills installedShows all skills installed locally — both project and user scope.
Uninstall
sherpi skills uninstall deploy-checklistAfter 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.