pi-coding-agent-extensions
Installation
SKILL.md
Pi Coding Agent Extensions
Skill by ara.so — Claude Code Skills collection.
Overview
Pi Coding Agent is an open-source terminal-based AI coding assistant similar to Claude Code. This project (pi-vs-claude-code) provides a collection of production-ready extensions that showcase Pi's customization capabilities: custom UI widgets, multi-agent orchestration, safety auditing, cross-agent integrations, and inter-agent communication.
Extensions are TypeScript files that hook into Pi's lifecycle events to add tools, modify UI, intercept commands, and coordinate with other agents.
Prerequisites
All three are required:
# Install Bun (runtime & package manager)
curl -fsSL https://bun.sh/install | bash