GitHub-Native Distributed Coordination
CommunityCoordinate work across agents without conflicts.
Software Engineering#github#distributed systems#coordination#agent coordination#lease management#work claiming
Authortamirdresher
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a robust mechanism for multiple agents or processes to claim and manage work items without conflicts, ensuring no task is duplicated or lost, even if agents fail.
Core Features & Use Cases
- Atomic Work Claiming: Uses GitHub issue comments as an atomic operation to claim tasks.
- Lease Management: Implements time-based leases to automatically recover orphaned work.
- Stale Work Recovery: Detects and reclaims work from agents that have become unresponsive.
- Zero External Infrastructure: Leverages GitHub's native features (issues, comments, labels) as the coordination backend.
- Use Case: Distribute a batch of processing tasks among several worker machines, ensuring each machine claims a unique task and that tasks are reassigned if a worker machine crashes.
Quick Start
Instruct your AI agent to claim the next available task from the work queue.
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: GitHub-Native Distributed Coordination Download link: https://github.com/tamirdresher/squad-skills/archive/main.zip#github-native-distributed-coordination 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 223,000+ vetted skills library on demand.