Pi Subagents Bridge — Development skill for Claude Code
Protocol adapter that lets @tintinweb/pi-tasks TaskExecute spawn nicobailon/pi-subagents.
How to install Pi Subagents Bridge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open alexei-led/pi-subagents-bridge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Pi Subagents Bridge does
Protocol adapter that lets @tintinweb/pi-tasks TaskExecute spawn nicobailon/pi-subagents.
Alternatives in Development
- Happy Coder — by GrocerPublishAgent - Spawn and control multiple Claude Codes in parallel from your phone or desktop 15.7k ★
- Call Me — Minimal plugin that lets Claude Code call you on the phone 2.5k ★
- Hermes Paperclip Adapter — Paperclip adapter for Hermes Agent — run Hermes as a managed employee in a Paperclip company 1.8k ★
README
pi-subagents-bridge
[](https://www.npmjs.com/package/@alexeiled/pi-subagents-bridge) [](https://github.com/alexei-led/pi-subagents-bridge/actions/workflows/ci.yml?query=branch%3Amain) [](https://nodejs.org/) [](./LICENSE)
`pi-subagents-bridge` is a protocol adapter between two Pi extensions:
It makes `TaskExecute` work with `pi-subagents` by translating the `pi-tasks` subagent RPC into the RPC and completion events that `pi-subagents` exposes. It also exposes a separate, generic plan-exec RPC for direct execution clients.
What it does
`@tintinweb/pi-tasks` expects a v2 subagent protocol. `pi-subagents` exposes a v1 RPC plus async completion events. This bridge sits between them and handles the mismatch.
Specifically, it:
- answers the
pi-tasksv2 ping handshake - forwards
spawnandstoprequests topi-subagents - translates
pi-subagentscompletion events back intopi-taskstask updates - falls back to polling
pi-subagentsrunstatusif an async completion event is missed - keeps the generic plan-exec RPC separate from all
pi-taskschannels
Request and completion flow
sequenceDiagram
autonumber
participant Tasks as @tintinweb/pi-tasks
participant Bridge as pi-subagents-bridge
participant Subs as pi-subagents
Tasks->>Bridge: ping (v2)
Bridge-->>Tasks: version 2
Tasks->>Bridge: spawn(type, prompt, options)
Bridge->>Subs: spawn(work
Related Skills
Claude Code CLI Acp
ACP adapter for the real Claude Code CLI: Rust PTY bridge for Zed and other Agent Client Protocol clients.
Effort
Set extended-thinking effort for the next live-adapter spawn (PLAN-086 Wave A R-013, B.2 auto-activation; PLAN
Galatea Garden Wake Bridge
独立的 Galatea Garden 智能体唤醒桥:订阅 Garden SSE 事件,并通过可替换的 Runtime Adapter 将消息注入 Codex、Claude Code 等 Agent Runtime。
Multi Agent Runtime
Unified multi-agent protocol runtime with a Claude Agent SDK adapter.
Signal Bridge Remote
A remote MCP server that lets Claude control Bluetooth intimate hardware over the internet via Buttplug.io / I
Uefn Verse MCP
MCP bridge for Unreal Editor for Fortnite that lets Claude Code, Cursor, and other MCP clients drive a live UE
Related Agents
Android Engineer
实现和审查单平台 Android Native Module、Bridge Adapter、Native UI、Gradle 接线、平台测试与构建;不负责 iOS、Dart Client 或跨端 Wire Contrac
Tsk - AI Agent Task Manager And Sandbox
by dtormoen - A Rust CLI tool that lets you delegate development tasks to AI agents running in sandboxed Docke
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