monopi

One-click setup for pi-coding-agent — extensions, themes, skills, and agents. Like oh-my-zsh for pi.

Packages

Package details

package

Install monopi from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:monopi
Package
monopi
Version
0.6.1
Published
Aug 28, 2026
Downloads
359/mo · 24/wk
Author
ifiokjr
License
MIT
Types
package
Size
2.7 KB
Dependencies
1 dependency · 0 peers

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

monopi

The unscoped npm name for @monopi/monopi. Installing this package gives you the same npx monopi entrypoint as npx @monopi/monopi.

npx monopi

This package is a thin alias. It depends on @monopi/monopi and re-exports its monopi binary, so the install command, options, and behavior are identical.

Options

npx monopi                      # install latest versions (global)
npx monopi --version 0.2.13     # pin to a specific version
npx monopi --local              # install to project .pi/settings.json
npx monopi --remove             # uninstall all monopi packages from pi

See the @monopi/monopi README for details.