avivsinaiavivsinaiCommunityยท2 Agent Skills Included

agent-message-queue

File-based messaging and coordination between local coding agents

Enables local coding agents to exchange messages, reply in threads, and coordinate work through a crash-safe, file-based queue. Eliminates duplicated work, conflicting edits, and manual copy-paste between agent terminals without any server, daemon, or database. Provides receipts, wake notifications, cross-project routing, and a structured two-agent design workflow so multi-agent sessions stay synchronized.
npx skills add avivsinai/agent-message-queue --all -g -y
Available:

Instructs the agent on AMQ's architecture, CLI command contracts, message kinds, and operational constraints so it can route messaging, sessions, and diagnostics correctly when using the skills in this repository.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’