# Pi

> Delegate a self-contained task to pi (cheap local AI coding agent) and report back.

- Skill: `seabbs-skills/pi` (Agent Skill)
- Install (CLI): `npx skillmds@latest add seabbs-skills/pi`
- Raw SKILL.md: https://api.skillmd.com/api/skills/seabbs-skills/pi/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: seabbs (https://skillmd.com/u/seabbs-skills)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/seabbs-skills/pi

---


Delegate the task to pi:

```bash
pi -p "$ARGUMENTS" --print --no-session 2>&1
```

Pi runs from cold context in the current directory. Its stdout is captured in
the bash result — read it, verify it, and report back to the user.

For code tasks, pi can write files directly. Check the files it created or
modified rather than trusting inline snippets.

If the command fails (non-zero exit, timeout, empty output), show stderr and
offer to retry with a more specific prompt. If it keeps failing, do the task in
Claude instead.
