Persona Packs
A persona pack bundles curated skills and slash commands for one role. One install command, and your agent is set up for ~80% of that role's day-to-day work.
What is a pack
Each pack is a manifest that lists which skills and commands belong together. The CLI fetches the bundle, renders it to Claude Code-native markdown, and writes the files into namespaced folders under ~/.claude/.
The packs
| Pack | For |
|---|---|
| App Developer | Frontend, backend, full-stack engineers |
| Solution Architect | Solution architects, staff/principal engineers, tech leads |
| QA / SDET | Test automation engineers, SDETs |
| Data Engineer | Data, analytics, BI engineers |
| Technical PM | Technical PMs, engineering leads |
| Marketing / Content | Marketers, content creators |
| Researcher | Academic researchers, analysts |
Browse them all at /packs.
How install works
heroprompt pack install developerThat single command does four things:
- Calls the backend to render every skill + command in the pack.
- Writes skills to
~/.claude/skills/heroprompt-developer/<skill>/SKILL.md. - Writes commands to
~/.claude/commands/heroprompt-developer/<cmd>.md. - Records the install server-side so
heroprompt pack synccan pull future updates.
Pack content is namespaced under heroprompt-<pack-id>/ so uninstalling is a clean rm -rf of two folders — nothing else gets touched.
Pricing
Every pack is free for every signed-up user. You don't need PRO to install one. The PRO tier exists for other things (the prompt optimizer at higher daily limits, more CLI tokens, the full skill marketplace) — packs are the on-ramp, not the gate.
See the install-a-pack guide for the day-to-day workflow.