~ cat ./projects/pi-extensions/README.md

pi-extensions

LIVE

Extensions for the Pi coding agent – task management, session indicators, arcade games, and more.

#typescript#pi#agents

Overview

A collection of extensions for Pi, a coding agent harness. These extensions add capabilities that help manage long-running tasks and improve the developer experience.

Extensions

ralph-wiggum

Run arbitrarily-long tasks without diluting model attention. A "flat" iteration loop without subagents – the model works through a checklist, reflecting periodically.

tab-status

Terminal tab indicators showing session state at a glance:

  • ✅ Done
  • 🚧 Stuck / needs input
  • 🛑 Timed out

Helps manage multiple parallel agent sessions.

arcade

Because sometimes you need a break:

  • 👾 sPIce-invaders
  • 👻 picman
  • 🏓 ping
  • 🧩 tetris
  • 🍄 not-mario

All in ASCII, all in your terminal.

Slash commands

  • /usage – get your Pi metrics per provider + model
  • /code – copy/insert code snippets from your agent
  • /raw-paste – paste editable text instead of [paste #1 +21 lines]