@codewithkenzo/pi-rig
v0.1.4
Published
One-command Pi installer for Dispatch and Theme Switcher
Maintainers
Readme
@codewithkenzo/pi-rig
Interactive installer for all published Pi Rig extensions.
Quick demo
Shows the interactive install path for the published Pi Rig packages.
Install everything
With Bun:
bunx @codewithkenzo/pi-rig@latestWith npm:
npx @codewithkenzo/pi-rig@latestInstall one extension
For a single extension, pi install is faster:
pi install npm:@codewithkenzo/pi-dispatchpi install npm:@codewithkenzo/pi-theme-switcherOptions
| Flag | Effect |
|------|--------|
| --all | Skip selector, install everything |
| --extensions dispatch | Install specific plugins |
| --dry-run | Preview without executing |
| --pi-path /path/to/pi | Custom pi binary location |
| --no-skills | Skip skill bundle install |
| --skip-install | Skip dependency install step |
Non-interactive mode
When stdin is not a TTY (agents, CI, piped input), all available extensions are installed automatically without prompting.
Current scope
@codewithkenzo/pi-dispatch— task dispatch and queue@codewithkenzo/pi-theme-switcher— runtime theme switching
More plugins planned for later phases.

