← Back to list

coordination-patterns
by cameronehrlich
Real-time coordination for AI coding agents
⭐ 1🍴 0📅 Jan 24, 2026
SKILL.md
name: coordination-patterns description: Multi-agent coordination workflows and conflict prevention patterns
Coordination Patterns
File Ownership Check
Before editing shared files:
- Run
ac listen '#general' --last 10 - Check if anyone mentioned the file recently
- If unclear, post:
ac send '#general' '[COORD] About to edit <file> - conflicts?' - Wait 30-60 seconds for response, then proceed
Handoff Protocol
When transferring work to another agent:
- Complete current work to a stable state
- Commit with descriptive message
- Send handoff message:
ac send '@AgentName' '[HANDOFF] Task: <description> Files Modified: <list> Current State: <status> Next Steps: <what to do>'
Conflict Resolution
If two agents are working on the same file:
- First agent to post in #general has priority
- Second agent should wait or work on different files
- Use [COORD] prefix to negotiate
Status Updates
Post to #status at natural breakpoints:
[STATUS] Working on <task>[DONE] Completed <task>[BLOCKED] Waiting on <dependency>
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon