Curated explorer

Explore the Pi ecosystem

A hand-picked way to browse the interesting stuff first instead of scanning all 108 artifacts.

Orientation

Start here

If you want the shortest path to understanding what Pi is and how people actually extend it, start with these.

Orientation

pi.dev

Pi is a minimal terminal coding harness designed to be adapted to your workflow rather than forcing one on you. Its core philosophy is primitives over baked-in features: keep the core small, and let users extend behavior through TypeScript extensions, skills, prompt templates, themes, and installable packages.

Why check it out: Best statement of the worldview: Pi as a minimal harness, not a giant product.

Official Surface · core-platform · web
Orientation

pi (pi-mono)

Repository: badlogic/pi-mono

Why check it out: The core runtime and repo surface that the rest of the ecosystem branches from.

Primary project · core-platform · web
Orientation

pi-skills

Repository: badlogic/pi-skills

Why check it out: Shows how Pi becomes reusable in practice through portable skill packs.

Skills · workflow-framework · web
Scale up

Most ambitious

These are the projects where Pi starts looking less like a solo CLI and more like infrastructure.

Scale up

task-factory

Tagline: “Agentic work orchestrator that respects your time”

Why check it out: A serious queue-first orchestration system for review-aware throughput.

Tools & Utilities · tooling · web
Scale up

PiSwarm

PiSwarm is a Shell-based orchestration toolkit for parallel GitHub issue and PR processing using the pi agent and Git worktrees.

Why check it out: One of the clearest worktree-swarm implementations for parallel issue and PR execution.

Tools & Utilities · tooling · cli
Scale up

pi-gui

pi-remote-web-ui is a minimal, secure web GUI for the pi coding agent.

Why check it out: Interesting because it wraps the core in a more approachable web GUI without changing the center of gravity.

Extensions · plugin/extension · gui
Useful now

Most practical

Small-to-medium things you could steal or apply quickly without redesigning your whole workflow.

Useful now

pi-notify-pp

Pi Notify++ is a notification extension for the Pi Coding Agent.

Why check it out: Tiny but very real quality-of-life improvement: task completion notifications.

Extensions · plugin/extension · cli
Useful now

background-notify

Notifications when tasks complete (audio beep, terminal focus)

Why check it out: Another practical alerting pattern that makes background runs less annoying.

Extensions · plugin/extension · cli
Useful now

brave-search

Web search and content extraction via Brave Search API

Why check it out: A concrete skill that adds real research capability instead of just more structure.

Skills · workflow-framework · web
Useful now

checkpoint

Git-based checkpoint system for restoring code state when branching conversations

Why check it out: A simple but useful recovery pattern for branching conversations and code state.

Extensions · plugin/extension
Unexpected

Most weird

The projects that make you stop and think: oh, that is a direction this ecosystem could go.

Unexpected

pi-share-hf

Purpose: Publish redacted pi coding agent sessions from one OSS project to a Hugging Face dataset.

Why check it out: Turns redacted agent sessions into a publishable dataset, which is a very particular kind of ecosystem move.

Discovered Related · community/discovery · cli
Unexpected

arcade

Arcade-style interactions and games

Why check it out: A reminder that not every extension has to be grimly utilitarian.

Extensions · plugin/extension
Unexpected

pi-canvas

Repository: jyaunches/pi-canvas

Why check it out: Shows interface experimentation beyond the plain terminal loop.

Extensions · plugin/extension · tui
Patterns to copy

Best for stealing ideas

These are especially good if you want to borrow packaging, orchestration, or workflow structure for your own setup.

Patterns to copy

agent-stuff (mitsupi)

agent-stuff is a public GitHub repository by mitsuhiko (Armin Ronacher) containing reusable skills, extensions, themes, distribution packages, and command wrappers for agent workflows, especially for Pi Coding Agent and “mostly Claude.”

Why check it out: Probably the richest single customization pack to mine for structure and patterns.

Extensions · plugin/extension · web
Patterns to copy

pi-skills

Repository: badlogic/pi-skills

Why check it out: A strong model for how to package reusable behavior instead of repeating giant prompts.

Skills · workflow-framework · web
Patterns to copy

task-factory

Tagline: “Agentic work orchestrator that respects your time”

Why check it out: Excellent reference for queueing, review lanes, and workflow orchestration ideas.

Tools & Utilities · tooling · web
Patterns to copy

PiSwarm

PiSwarm is a Shell-based orchestration toolkit for parallel GitHub issue and PR processing using the pi agent and Git worktrees.

Why check it out: Good source of ideas for parallelization, worktrees, and shell-native coordination.

Tools & Utilities · tooling · cli