Skip to content

Commit 95af84d

Browse files
author
internet-dot
authored
Merge pull request #23 from avivsinai/codex/add-agent-message-queue
Add Agent Message Queue to Community Plugins
2 parents 05b4ef9 + bd24de5 commit 95af84d

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
5959
<!-- pinned -->
6060
- [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.
6161
- [AgentOps](https://github.com/boshu2/agentops) - DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions.
62-
- [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.
6362
- [Claude Code Skills](https://github.com/alirezarezvani/claude-skills) - 223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, and more.
63+
- [Claude Octopus](https://github.com/nyldn/claude-octopus) - Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.
6464
- [Codex Agenteam](https://github.com/yimwoo/codex-agenteam) - Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline.
6565
- [Codex Multi Auth](https://github.com/ndycode/codex-multi-auth) - Multi-account OAuth manager for the official Codex CLI with switching, health checks, and recovery tools.
6666
- [Codex Reviewer](https://github.com/schuettc/codex-reviewer) - Second-pass review of Claude-driven plans and implementations.
@@ -69,6 +69,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
6969

7070
### Tools & Integrations
7171

72+
- [Agent Message Queue](https://github.com/avivsinai/agent-message-queue) - File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.
7273
- [Apple Productivity](https://github.com/matk0shub/apple-productivity-mcp) - Local Apple Calendar and Reminders tooling for macOS with Codex plugin adapters.
7374
- [Bitbucket CLI](https://github.com/avivsinai/bitbucket-cli) - Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud.
7475
- [Chrome DevTools](https://github.com/win4r/chrome-devtools-codex-plugin) - One-click Codex plugin wrapper for chrome-devtools-mcp.

plugins.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-03-31",
6-
"total": 26,
6+
"total": 27,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -29,16 +29,6 @@
2929
"source": "awesome-codex-plugins",
3030
"install_url": "https://raw.githubusercontent.com/boshu2/agentops/main/.codex-plugin/plugin.json"
3131
},
32-
{
33-
"name": "Claude Octopus",
34-
"url": "https://github.com/nyldn/claude-octopus",
35-
"owner": "nyldn",
36-
"repo": "claude-octopus",
37-
"description": "Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.",
38-
"category": "Development & Workflow",
39-
"source": "awesome-codex-plugins",
40-
"install_url": "https://raw.githubusercontent.com/nyldn/claude-octopus/main/.codex-plugin/plugin.json"
41-
},
4232
{
4333
"name": "Claude Code Skills",
4434
"url": "https://github.com/alirezarezvani/claude-skills",
@@ -49,6 +39,16 @@
4939
"source": "awesome-codex-plugins",
5040
"install_url": "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.codex-plugin/plugin.json"
5141
},
42+
{
43+
"name": "Claude Octopus",
44+
"url": "https://github.com/nyldn/claude-octopus",
45+
"owner": "nyldn",
46+
"repo": "claude-octopus",
47+
"description": "Multi-LLM orchestration dispatching to 8 providers (Codex, Gemini, Copilot, Qwen, Perplexity, OpenRouter, Ollama, OpenCode) with Double Diamond workflows, adversarial review, and safety gates.",
48+
"category": "Development & Workflow",
49+
"source": "awesome-codex-plugins",
50+
"install_url": "https://raw.githubusercontent.com/nyldn/claude-octopus/main/.codex-plugin/plugin.json"
51+
},
5252
{
5353
"name": "Codex Agenteam",
5454
"url": "https://github.com/yimwoo/codex-agenteam",
@@ -99,6 +99,16 @@
9999
"source": "awesome-codex-plugins",
100100
"install_url": "https://raw.githubusercontent.com/AlexMi64/codex-project-autopilot/main/.codex-plugin/plugin.json"
101101
},
102+
{
103+
"name": "Agent Message Queue",
104+
"url": "https://github.com/avivsinai/agent-message-queue",
105+
"owner": "avivsinai",
106+
"repo": "agent-message-queue",
107+
"description": "File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.",
108+
"category": "Tools & Integrations",
109+
"source": "awesome-codex-plugins",
110+
"install_url": "https://raw.githubusercontent.com/avivsinai/agent-message-queue/main/.codex-plugin/plugin.json"
111+
},
102112
{
103113
"name": "Apple Productivity",
104114
"url": "https://github.com/matk0shub/apple-productivity-mcp",

0 commit comments

Comments
 (0)