pi-modoro
Pomodoro timer extension for the pi coding agent — status bar timer with work/break phases and keyboard shortcut.
Package details
Install pi-modoro from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-modoro- Package
pi-modoro- Version
1.0.0- Published
- Jul 2, 2026
- Downloads
- 164/mo · 6/wk
- Author
- mkaz
- License
- MIT
- Types
- extension
- Size
- 10.6 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-modoro
A Pomodoro timer extension for the pi coding agent.
Puts a live countdown in the pi status bar and cycles through work and break phases automatically.
Phases
| Phase | Duration |
|---|---|
| 🍅 Work | 25 minutes |
| ☕ Break | 5 minutes |
| 🛋️ Long Break | 15 minutes (after every 4 pomodoros) |
Install
pi install npm:pi-modoro
Commands
| Command | Description |
|---|---|
/pomodoro start |
Start (or resume) the timer |
/pomodoro pause |
Pause the timer |
/pomodoro stop |
Stop and reset the current phase |
/pomodoro skip |
Skip to the next phase |
/pomodoro reset |
Stop and reset everything, including the count |
/pomodoro status |
Print current timer state |
Keyboard Shortcut
Ctrl+Shift+T — toggle start / pause