paskypaskyCommunityยท1 Agent Skills Included

pi-side-agents

Parallel coding sprints with isolated background child agents

Spawns background coding agents that each work in their own tmux window and git worktree. Eliminates waiting for one task to finish before starting the next, so multiple fixes and features progress in parallel. Automates branch creation, worktree setup, rebasing, and merging back to main after your review. Includes a setup skill that scaffolds project-specific lifecycle scripts in seconds.
npx skills add pasky/pi-side-agents --all -g -y
Available:

Gives the agent quick context on the extension's commands, tools, tmux and git worktree runtime assumptions, and the rule to commit completed work before reporting done.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’