pup helps you manage reusable powerups — bits of existing code and
patterns — and make them available to AI agents working in your project.
Instead of letting an AI generate a solution from scratch, you point it at
powerups you’ve already written, so its output is grounded in code you trust.
Install
Section titled “Install”npm install -g @liolocs/powerups-cliRequires Node.js.
Verify
Section titled “Verify”pup --versionWhere powerups live
Section titled “Where powerups live”- Global store —
~/.powerups, shared across projects. - Project store —
.powerupsat the project root, private to one project.
Next steps
Section titled “Next steps”- Follow the quick start to use your first powerup.
- Browse the command reference for every
pupcommand and its flags.