pi-interactive-shell
Run interactive terminal tools and coding agents under AI supervision
All Skills in This Repository (6)
Pure Emerald Level Indicatorsinteractive-shell
Control and supervise interactive CLI sessions via overlay or headless dispatch.
codex-cli
Provides command reference and usage guidance for running OpenAI Codex CLI in interactive shell sessions.
codex-5-3-prompting
Constructs system prompts and instruction blocks for GPT-5.3-Codex agents.
gpt-5-4-prompting
Write system prompts and instructions that control GPT-5.4 behavior.
cursor-cli
Reference Cursor CLI commands and flags for interactive shell sessions.
pi-interactive-shell
Launches and supervises interactive CLI agents in an observable TUI overlay with dispatch and monitor modes.
Frequently Asked Questions
FAQPage SchemaHow to install pi-interactive-shell?โผ
Run `npx skills add nicobailon/pi-interactive-shell --all -g -y` in your terminal to install all skills in this suite globally.
What does pi-interactive-shell do?โผ
It lets the Pi coding agent run interactive terminal programs like vim, psql, or ssh in a visible overlay. You watch in real time and can take over typing at any moment.
Can it delegate tasks to other AI coding agents?โผ
Yes. Dispatch mode fires off tasks to Claude, Codex, Cursor, or Pi itself and notifies your agent automatically when the work completes.
How do I monitor long-running builds or logs?โผ
Use monitor mode to run watchers headlessly and wake the agent only when specific output patterns or file changes occur, avoiding noisy polling.
Do I need coding skills to use it?โผ
No. You simply ask Pi in plain English to run or delegate a task, and the extension handles the terminal control behind the scenes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core