claude_code_bridge
Coordinate multiple AI coding agents in one visible terminal workspace
All Skills in This Repository (31)
Pure Emerald Level Indicatorspend
Fetch the most recent reply from a specified AI provider.
ping
Verify connectivity to AI providers using the system ping utility.
all-plan
Coordinate multiple mounted CLIs to produce a unified design plan.
ask
Route user requests asynchronously to Gemini, Codex, OpenCode, or Droid.
autonew
Sends a plain /new command to reset sessions in gemini, codex, opencode, droid, or claude provider panes without context injection.
mounted
Check session and daemon status to output mounted CCB providers as JSON.
reconnect
Toggles tmux-bound disconnect recovery for a Codex CLI thread.
plan-tree
Maintain structured Markdown planning trees with roadmaps, decisions, and handoff status files.
ccb-self-chain
Diagnose and repair CCB message and job lineage using trace, retry, resubmit, and ack commands.
ccb-self-recover
Recovers CCB agents, panes, and provider contexts through guarded control-plane commands.
ccb-self-diagnose
Diagnose CCB daemon, tmux panes, provider context, and message chains with read-only evidence.
ccb-config
Edits, validates, and reloads CCB project configuration files with affected-agent reporting.
Frequently Asked Questions
FAQPage SchemaHow to install claude_code_bridge?โผ
Run `npx skills add bfly123/claude_code_bridge --all -g -y` in your terminal to install all skills in this suite globally.
What does CCB actually do?โผ
CCB lets you run multiple AI coding agents like Codex, Claude, and Gemini together in one terminal workspace, send tasks between them, and watch or take over each agent's pane.
Can AI agents hand off work to each other?โผ
Yes. The included ask skill lets one agent delegate tasks to another, chain dependent work, and receive full or summarized replies automatically.
How do I fix a stuck or unresponsive agent?โผ
Use the ccb-diagnose skill, which inspects the agent's runtime state and pane, applies a safe bounded repair, and verifies the agent recovered.
Which AI providers does CCB support?โผ
It supports 17 CLI families including Codex, Claude, Gemini, Grok, Kimi, Qwen, Cursor, Copilot, and DeepSeek, all managed from one command.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core