@qmxme/pie
My favorite pi extensions, all in one package.
Package details
Install @qmxme/pie from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@qmxme/pie- Package
@qmxme/pie- Version
0.5.0- Published
- Mar 9, 2026
- Downloads
- 101/mo · 10/wk
- Author
- qmx
- License
- unknown
- Types
- extension, skill
- Size
- 37.1 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"extensions/plan-mode/index.ts"
],
"skills": [
"skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@qmxme/pie
My favorite pi extensions, all in one package.
@qmxme/pie bundles my go-to extensions. Install it once and pi loads them all automatically.
Included Extensions
- pi-plan-mode: Plan mode extension for safer exploration and planning before execution
Installation
npm install @qmxme/pie
Pi will automatically discover and load the extensions from your @qmxme/pie installation.
Quick Start
After installation, use the included extensions:
- Plan mode:
/plan- Enter plan mode (read-only exploration) - Approve plan:
/plan:approve- Approve and start execution - Cancel plan:
/plan:cancel- Exit without approving
Release Process
See docs/releases.md for release instructions.
License
MIT