collaborating-with-claude-code

Solid

Delegate code implementation/review/debugging/alternatives to Claude Code via a JSON bridge script. Multi-turn via SESSION_ID.

AI & Automation 37 stars 3 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 76/100

Stars 20%
53
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Collaborating with Claude Code Use this skill for second opinions, code review, test design, or code implementations/alternatives. The bridge runs `claude` (Claude Code) non-interactively ("print" mode) and returns JSON. The script is located at `~/.codex/skills/collaborating-with-claude-code/scripts/claude_code_bridge.py`. ## Timing Claude Code often needs **1–2+ minutes** per task. - Prefer running the bridge directly (no `&`); increase `--timeout-s` as needed (default: 1800s). - Do **NOT** redirect stdout to a file (e.g. `> /tmp/out.json`). - By default, the bridge streams Claude's assistant text to `stderr`, and prints only the final JSON envelope to `stdout`. ## Context - Do **NOT** read the script unless you are modifying it; - Before running the script, ALWAYS use `python <script_loc> --help` to get the usage instructions. ## Usage - please always require claude code to fully understand the codebase before responding or making any changes. - Put collaborating-with-claude-code terminal commands in the background terminal. - Always review claude code's responses (or changes it makes) and make sure they are correct, constructive and complete. - When claude code asks clarifying questions in a multi-turn session, always respond to its questions in that session based on current situation. ## Default - **full access** (`--full-access`): use only in trusted repos/directories. - **extended thinking ON** (can disable via `--no-extended-thinking`). - **step mode AUTO...

Details

Author
ZhenHuangLab
Repository
ZhenHuangLab/collaborating-with-claude-code
Created
4 months ago
Last Updated
3 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

collaborating-with-gemini-cli

Delegates code review, debugging, and alternative implementation comparisons to Google Gemini CLI (`gemini`) via a JSON bridge script (default model: `gemini-3-pro-preview`). Supports headless one-shot and multi-turn sessions via `SESSION_ID`, with conservative defaults for Gemini effective-context constraints (file-scoped, `--no-full-access` by default) while allowing user override.

31 Updated 4 months ago
ZhenHuangLab
AI & Automation Solid

codex-agent-collaboration

Delegate coding tasks to Codex AI for implementation, analysis, and alternative solutions. Use when you need a second AI perspective, want to explore different approaches, or need specialized Codex capabilities for complex coding tasks.

25 Updated 4 months ago
ForteScarlet
AI & Automation Listed

claude-code-dispatch

Dispatch development tasks to Claude Code with automatic callback on completion. Supports Agent Teams (multi-agent parallel dev with dedicated Testing Agent), cost controls (--max-budget-usd), model fallback, git worktree isolation, custom subagents via --agents JSON, and MCP server integration. Use when: (1) dispatching a coding task to Claude Code and wanting automatic Telegram notification on completion, (2) running Agent Teams for parallel dev+test workflows, (3) needing zero-polling task execution with Stop Hook callback, (4) the user says 'use Claude Code to build/develop/create X', (5) the user asks to dispatch or run a Claude Code task. THIS IS THE DEFAULT for any 'build/develop/create a project' request — prefer this over claude-code-clawdbot for anything that takes >2 min or needs background execution.

44 Updated 2 months ago
win4r
AI & Automation Solid

claude-code-debug

Troubleshoot Claude Code extensions and behavior. Triggers on: debug, troubleshoot, not working, skill not loading, hook not running, agent not found.

322 Updated today
aiskillstore