claude-codex-handoff
SkillAsync file-based handoff protocol for coordinating Claude Code and Codex AI coding agents through a shared .handoff/ directory in a project.
Install
git clone https://github.com/OpenMOSS/claude-codex-handoffStars
31
7d change
▲ 3.33%
Downloads / week
—
Last active
1mo ago
About
A drop-in kit that lets two AI coding agents — for example Claude Code and Codex — collaborate asynchronously inside one repository. They talk through append-only files: one message stream per direction, atomic leases, and per-session cursors with legacy shared cursor anchors. No server, no daemon. Each side wakes on a timer, processes unread messages, optionally hands work back, and exits.
It installs as a single `.handoff/` folder in your project, shared by both agents. There is no separate global "skill" copy to keep in sync — Claude Code and Codex read the same files.
30-day stars
Trust factors
- Source
- community
- Known advisories
- 0
- Maintenance
- maintained
- License
- MIT
- Age
- 1 months
developer-toolsorchestration#agent-collaboration#codex#handoff#multi-agent#async#ai-agents#claude-skill#opencode