by ZhenHuangLab · Codex Skill · ★ 27
collaborating-with-claude-code 中文 | English Codex CLI 的一个 skill :通过一个 JSON bridge 脚本,把“代码审查 / 调试 / 方案对比”等任务委托给 Anthropic Claude Code CLI(默认模型:),并以结构化 JSON 结果返回,便于在多模型协作中使用。 本仓库的核心入口是 (Codex skill 定义)以及 (桥接脚本)。 Features 本skill相对于其他类似skill/协作模式,具有如下重要优势: 使用SOTA的context engineering技术,遵循渐进式披露 (progressive disclosure) 的原则,让codex只需要一次tool call就可以掌握该skill script的使用方法,第二次tool call即可正确调用,无需再搜索/读取该脚本; 兼容各类“在extended thinking开启后会对message结构进行严格校验的” Anthropic-compatible proxy.
| Stars | 27 |
| Forks | 2 |
| Language | Python |
| Category | Codex Skill |
| License | MIT |
| Quality Score | 62.015581861735/100 |
| Last Updated | 2026-02-15 |
| Created | 2026-01-11 |
| Platforms | claude-code, codex, python |
| Est. Tokens | ~4k |
Explore other popular codex skill tools:
collaborating-with-claude-code is Let codex (main agent) collaborate with claude code Through codex skills. It is categorized as a Codex Skill with 27 GitHub stars.
collaborating-with-claude-code is primarily written in Python.
You can find installation instructions and usage details in the collaborating-with-claude-code GitHub repository at github.com/ZhenHuangLab/collaborating-with-claude-code. The project has 27 stars and 2 forks, indicating an active community.
collaborating-with-claude-code is released under the MIT license, making it free to use and modify according to the license terms.