@pi-vault/pi-subagents
Pi extension for delegating tasks to isolated and specialized subagents
Package details
Install @pi-vault/pi-subagents from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@pi-vault/pi-subagents- Package
@pi-vault/pi-subagents- Version
0.1.0- Published
- Jun 7, 2026
- Downloads
- not available
- Author
- lanhhoang
- License
- MIT
- Types
- extension
- Size
- 72.4 KB
- Dependencies
- 1 dependency · 2 peers
Pi manifest JSON
{
"extensions": [
"./src/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@pi-vault/pi-subagents
Delegate work to specialized Pi subagents without leaving your current session.
Early adopter release:
v0.1.0is a small, focused first version built around a ready-to-use set of bundled agents.
Install
pi install npm:@pi-vault/pi-subagents
Then reload Pi:
/reload
Use
After install, the bundled agents are available right away.
/agents— see all discovered agents/agents:add— create a new user agent markdown file/agent <agent> <task...>— delegate a task to a specific agent
Bundled Agents
scout— quickly finds relevant files, entry points, and code pathsplanner— turns a task into a short, verifiable planresearcher— gathers evidence, tradeoffs, and implementation contextworker— handles focused implementation workreviewer— reviews changes and looks for defects
Typical Flow
- Use
/agent scout trace where auth state is loadedwhen you need fast codebase discovery. - Use
/agent planner outline a safe migration for the config formatbefore a non-trivial change. - Use
/agent reviewer inspect this diff for regressionsbefore shipping.
Compatibility
- Node
>=22.19.0 - Peer deps:
@earendil-works/pi-coding-agent,@earendil-works/pi-tui - Intended for use from a Pi host session with package/extension support
Development Setup
pnpm install
pnpm check
pnpm pack --dry-run
pi -e .
License
MIT