Agent Bridge
When the user adds or changes a skill, MCP server, or hook for Cursor, Kiro, or Zed Agent and wants it elsewhere, use agent-bridge.
Commands
agent-bridge init
agent-bridge sync
agent-bridge add skill ./path/to/my-skill
agent-bridge add mcp --from kiro
agent-bridge add mcp ./servers.json
agent-bridge add hook ./hook.json
agent-bridge watch
agent-bridge status
agent-bridge capabilities
Rules
- Only sync skills, MCP, and hooks — never IDE settings dumps or secrets into git.
- Secrets belong in
~/.agent-bridge/secrets.env. - Kiro: skills + MCP. Zed: skills (
~/.agents/skills) + MCP (context_serversin~/.config/zed/settings.json). Hooks: Cursor only. - In Zed chat:
- Zed Agent → uses synced
~/.agents/skills+context_servers - Cursor / Kiro ACP → uses those agents' own skill/MCP dirs (also synced)
- Zed Agent → uses synced
- After adding something only in one place, run
agent-bridge syncor keepwatchrunning. - Conflicts live under
~/.agent-bridge/conflicts/; never overwrite silently.
Install this meta-skill
agent-bridge init