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
noddle-deck 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:
noddle-deck pack info developerInstall
noddle-deck 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/noddle-deck-developerls ~/.claude/commands/noddle-deck-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:
noddle-deck pack install qaTo remove one:
noddle-deck pack uninstall qaThe CLI deletes ~/.claude/skills/noddle-deck-qa and ~/.claude/commands/noddle-deck-qa and records the uninstall on the server.
Keep packs up to date
Packs are versioned. Run:
noddle-deck 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.