Agent Bridges
Description
MCP configuration and templates for Claude Code to delegate work to Antigravity (Gemini) and Codex while keeping its context lean.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-bridges
Config and templates for a fixed-role delegation pipeline that pairs **Claude Code** with three MCP bridges:
- Antigravity (
agy-bridgeMCP server, pinned to the Antigravity pin) plays three roles across the pipeline: Document Analyzer, Coder/Executor, Release/Changelog Writer. - Codex QA (
codex-qa, QA pin) — QA Engineer. - Codex Security (
codex-security, Security pin) — Security Engineer. - Claude Code is Planner and Code Reviewer, on whatever model you pick per plan. It's the only agent with tool access, repo/session state, and write permission — it plans, reviews first, and has final say on every bridge output.
Why
Routing everything through one model is wasteful when another provider fits a role better. Instead of routing task-by-task, each bridge gets a fixed job: Antigravity ingests specs, writes the code, then drafts release notes; Codex QA always tests the diff; Codex Security always reviews it for exploits; Claude Code always plans, reviews before either Codex role sees a diff, and has final say — including over the docs Antigravity drafts.
Claude Code owns verification: a delegated finding is never the sole basis for an edit until checked (see "Parallelism, failures, and verification" in `templates/CLAUDE.md`). Reading a large file, diffing a big repo, or running QA/security burns context fast — often only the *answer* is needed, not the investigation — so the bridges return results without Claude Code carrying that context itself.
Architecture
- One direction only. Claude Code calls all three bridges; none of them call back into Claude Code or each other. Execution authority stays at one point.
- Claude Code = MCP host. Antigravity (
antigravityserver, runningagy-bridge) and two separate Codex instances —codex-qaandcodex-security— are three independent MCP servers over JSON-RPC 2.0. Both Codex instances run the same binary but under different
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11