claude-codex-collaboration
SKILL.md
Claude-Codex Collaboration
Transfer context between Claude Code and Codex CLI using Byterover as shared memory for collaborative development workflows.
Purpose
Enable seamless collaboration between two AI agents by using Byterover MCP as a persistent shared memory layer. Claude Code creates architectural plans and implementations, then directly invokes Codex CLI for expert architectural review and code validation. All knowledge persists in Byterover, allowing both agents to access the same context. The entire workflow is automated - Claude Code runs Codex directly via the Bash tool without requiring manual user intervention.
When to Use This Skill
Invoke this skill when:
- Architectural review from Codex is desired before implementing a feature
- Code validation from Codex is needed after implementation
- Complex features benefit from multi-agent review before coding
- Building a knowledge base of validated implementation patterns
- Working on projects where quality assurance through peer review is valuable