by OpenMOSS · Claude Skill · ★ 25
Claude ↔ Codex Handoff 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 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.
| Stars | 25 |
| Forks | 0 |
| Language | Python |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 72.1279623388104/100 |
| Last Updated | 2026-07-04 |
| Created | 2026-06-15 |
| Platforms | claude-code, codex, python |
| Est. Tokens | ~6k |
These tools work well together with claude-codex-handoff for enhanced workflows:
Explore other popular claude skill tools:
claude-codex-handoff is Drop-in async file-based handoff protocol for two AI coding agents (Claude Code + Codex), installed as one shared .handoff/ in your project.. It is categorized as a Claude Skill with 25 GitHub stars.
claude-codex-handoff is primarily written in Python. It covers topics such as agent-collaboration, ai-agents, claude-code.
You can find installation instructions and usage details in the claude-codex-handoff GitHub repository at github.com/OpenMOSS/claude-codex-handoff. The project has 25 stars and 0 forks, indicating an active community.
claude-codex-handoff is released under the MIT license, making it free to use and modify according to the license terms.