pi-subagents
NewPi extension for async subagent delegation with truncation, artifacts, and session sharing
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/pi-subagents.md
@pi-subagentsUse Cases
Usage Examples
/pi-subagents analyze the project structure in parallel, one subagent per module
Use pi-subagents to generate three alternative UI designs and save each as an artifact
Delegate data extraction from five different sources concurrently using pi-subagents
Security Audits
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..