Pi Extensions banner
nicknisi nicknisi

Pi Extensions

AI community

Description

Nick Nisi's pi extensions — a pnpm monorepo of independently installable pi packages (@nicknisi/pi-*). TUI polish, side-channel LLM tools, Claude Code compat, and session plumbing for the pi coding agent.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

pi-extensions

Nick Nisi's pi extensions — a pnpm monorepo of independently installable [pi](https://github.com/badlogic/pi-mono) packages. Each package under `packages/` is a self-contained pi extension (or shared library) with its own `pi` manifest; install only the ones you want.

Install

Packages are private (not on npm). Install from a local checkout:

git clone  ~/Developer/pi-extensions
pi install ~/Developer/pi-extensions/packages/statusline   # absolute
pi install ../pi-extensions/packages/btw                   # relative to the settings file

Local paths are added to pi's settings without copying — edits in the repo are live on next pi start. Remove with `pi remove `.

Packages

Productivity

Package What it does Adds
answer Extracts questions from the last assistant message via a side LLM call, answers them in a tab-through overlay, sends one formatted reply /answer, ctrl+., Q&A overlay
btw Side-channel LLM chat in a floating window — sees branch context, never touches the main agent's context; promote or fork the