Skip to content

bobcats/pi-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@bobcats/pi-extensions

Extensions and skills for pi.

Extensions

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

Install

pi install /path/to/pi-extensions

Or in ~/.pi/agent/settings.json:

{
  "packages": ["/path/to/pi-extensions"]
}

All extensions and skills load automatically. Use pi config to enable/disable individual resources.

Development

Run tests:

cd beads && npm test
cd confirm-rm && npm test
cd ext-prof && npm test
cd memory && npm test

Hot-reload in a running session:

/reload

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors