pi-agent-teams
Coordinate parallel coding teammates with shared task lists
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core