π pi.dev ecosystem · curated directory

Pi extensions worth knowing.

A fast directory of interesting Pi coding agent packages found on GitHub, with a practical first-pass safety screen before recommending installs. Not a guarantee — but it cuts the obvious noise.

20curated packages
2,753combined GitHub stars
17usable after lightweight review
pi-messenger
nicobailon/pi-messenger
★ 526

Multi-agent communication extension for pi coding agent

CoordinationVerified with notesMITUpdated 2026-04-04
Security screen: Multi-agent chat/task/file coordination using local files; no daemon/server.
0 critical / 1 high / 34 review notes
pi install npm:pi-messenger
pi-mcp-adapter
nicobailon/pi-mcp-adapter
★ 519

Token-efficient MCP adapter for Pi coding agent

MCPVerified with notesMITUpdated 2026-04-24
Security screen: Token-efficient bridge to MCP servers; good when a Pi setup needs many external tools.
0 critical / 0 high / 31 review notes
pi install npm:pi-mcp-adapter
pi-interactive-shell
nicobailon/pi-interactive-shell
★ 449

Pi coding agent extension that allows Pi to autonomously control interactive CLIs in an observable overlay. Full PTY emulation, no tmux, token efficient. User can take over anytime.

TerminalVerified with notesMITUpdated 2026-04-23
Security screen: Observable PTY overlay for interactive CLIs; inherently powerful, but implementation avoids shell-pipe installers.
0 critical / 0 high / 18 review notes
pi install npm:pi-interactive-shell
pi-web-access
nicobailon/pi-web-access
★ 389

Web search and content extraction extension for Pi coding agent

ResearchVerified with notesMITUpdated 2026-04-04
Security screen: Web search, extraction, and video understanding for Pi.
0 critical / 0 high / 24 review notes
pi install npm:pi-web-access
pi-review-loop
nicobailon/pi-review-loop
★ 70

Automated code review loop extension for Pi coding agent

QualityVerified cleanMITUpdated 2026-04-15
Security screen: Automated self-review loop that repeatedly reviews/fixes until clean.
0 critical / 0 high / 0 review notes
pi install npm:pi-review-loop
pi-tool-display
MasuRii/pi-tool-display
★ 105

Compact tool call rendering, diff visualization, and output truncation extension for Pi coding agent. Hides, collapses, and truncates verbose tool output for cleaner TUI display.

InterfaceVerified with notesMITUpdated 2026-04-27
Security screen: Compact tool-call rendering, diff visualization, and output truncation.
0 critical / 0 high / 6 review notes
pi install npm:pi-tool-display
pi-powerline-footer
nicobailon/pi-powerline-footer
★ 169

Powerline-style status bar extension for pi coding agent

InterfaceCautionMITUpdated 2026-04-26
Security screen: Powerline-style status bar and welcome overlay; package scripts include build hooks, review before global use.
0 critical / 1 high / 18 review notes
pi install npm:pi-powerline-footer
pi-intercom
nicobailon/pi-intercom
★ 95

Inter-session communication extension for pi coding agent

CoordinationVerified with notesMITUpdated 2026-04-27
Security screen: Direct 1:1 messaging between Pi sessions on the same machine.
0 critical / 0 high / 4 review notes
pi install npm:pi-intercom
pi-model-switch
nicobailon/pi-model-switch
★ 81

Pi coding agent extension that gives the agent the ability to switch models on its own

ModelsVerified with notesMITUpdated 2026-04-14
Security screen: Tool for listing/searching/switching Pi models from inside the agent.
0 critical / 0 high / 1 review notes
pi install npm:pi-model-switch
pi-mermaid
Gurpartap/pi-mermaid
★ 50

🧜‍♀️ Pi extension that renders Mermaid diagrams as ASCII in the TUI, with width-aware output and safe handling for larger diagrams.

RenderingVerified with notesMITUpdated 2026-02-23
Security screen: Renders Mermaid diagrams as ASCII in the TUI.
0 critical / 0 high / 3 review notes
pi install npm:pi-mermaid
pi-rtk-optimizer
MasuRii/pi-rtk-optimizer
★ 48

