Skip to content

Packages for Pi - extensions, skills, prompt templates, and themes.

License

Notifications You must be signed in to change notification settings

ben-vargas/pi-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-packages

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.

Packages

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 All

Install every package in this repo with a single command:

pi install git:github.com/ben-vargas/pi-packages

Or try without installing:

pi -e git:github.com/ben-vargas/pi-packages

To install a single package, use the npm command from the table above.

Uninstall

If installed via git:

pi remove git:github.com/ben-vargas/pi-packages

If installed individually via npm:

pi remove npm:@benvargas/pi-synthetic-provider
pi remove npm:@benvargas/pi-antigravity-image-gen

Contributing

Each package under packages/ is independent with its own package.json. There is no shared build system — each package is self-contained.

Testing locally

cd packages/<package-name>
pi -e .

License

MIT

About

Packages for Pi - extensions, skills, prompt templates, and themes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published