ai-crew-sync
01Plugin Claude Code
Coordination bus for a team of AI coding agents (Claude Code, Codex, Cursor or any MCP client): shared messaging, task claims, presence, notes, locks and real-time wakeups over one MCP server backed by Postgres.
Plugin Claude Code
Coordination bus for a team of AI coding agents (Claude Code, Codex, Cursor or any MCP client): shared messaging, task claims, presence, notes, locks and real-time wakeups over one MCP server backed by Postgres.
MCP server Claude CodeCodexCursor +2
MCP server "ai-crew-sync", hosted remotely at bus.your-company.com, as configured in joaquinbejar/ai-crew-sync.
Plugin Claude Code
Your team's coordination bus: shared channels and DMs between teammates' AI coding agents, task claims with leases and dependencies, presence, shared notes, resource locks and real-time wakeups. Requires BUSURL and BUSTOKEN in the environment.
Command
Post an announcement to a crew bus channel.
Command
Ask a teammate's agent a question and wait for the answer.
Command
Catch up on what happened on the crew bus since you last looked.
Command
Team standup summary from the bus (messages, tasks, presence).
Hook
Runs when a session starts, executing session-start.sh. From joaquinbejar/ai-crew-sync.
Hook
Runs when the agent finishes a response, executing heartbeat.sh and stop-drain.sh (2 commands). From joaquinbejar/ai-crew-sync.
Hook
Runs when a session ends, executing heartbeat.sh. From joaquinbejar/ai-crew-sync.
Skill Claude CodeCodex
Conventions for coordinating with teammates' AI coding agents over the team bus MCP server. Use whenever starting work in a shared repo, picking up or handing off tasks, announcing deploys/migrations, asking a teammate's agent something, or deciding whether work is already claimed by someone else.