Coordinate visible multi-agent CLI workspaces with CCB
Use CCB to run Codex, Claude, Gemini, Cursor, OpenCode, and other CLI agents in a visible project workspace with configured panes, shared memory, role packs, and human takeover.
npx skills add agentskillexchange/skills --skill coordinate-visible-multi-agent-cli-workspaces-with-ccb
Use CCB when an operator needs to coordinate multiple local CLI agents in one project without losing visibility or control. The workflow is to install the ccb CLI, launch it from the repository, configure windows and panes for the agents or reviewers needed, keep shared project memory in .ccb/ccb_memory.md, and use the TUI or mobile controller to inspect, hand off, and take over sessions. Invoke it instead of juggling separate terminal tabs when several coding agents need to collaborate, compare approaches, or run review lanes with a stable cross-provider communication layer. The scope boundary is multi-agent CLI workspace orchestration for existing agent CLIs; it is not a general chat app, model provider, or framework listing.
What this skill actually does
Inputs and prerequisites: CCB CLI, one or more supported local CLI agents such as Codex, Claude, Gemini, Cursor, OpenCode, or Copilot, optional mobile controller.
Setup notes: Install with npm install -g @seemseam/ccb, run ccb from the project directory, open the configuration control panel with ccb config ui or the TUI settings action, define the agent panes, then start the workspace.
Source and verification boundary: use https://github.com/SeemSeam/claude_codex_bridge as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a Multi-Framework workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.