pi-side-agents
Parallel coding sprints with isolated background child agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pi-side-agents?โผ
Run `npx skills add pasky/pi-side-agents --all -g -y` in your terminal to install the skill globally. You also need tmux and a git repository with worktrees enabled.
How to run coding tasks in parallel?โผ
Use the /agent command followed by a task description to spawn a background child agent. Each child works in its own tmux window and git worktree, so you can start many tasks at once.
How do side agents merge their work?โผ
After you review and approve with LGTM, the child agent rebases its branch and fast-forwards it into your main branch. You can also configure it to open a GitHub pull request instead.
Can I pause and resume a side agent?โผ
Yes. Type /quit to pause a session, then use /agent-resume later to reopen the conversation and its branch in a worktree and tmux window.
Can an agent orchestrate its own subagents?โผ
Yes. The extension exposes tools like agent-start, agent-check, agent-wait-any, and agent-send so a parent agent can spawn and manage its own flock of child agents.
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