원클릭으로
multi-agent-coordination
Synchronize work between Antigravity and Claude Code agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Synchronize work between Antigravity and Claude Code agents
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Evidence-first development with fail-closed behavior
Operational rules for Interlock enforcement and receipts
PR triage, merge receipts, CI sanity, artifact/PII hygiene
| 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"] |
Use this skill to keep work synchronized between Antigravity and Claude Code.
multi_agent_coord.template.mddocs/MULTI_AGENT_COORD.mdThe working file is gitignored. It contains sensitive task context that should not be public.
git status for any conflictsWhen 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"]
Add tasks with priority:
| Priority | Task | Assigned To | Status |
|----------|------|-------------|--------|
| 1 | [High priority task] | Claude Code | in_progress |
| 2 | [Medium priority task] | Antigravity | pending |
Log significant actions:
| Date | Agent | Action | Outcome |
|------|-------|--------|---------|
| 2026-01-10 | Claude Code | Refactored auth module | Complete |
If git status shows changes from both agents:
git stash to save your changesOnly 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.