
avivsinai/agent-message-queue
2 skills222 installs158 starsGitHub
Install
npx skills add https://github.com/avivsinai/agent-message-queueSkills in this repo
1Amq Cliamq-cli is a Claude Code skill for coordinating agents through the AMQ file-based message queue. It covers sending messages to another named agent, checking and draining the inbox, replying, inspecting receipts, setting up co-op mode, and joining a swarm team. A developer uses it when two or more agents (such as claude and codex) need to talk to each other during a task. It explains AMQ's AM_ROOT and AM_ME routing rules and how to resolve the mailbox root correctly.128installs2Amq Specamq-spec is a Claude Code skill defining a two-agent collaborative specification workflow over the AMQ message queue. Two agents each research a design problem independently, then converge through discussion, drafting, and review before a human authorizes implementation. A developer uses it when they want two agents to think through a design together rather than just split implementation work. It uses a labeled phase convention (workflow:spec plus phase labels) to track which stage the conversation is in.94installs