ZhenHuangLabZhenHuangLabCommunityยท1 Agent Skills Included

collaborating-with-claude-code

Delegate code review, debugging, and implementation to Claude Code

Delegates code review, debugging, test design, and alternative implementations from Codex CLI to Claude Code through a JSON bridge script. Eliminates manual copy-pasting between coding assistants and returns structured JSON results for multi-model workflows. Streams live progress to stderr, supports multi-turn sessions, and stays compatible with strict Anthropic-compatible proxies.
npx skills add ZhenHuangLab/collaborating-with-claude-code --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install collaborating-with-claude-code?โ–ผ

Run `npx skills add ZhenHuangLab/collaborating-with-claude-code --all -g -y` in your terminal to install this skill globally.

What does collaborating-with-claude-code do?โ–ผ

It lets Codex CLI hand off tasks like code review, debugging, and implementation to Claude Code and receive structured JSON results back.

What do I need before using this skill?โ–ผ

You need Python 3 and an authenticated Claude Code CLI installed, with `claude --version` working on your machine.

Can I run read-only code reviews safely?โ–ผ

Yes. Use the `--no-full-access` flag so Claude Code only reviews code without modifying files or running commands.

Does it support multi-turn conversations with Claude Code?โ–ผ

Yes. The bridge returns a SESSION_ID so you can continue the same session across multiple turns for follow-up questions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’