
A few Pi extensions built from everyday use cases
I have been using Pi regularly and ended up building a few small extensions for things I wanted in my own workflow.
Mind Queue : Save a thought without interrupting the session.
https://github.com/sanif/pi-mind-queue
Turnstamp : Shows when an agent response finished and how long it took
https://github.com/sanif/pi-turnstamp
Chat Summary : Keeps a short rolling conversation summary
https://github.com/sanif/pi-chat-summary
Chat Suggest : Suggests a useful next message in the prompt editor
https://github.com/sanif/pi-chat-suggest
Chat Summary and Chat Suggest were inspired by features I liked in Claude Code. The others came from small annoyances I kept running into.
They’ve been useful for me, so I cleaned them up and published them. Feel free to try them or share feedback.