multi-agent-vcs

Installation
SKILL.md

Multi-Agent Version Control

Tool-agnostic patterns for coordinating git operations across parallel AI agents.

<when_to_use>

  • Dispatching subagents for parallel work
  • Planning multi-branch implementations
  • Recovering from parallel agent corruption
  • Any workflow where multiple agents touch the filesystem

</when_to_use>

The Problem

When parallel subagents perform git operations independently:

  • Mixed content - Multiple features end up in wrong branches
  • Broken stacks - Branches become siblings instead of parent-child
Related skills
Installs
9
GitHub Stars
26
First Seen
Jan 26, 2026