BeClaude

pi-subagents

New
2.2kGitHubGeneralby nicobailon

Pi extension for async subagent delegation with truncation, artifacts, and session sharing

First seen 6/11/2026

Summary

This skill enables Claude Code to delegate tasks to asynchronous subagents, allowing parallel processing of complex workflows.

  • It handles truncation of long outputs, generates artifacts for structured results, and supports session sharing for context continuity across subagents.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/pi-subagents.md

3
Invoke with @agent-name
@pi-subagents

Use Cases

Decompose a large codebase analysis into parallel subagent tasks for faster results.
Generate multiple design mockup descriptions concurrently using subagents.
Run independent data processing tasks in parallel and aggregate results.
Create a multi-step content generation pipeline with artifact outputs.
Perform code review on multiple files simultaneously via subagent delegation.
Execute batch API calls or web scraping tasks with shared session context.

Usage Examples

1

/pi-subagents analyze the project structure in parallel, one subagent per module

2

Use pi-subagents to generate three alternative UI designs and save each as an artifact

3

Delegate data extraction from five different sources concurrently using pi-subagents

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is pi-subagents?

This skill enables Claude Code to delegate tasks to asynchronous subagents, allowing parallel processing of complex workflows. It handles truncation of long outputs, generates artifacts for structured results, and supports session sharing for context continuity across subagents.

How to install pi-subagents?

To install pi-subagents: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/pi-subagents.md. Finally, @pi-subagents in Claude Code.

What is pi-subagents best for?

pi-subagents is a agent categorized under General. It is designed for: agent. Created by nicobailon.

What can I use pi-subagents for?

pi-subagents is useful for: Decompose a large codebase analysis into parallel subagent tasks for faster results.; Generate multiple design mockup descriptions concurrently using subagents.; Run independent data processing tasks in parallel and aggregate results.; Create a multi-step content generation pipeline with artifact outputs.; Perform code review on multiple files simultaneously via subagent delegation.; Execute batch API calls or web scraping tasks with shared session context..