git-workflow-agents
CommunityConflict-free parallel dev with git worktrees.
Software Engineering#branch management#parallel development#git worktrees#github workflow#conflict avoidance#agent implementation
Authoreric-sabe
Version1.0.0
Installs0
System Documentation
What problem does it solve?
When multiple AI agents work on the same codebase simultaneously, they encounter file conflicts, branch collisions, build interference, and test pollution that derail parallel development workflows.
Core Features & Use Cases
- Isolated Worktree Setup: Creates independent working directories for each agent implementing a GitHub issue, sharing the same git repository without interfering with the main codebase or other agents' work.
- End-to-End Implementation Workflow: Guides agents through the full lifecycle from claiming an issue, creating a worktree and branch, implementing changes, running pre-push validation, creating a pull request, to cleaning up resources after merge.
- Edge Case Handling: Includes built-in solutions for common parallel development complications like stacked dependent branches, database migration conflicts, merge conflicts during rebase, and cross-worktree resource sharing.
- Use Case: A team of AI agents can simultaneously implement 5 different GitHub issues for a project, each working in their own isolated worktree, with no risk of overwriting each other's changes or breaking shared build/test environments.
Quick Start
Use the git-workflow-agents skill to implement an assigned GitHub issue in an isolated git worktree to prevent conflicts with other parallel agent work.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: git-workflow-agents Download link: https://github.com/eric-sabe/engsys/archive/main.zip#git-workflow-agents Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.