wan-huiyan

Agent Traffic Control — Git skill for Claude Code

Git community

Coordination toolkit for parallel Claude Code sessions sharing one repo — issue-pickup claim protocol, worktree isolation pitfalls, parallel-PR conflict recovery, subagent integrity, and squash/merge.

How to install Agent Traffic Control

This entry records only its repository, not the path inside it, so there is no exact command to give. Open wan-huiyan/agent-traffic-control and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Traffic Control does

Coordination toolkit for parallel Claude Code sessions sharing one repo — issue-pickup claim protocol, worktree isolation pitfalls, parallel-PR conflict recovery, subagent integrity, and squash/merge mechanics. 61 skills, Pattern B multi-skill plugin.

Alternatives in Git

README

Agent Traffic Control

A coordination toolkit of 105 [Claude Code](https://claude.com/claude-code) skills — plus one installable hook — for **running multiple parallel sessions against the same repo without collisions, stranded work, or rebase loops**: issue-pickup claim protocol, worktree & session-isolation pitfalls, parallel-PR conflict recovery, subagent-integrity edge cases, and the squash/merge mechanics that bite when multiple PRs converge on the same branch.

[![license](https://img.shields.io/github/license/wan-huiyan/agent-traffic-control)](LICENSE) [![last commit](https://img.shields.io/github/last-commit/wan-huiyan/agent-traffic-control)](https://github.com/wan-huiyan/agent-traffic-control/commits) [![Claude Code](https://img.shields.io/badge/Claude_Code-plugin-orange)](https://claude.com/claude-code)

When to reach for this toolkit

  • You routinely run 2+ Claude Code sessions in parallel against the same repo (worktrees, separate terminals, scheduled overnight loops, or sandbox + main).
  • You've seen two sessions independently start work on the same issue, PRs collide on rebase, subagent reports look complete but the PR never merged, a worktree's index goes corrupt right after committing in a sibling, or GitHub squash-merge auto-closes only one issue out of three you listed in the PR body.
  • You want upstream prevention at the issue-pickup boundary plus downstream recovery for the failure modes that still slip through.

Installation

# Add the marketplace
/plugin marketplace add wan-huiyan/agent-traffic-control

# Install the plugin — one shot, gets all 105 skills
/plugin install agent-traffic-control@wan-huiyan-agent-traffic-control

Installing the plugin gets you the skills. The `resume-gate` **hook is not installed by this** and never fires until you run its installer by hand — see [The hook](#the-hook--resume-gate) below.

This is a single multi-skill plugin (modeled on `superpowers`), not a market