tmustiertmustierCommunityยท1 Agent Skills Included

pi-agent-teams

Coordinate parallel coding teammates with shared task lists

Spawns and coordinates multiple coding teammates that work in parallel on a shared task list with dependency tracking. Eliminates manual task dispatching through auto-claim, file-based messaging, and automatic completion notifications. Supports isolated git worktrees, plan approvals, and quality-gate hooks so parallel work finishes faster without conflicts.
npx skills add tmustier/pi-agent-teams --all -g -y
Available:

Instructs the agent to operate autonomously, handling task transitions, retries, and quality-gate failures by policy instead of asking the user for manual fixes.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pi-agent-teams?โ–ผ

Run `npx skills add tmustier/pi-agent-teams --all -g -y` in your terminal to install this skill globally.

How to run multiple coding agents in parallel?โ–ผ

Use the /swarm command or the delegate action to spawn teammates that auto-claim tasks from a shared list and work simultaneously.

How do teammates avoid conflicting code edits?โ–ผ

Each teammate can run in its own git worktree on an isolated branch, so parallel changes never overwrite each other.

Can I review a teammate's plan before it codes?โ–ผ

Yes. Spawn a teammate in plan mode and it stays read-only until you approve or reject its plan with feedback.

Does pi-agent-teams work without manual commands?โ–ผ

Yes. The leader model can call the teams tool directly to delegate tasks, message teammates, and manage the full lifecycle autonomously.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’