What problem does it solve? AI coding agents like Claude Code, Codex, Gemini CLI, and Copilot CLI run in isolated sessions with no built-in way to talk to each other. This Skill provides cross-agent messaging over a local SQLite database so agents on the same machine can coordinate work without a daemon, network service, or extra dependencies. ## Core Features & Use Cases - Team-based messaging: Agents join named teams and exchange messages through bash scripts backed by SQLite, with inbox checks, history, and team member listing. - Flexible delivery modes: Choose real-time push via a monitor watcher, per-turn inbox checks via Stop hooks, both, or manual-only delivery, configured per project. - Role management and spawning: Switch identities with actas, drop roles, and spawn new agent sessions in tmux panes or terminals pre-joined to a team. - Use Case: Run a Claude Code session as a reviewer and a Codex session as an implementer in the same project; the implementer sends 'send reviewer please check the auth module' and the reviewer receives it automatically at the end of its next turn. ## Quick Start Use the agmsg skill to join a team named backend as agent codex-1 and check my inbox for new messages.