Community packages for pi, the AI coding agent.
Pi packages can include extensions, skills, prompt templates, and themes. See the pi packages docs for details.
| Package | Type | Description | Install |
|---|---|---|---|
| @benvargas/pi-synthetic-provider | Extension | Synthetic model provider — access Kimi, GLM, MiniMax, DeepSeek, Qwen, and more | pi install npm:@benvargas/pi-synthetic-provider |
| @benvargas/pi-antigravity-image-gen | Extension | Google Antigravity image generation — Gemini 3 Pro Image with inline terminal rendering | pi install npm:@benvargas/pi-antigravity-image-gen |
Each package has its own README with setup instructions, usage, and configuration details.
Install every package in this repo with a single command:
pi install git:github.com/ben-vargas/pi-packagesOr try without installing:
pi -e git:github.com/ben-vargas/pi-packagesTo install a single package, use the npm command from the table above.
If installed via git:
pi remove git:github.com/ben-vargas/pi-packagesIf installed individually via npm:
pi remove npm:@benvargas/pi-synthetic-provider
pi remove npm:@benvargas/pi-antigravity-image-genEach package under packages/ is independent with its own package.json. There is no shared build system — each package is self-contained.
cd packages/<package-name>
pi -e .MIT