Skip to content

feat(skills): add Pi Coding Agent support#3230

Open
DaviRain-Su wants to merge 1 commit intoNousResearch:mainfrom
DaviRain-Su:feature/pi-coding-agent-skill
Open

feat(skills): add Pi Coding Agent support#3230
DaviRain-Su wants to merge 1 commit intoNousResearch:mainfrom
DaviRain-Su:feature/pi-coding-agent-skill

Conversation

@DaviRain-Su
Copy link
Copy Markdown

Summary

Add new skill for Pi Coding Agent CLI integration, expanding the autonomous AI agents ecosystem.

What's Added

New skill pi in skills/autonomous-ai-agents/pi/SKILL.md providing:

  • One-shot task execution: pi "Implement feature X"
  • Interactive TUI sessions: Background mode with progress monitoring
  • PR review workflow: Safe review in temp directories
  • Parallel work patterns: Multiple Pi instances with worktrees

About Pi

Pi is an open-source AI coding agent from the pi-mono monorepo by @badlogic:

  • Interactive coding agent with TUI and CLI modes
  • Provider-agnostic (OpenAI, Anthropic, etc.)
  • MIT licensed

Installation

npm install -g @mariozechner/pi-coding-agent

Usage

# One-shot task
terminal(command="pi 'Add error handling'", workdir="~/project")

# Background session
terminal(command="pi", workdir="~/project", background=true, pty=true)

Testing

  • Skill file follows existing format (codex, opencode, claude-code)
  • YAML frontmatter is valid
  • Examples use correct terminal/process tool syntax

Related

Closes #3228

Add new skill for Pi Coding Agent CLI integration:
- One-shot task execution via 'pi <prompt>'
- Interactive TUI sessions with background mode
- PR review workflow support
- Parallel work patterns with worktrees

Pi is an open-source AI coding agent from the pi-mono monorepo:
https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent

Relates to NousResearch#3228
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] 支持 Pi Coding Agent 启动

1 participant