agent-message-queue
File-based messaging and coordination between local coding agents
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Agent Message Queue?โผ
Run `npx skills add avivsinai/agent-message-queue --all -g -y` in your terminal to install all skills in this suite globally. You also need the `amq` binary, available via Homebrew or the project's install script.
How do two coding agents talk to each other?โผ
AMQ gives agents a local file-based message queue where one agent runs `amq send` and the other reads with `amq list` or `amq drain`. Messages are crash-safe, human-readable files with threads, priorities, and delivery receipts.
Does AMQ need a server or database?โผ
No. AMQ is fully daemon-free and file-based, using atomic Maildir-style delivery so messages are never partially written or lost. It works anywhere plain files work.
Does AMQ work with Claude Code and Codex?โผ
Yes. AMQ supports Claude Code, Codex CLI, Grok, and Cursor, and can launch both agents in one shared session with `amq setup` and `amq launch`.
Can two agents design a feature together with AMQ?โผ
Yes. The amq-spec skill runs a structured workflow where both agents research independently, discuss, draft, and review a plan before presenting it to you for approval.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core