Pi extension that optimizes RTK command rewriting and tool output compaction for the coding agent.

Token savingVerified with notesMITUpdated 2026-04-27
Security screen: Command rewriting and output compaction for RTK-heavy workflows.
0 critical / 0 high / 11 review notes
pi install npm:pi-rtk-optimizer
pi-rtk
sherif-fanous/pi-rtk
★ 41

Pi coding agent extension that routes bash commands through rtk for LLM token savings.

Token savingVerified with notesMITUpdated 2026-03-21
Security screen: Routes bash/user shell command output through rtk for lower context cost.
0 critical / 0 high / 9 review notes
pi install npm:@sherif-fanous/pi-rtk
pi-rewind
arpagon/pi-rewind
★ 37

Checkpoint/rewind extension for the Pi coding agent. 1 checkpoint per turn, /rewind command, diff preview, safe restore, redo stack.

SafetyVerified with notesMITUpdated 2026-03-31
Security screen: Git-backed checkpoints and rewind/redo for bad agent edits.
0 critical / 0 high / 4 review notes
pi install npm:pi-rewind
pi-subagent
mjakl/pi-subagent
★ 36

A lightweight subagent extension for the pi coding agent

AgentsVerified with notesMITUpdated 2026-04-08
Security screen: Lightweight subagent delegation with spawn/fork context modes.
0 critical / 0 high / 11 review notes
pi install npm:@mjakl/pi-subagent
pi-hashline-edit
RimuruW/pi-hashline-edit
★ 35

A pi coding agent extension that overrides the built-in read, grep, and edit tools with content-anchored line references (LINE:HASH|content).

EditingCautionMITUpdated 2026-04-24
Security screen: Hash-anchored line editing to reject stale edits; review override behavior before adopting.
0 critical / 1 high / 12 review notes
pi install npm:pi-hashline-edit
pi-claude-cli
rchern/pi-claude-cli
★ 21

Pi coding agent extension that routes LLM calls through the Claude Code CLI

ModelsVerified with notesMITUpdated 2026-03-22
Security screen: Routes model calls through Claude Code CLI; useful for subscription-backed experiments.
0 critical / 0 high / 57 review notes
pi install npm:pi-claude-cli
pi-vscode
pithings/pi-vscode
★ 73

Minimal VS Code extension for PI Coding Agent.

IDECautionMITUpdated 2026-04-24
Security screen: Minimal VS Code bridge for Pi; localhost auth-token design deserves review before use.
0 critical / 1 high / 12 review notes
pi install npm:pi-vscode
pi-dev-kit
aliou/pi-dev-kit
★ 3

Tools and commands for developing and updating Pi extensions.

Developer toolsReview requiredMITUpdated 2026-04-25
Security screen: Tools for building/updating Pi extensions; useful, but includes install/dev helper behavior worth manual review.
1 critical / 0 high / 9 review notes
pi install npm:@aliou/pi-dev-kit
pi-claude-code
fractary/pi-claude-code
★ 4

Pi.dev extensions to allow it to run commands, agents and skills designed to use Claude Code tools.

CompatibilityReview requiredMITUpdated 2026-03-30
Security screen: Claude Code tool/API shim for Pi. Powerful compatibility layer; inspect before installing.
1 critical / 1 high / 11 review notes
pi install npm:@fractary/pi-claude-code
pi-x
dector/pi-x
★ 2

Extensions for pi.dev

UtilitiesReview requiredUnknownUpdated 2026-04-11
Security screen: Collection of Pi UX/status/thinking-mode extensions. Interesting, but mixed repo needs per-extension review.
5 critical / 3 high / 23 review notes
pi install git:github.com/dector/pi-x

How packages were screened

1. Source discoverySearched GitHub for pi.dev, pi-coding-agent, extension, commands, and skills; sorted by stars and recent activity.
2. Static inspectionCloned repos without installing. Scanned package scripts, shell/TS/JS/Python/JSON/Markdown for sudo, curl|bash, rm -rf, system writes, install hooks, token/secret handling, and shell spawning.
3. LabelingClean means no obvious risky patterns. Notes means expected power-tools behavior. Caution/review means inspect manually before installing globally.