@arhen/pi-toolset
v1.0.57
Published
Manage all @arhen/pi-* extensions dynamically: install the core set, add additional ones, update, remove.
Maintainers
Readme
@arhen/pi — minimalist pi packages
Minimalist pi coding agent extensions that just solve problems. One package, one problem. No config surfaces, minimal context footprint.
Install
Requires the pi coding agent — install it first: npm install -g @earendil-works/pi-coding-agent.
npm install -g @arhen/pi-toolsetThen manage the whole family:
pi-toolset install # install every @arhen/pi-* package (discovered live from npm)
pi-toolset update # update all installed ones
pi-toolset remove # remove all installed ones
pi-toolset list # list the familyThe family is discovered from the npm registry at runtime — adding a new package needs no changes here. (Script: pi-toolset in this repo.)
Browse the family
- npm: search @arhen/pi
- GitHub: repos starting with pi
