Agent Plugins Marketplace
All plugins

amq-cli

v0.74.0

Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations

Codex2 Skills

By Aviv SinaiLicense: MIT2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add amq-cli@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/avivsinai/skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/amq-cli/.

Plugin files

plugins/amq-cli/
├── .codex-plugin/plugin.json
├── skills/amq-cli/SKILL.md
└── skills/amq-spec/SKILL.md

Included Skills2

amq-cliskills/amq-cli/SKILL.md

Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use this skill whenever you need to send messages to another agent (codex, claude, or any named handle), check your inbox, drain queued messages, set up co-op mode between agents, join a swarm team, route messages across projects, or diagnose delivery issues. Also use it when you receive a message and need to know how to reply, inspect receipts, or handle priority. Covers any multi-agent coordination task where agents need to talk to each other — review requests, questions, status updates, decision threads, wake notifications, and orchestrator integration (Symphony, Kanban). For collaborative spec/design workflows specifically, prefer the /amq-spec skill which provides structured phase-by-phase guidance. Not intended for distributed systems design (RabbitMQ, Kafka), CI/CD pipelines, or single-agent tasks with no partner.

amq-specskills/amq-spec/SKILL.md

Parallel-research-then-converge design workflow between two agents. Use this skill when the user wants two agents to independently think through a design problem before aligning on a solution — "spec X with codex", "design X together", "both agents think through X", "brainstorm architecture together", "parallel research then joint proposal", "think through separately then align", "careful thought from both sides before coding", or any variation where the user wants collaborative design rather than just splitting implementation work. Also use this when you receive a message labeled workflow:spec and need to know the correct receiver-side protocol. Not for sending simple messages or reviews (use /amq-cli), implementing completed designs, or creating document templates.

Plugin manifests1

plugins/amq-cli/.codex-plugin/plugin.json
{
  "name": "amq-cli",
  "version": "0.74.0",
  "description": "Agent Message Queue - file-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations",
  "author": {
    "name": "Aviv Sinai",
    "url": "https://github.com/avivsinai"
  },
  "repository": "https://github.com/avivsinai/agent-message-queue",
  "license": "MIT",
  "skills": "./skills/",
  "keywords": [
    "messaging",
    "agents",
    "maildir",
    "queue",
    "inter-agent",
    "coop",
    "federation",
    "integration",
    "spec"
  ],
  "interface": {
    "displayName": "Agent Message Queue",
    "composerIcon": "./assets/icon.png",
    "shortDescription": "File-based inter-agent messaging with co-op mode, federation, and orchestrator integrations",
    "category": "Developer Tools"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[amq-cli on Agent Plugins Marketplace](https://pluginsmp.com/plugins/amq-cli)