スキル一覧に戻る
CULPRITCHAOS

multi-agent-coordination

by CULPRITCHAOS

The Circuit Breaker for AI Infrastructure. A safety certification and failure-survivability system for RAG pipelines and Vector DBs.

2🍴 0📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: multi-agent-coordination description: Synchronize work between Antigravity and Claude Code agents allowed_tools:

  • git
  • Read
  • Write
  • Edit denied_patterns:
  • rm
  • del
  • Remove-Item

Multi-Agent Coordination Skill

Use this skill to keep work synchronized between Antigravity and Claude Code.

When to Use

  • Starting a new session (check current handoff state)
  • Completing a task (update status and next steps)
  • Switching agents (write handoff note)
  • Logging significant decisions or actions

Coordination File

  • Template (public): multi_agent_coord.template.md
  • Working file (local): docs/MULTI_AGENT_COORD.md

The working file is gitignored. It contains sensitive task context that should not be public.

Session Start Protocol

  1. Read the working coordination file
  2. Check git status for any conflicts
  3. Note the current handoff state
  4. If another agent was active, acknowledge the handoff

Handoff Protocol

When ending a session or switching agents, update the working file:

## Current Handoff State

**Last Updated**: [YYYY-MM-DD HH:MM TZ]
**Active Agent**: [Your agent name]
**Status**: [What you just completed]
**Next Steps**: [What the next agent should do]
**Blockers**: [Any issues or "None"]

Task Queue Management

Add tasks with priority:

| Priority | Task | Assigned To | Status |
|----------|------|-------------|--------|
| 1 | [High priority task] | Claude Code | in_progress |
| 2 | [Medium priority task] | Antigravity | pending |

Session Logging

Log significant actions:

| Date | Agent | Action | Outcome |
|------|-------|--------|---------|
| 2026-01-10 | Claude Code | Refactored auth module | Complete |

Conflict Resolution

If git status shows changes from both agents:

  1. Do NOT overwrite the other agent's work
  2. Run git stash to save your changes
  3. Report the conflict to Rob
  4. Wait for resolution before continuing

One Owner Rule

Only ONE agent should edit the coordination file per session. If you see recent edits from the other agent, read but don't write until handoff is complete.

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です