Extensions and skills for pi.
| Extension | Description |
|---|---|
| beads | Issue tracking via br CLI — tools, commands, hooks, and mode guards |
| confirm-rm | Prompts before any rm command |
| ext-prof | Profiles extension handler execution time |
| memory | Persistent agent memory across sessions |
pi install /path/to/pi-extensionsOr in ~/.pi/agent/settings.json:
{
"packages": ["/path/to/pi-extensions"]
}All extensions and skills load automatically. Use pi config to enable/disable individual resources.
Run tests:
cd beads && npm test
cd confirm-rm && npm test
cd ext-prof && npm test
cd memory && npm testHot-reload in a running session:
/reload
MIT