Install a persona pack
A persona pack gives you a role's full kit — skills + slash commands — in one command. This guide walks the full flow.
Pick a pack
heroprompt pack listShows every available pack with its skill and command counts. Or browse them visually at /packs.
To preview what a pack contains before installing:
heroprompt pack info developerInstall
heroprompt pack install developerOutput you should see:
✓ Installed developer (v1.0.0): 6 skills, 10 commands.
ℹ Restart your Claude Code session to load the new skills/commands.If you already have a pack installed under the same id, the CLI refuses to overwrite. Pass --force to replace it.
Verify
Check what landed locally:
ls ~/.claude/skills/heroprompt-developer
ls ~/.claude/commands/heroprompt-developerOpen one of the SKILL.md files — you'll see YAML frontmatter at the top (name, description) followed by the workflow body.
Open a new Claude Code session and type / — the new slash commands appear in the picker.
Switch packs
You can have multiple packs installed at once. Add a second one:
heroprompt pack install qaTo remove one:
heroprompt pack uninstall qaThe CLI deletes ~/.claude/skills/heroprompt-qa and ~/.claude/commands/heroprompt-qa and records the uninstall on the server.
Keep packs up to date
Packs are versioned. Run:
heroprompt pack syncThe CLI checks every pack you have installed against the latest server version. Up-to-date packs are skipped; stale ones get re-rendered.
You can also see "Update available" badges on /dashboard/packs.