wubba-pi
A Pi extension that toggles learning mode, making the agent teach like a cool coding mentor while it works.
Package details
Install wubba-pi from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:wubba-pi- Package
wubba-pi- Version
0.1.0- Published
- Jul 13, 2026
- Downloads
- 117/mo · 117/wk
- Author
- picassio
- License
- MIT
- Types
- extension
- Size
- 5.1 KB
- Dependencies
- 1 dependency · 0 peers
Pi manifest JSON
{
"extensions": [
"./extensions/wubba-pi/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
wubba-pi
A Pi extension that toggles learning mode. When enabled, Pi still does the task, but explains code, decisions, tradeoffs, and implementation details like a sharp coding mentor.
Install locally
pi install /home/ubuntu/projects/wubba-pi
Or during development:
pi -e /home/ubuntu/projects/wubba-pi/extensions/wubba-pi/index.ts
Usage
/wubba on
/wubba off
/wubba toggle
/wubba status
Publish to npm
npm publish
Then install with:
pi install npm:wubba-pi