AgentBridge – sync skills/MCP servers across Claude Code, Codex, Antigravity AgentBridge, a new open-source tool, synchronizes custom skills, MCP servers, and project rules across Google Antigravity, Claude Code, and OpenAI Codex using a shared hub at ~/.agentbridge/skills with native OS symlinks, eliminating manual copying. The tool merges MCP server definitions into each agent's config files and consolidates project rules from AGENTS.md into CLAUDE.md, GEMINI.md, CODEX.md, .cursorrules, and .github/copilot-instructions.md, with automatic pre-write backups and secret redaction. Universal Skill & MCP Sync Engine for AI Coding Agents. Google Antigravity , Claude Code , and OpenAI Codex each keep their own private copy of your custom Skills, MCP servers, and project rules - in different folders, different file formats, none of them aware the others exist. Add a skill or an MCP server to one, and it's invisible to the rest until you copy it over by hand, every time, per agent. AgentBridge fixes that with one shared hub ~/.agentbridge/skills that every agent's own skills folder links to directly via a native OS symlink/junction - no daemon, no polling, no elevated privileges. Add a skill once, it's instantly available everywhere. MCP servers and project rules AGENTS.md → CLAUDE.md / GEMINI.md /etc. get merged and mirrored the same way with a single command instead of four manual edits. flowchart TD CLI agentbridge CLI / SDK subgraph Core Engine Detector Client Detector SkillLinker Skill Linker & Hub MCPSync MCP Synchronizer Rules Rule Consolidator Doctor Health Diagnostics Rollback Backup & Rollback Watcher Live File Watcher end CLI -- Detector Detector -.detects installed agents.- SkillLinker Detector -.detects installed agents.- MCPSync CLI -- SkillLinker CLI -- MCPSync CLI -- Rules CLI -- Doctor CLI -- Rollback CLI -- Watcher Watcher -.logs change, hub is already live via the link.- SkillLinker Watcher -- |debounced auto-sync| Rules SkillLinker <== "Junction / Symlink" == Hub ~/.agentbridge/skills Hub Hub <== "Junction / Symlink" == G Google Antigravity