Pitago — AI skill for Claude Code
A polished terminal UI (TUI) for the pi AI coding agent — real-time chat, multi-provider LLMs, tools and sessions.
How to install Pitago
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open cavaldos/pitago and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Pitago does
A polished terminal UI (TUI) for the pi AI coding agent — real-time chat, multi-provider LLMs, tools and sessions. Built with Go and Bubble Tea.
Alternatives in AI
- Claude Usage Tracker — Native macOS menu bar app for tracking Claude AI usage limits in real-time 2.2k ★
- Loushang — AI-native agent harness for coding workflows by python: multi-model LLM orchestration, stateful sessions, tool 1.3k ★
- Agor — Orchestrate Claude Code, Codex, and Gemini sessions on a multiplayer canvas 1.2k ★
README
pitago
████ ███ █████ ███ ███ ███ █ █ █ █ █ █ █ █ █ ████ █ █ █████ █ ██ █ █ █ █ █ █ █ █ █ █ █ █ ███ █ █ █ ███ ███


A polished Terminal User Interface (TUI) frontend for the `pi` agent, built with Bubble Tea. `pi --mode rpc` serves as the backend (multi-provider, tools, sessions, compaction), while pitago provides a rich terminal interface communicating over JSONL.
Overview
pitago wraps the `pi` agent in a beautiful terminal interface with:
- Real-time chat with streaming responses
- Sidebar showing session info, model details, token usage, and git status
- Command palette with builtins and extension commands
- File mention support (
@file) - Image send via
@photo.pngor dropping/pasting file paths — orCtrl+Von a copied screenshot (macOS needspngpaste, Linux useswl-paste/xclip). Vision over RPC, max 5 × 8MB. Paths collapse into[Image N]chips;↓moves into the tray,←→picks a chip,⌫deletes it,Escback - Recent models picker
- Clipboard integration (
Ctrl+Yto yank last answer)
Requirements
- Go ≥ 1.27
piavailable in PATH (or setPI_BINto its path)- An API key for your provider (e.g.
ANTHROPIC_API_KEY), or run/logininside the app to save one to the keystore
Install
Option 1 — install into bin (use anywhere)
From a release binary (latest version, pick your OS — single block, no variables):
macOS (Apple Silicon):
curl -L -o pitago https://github.com/cavaldos/pitago/releases/latest/download/pitago-darwin-arm64
chmod +x pitago
sudo mv pitago /usr/local/bin/pitago # or ~/go/bin, ~/.local/bin — any dir on PATH
pitago --version
macOS (Intel):
curl -L -o pitago https://github.com/cavaldos/pitago/releases/latest/download/pitago-darwin-amd64
chmod +x pitago
sudo mv pitago /usr/local/bin/pitago # or
Related Skills
Agent Debate Consensus
Multi-agent AI debate platform — multiple LLMs discuss any topic in real time while you moderate. Built with N
Sidekick Agent Hub
See what your AI coding agent is doing. Multi-provider assistant & session monitor for VS Code and the termina
Zode
AI-native coding CLI for your terminal. Microkernel + plugin architecture, multi-provider, full-screen TUI.
Zeptopm
⚡ Process Manager for AI agents — like PM2, but for LLMs. Erlang-inspired process supervision, real-time agent
Couples Therapy Bot
AI-powered couples therapy combining structured interviews, WhatsApp chat analysis, and real-time sessions. In
Chat CLI
ChatGPT & DeepSeek in your terminal — headless, pipeable, multi-provider CLI for humans and AI agents
Related Agents
Tui Component Reviewer
Specialized reviewer for Bubble Tea TUI components - validates Model pattern, message handling, focus manageme
10x
10x is a terminal-based CLI coding agent (installed via npm install -g 10x-cli) built around the observation t
Part 13: Memory Bridge (Give Coding Agents Your Brain)
When you spawn Codex or Claude Code to build something, they start blind. They don't know your architecture de