@artale/pi-bundle
The essential Pi extension bundle by artale. One install, 10 best extensions. Context management, memory, safety, productivity.
Package details
Install @artale/pi-bundle from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@artale/pi-bundle- Package
@artale/pi-bundle- Version
1.0.2- Published
- Apr 21, 2026
- Downloads
- 149/mo · 7/wk
- Author
- artale
- License
- MIT
- Types
- extension
- Size
- 5.8 KB
- Dependencies
- 10 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"src/extension.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-bundle
The essential Pi extension bundle by artale. One install, 10 best extensions.
Install
pi install npm:@artale/pi-bundle
That's it. You get 10 extensions in one command.
What's included
| Extension | What it does | Command |
|---|---|---|
| pi-compact | Smart context compaction (3 strategies) | /compact |
| pi-lean | Auto-truncate verbose bash/npm output | /lean |
| pi-rewind | Auto-checkpoint before edits, undo | /rewind |
| pi-tokens | Token cost tracking per tool | /tokens |
| pi-memory | Persistent MEMORY.md per project | /memory |
| pi-watch | File watcher with #pi! comments | /watch |
| pi-procs | Background processes + mprocs TUI | /procs |
| pi-caffeinate | Keep machine awake | auto |
| pi-stash | Save/restore prompt drafts | /stash |
| pi-context | Context window usage + warnings | /context |
Why
Because installing 10 extensions one by one is tedious.
# Without pi-bundle (10 commands):
pi install npm:@artale/pi-compact
pi install npm:@artale/pi-lean
pi install npm:@artale/pi-rewind
pi install npm:@artale/pi-tokens
pi install npm:@artale/pi-memory
pi install npm:@artale/pi-watch
pi install npm:@artale/pi-procs
pi install npm:@artale/pi-caffeinate
pi install npm:@artale/pi-stash
pi install npm:@artale/pi-context
# With pi-bundle (1 command):
pi install npm:@artale/pi-bundle
After install
Run /bundle to see what's loaded:
## Artale Pi Bundle
10 extensions installed:
- pi-compact — Smart context compaction (3 strategies)
- pi-lean — Auto-truncate verbose bash/npm output
- pi-rewind — Auto-checkpoint before edits, /rewind to undo
- pi-tokens — Real-time token usage per message and tool
- pi-memory — Persistent MEMORY.md per project + episodes
- pi-watch — File watcher with #pi! comments
- pi-procs — Background processes + mprocs TUI handoff
- pi-caffeinate — Keep machine awake during sessions
- pi-stash — Save/restore prompt drafts
- pi-context — Context window usage + auto-warnings
Want more?
The bundle gives you the essentials. For specialized tools:
pi install npm:@artale/pi-evolve # evolutionary self-improvement
pi install npm:@artale/pi-loop # [D]/[N] pipeline loops
pi install npm:@artale/pi-dash # live TUI dashboard widget
pi install npm:@artale/pi-odu # 256-state binary pattern engine
All by artale
87 packages on npm. All open source. All zero dependencies. MIT licensed.
Browse: npmjs.com/~artale | github.com/arosstale
License
MIT