-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplugins.json
More file actions
303 lines (303 loc) · 14.4 KB
/
plugins.json
File metadata and controls
303 lines (303 loc) · 14.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"name": "awesome-codex-plugins",
"version": "1.0.0",
"last_updated": "2026-04-01",
"total": 29,
"categories": [
"Development & Workflow",
"Tools & Integrations"
],
"plugins": [
{
"name": "Registry Broker",
"url": "https://github.com/hashgraph-online/registry-broker-codex-plugin",
"owner": "hashgraph-online",
"repo": "registry-broker-codex-plugin",
"description": "Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/hashgraph-online/registry-broker-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "AgentOps",
"url": "https://github.com/boshu2/agentops",
"owner": "boshu2",
"repo": "agentops",
"description": "DevOps layer for coding agents with flow, feedback, and memory that compounds between sessions.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/boshu2/agentops/main/.codex-plugin/plugin.json"
},
{
"name": "Blueprint",
"url": "https://github.com/JuliusBrussee/blueprint",
"owner": "JuliusBrussee",
"repo": "blueprint",
"description": "Specification-driven development pipeline that turns natural language into domain blueprints with testable acceptance criteria, generates parallel build plans, and implements them with automated validation and cross-model adversarial review.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/JuliusBrussee/blueprint/main/.codex-plugin/plugin.json"
},
{
"name": "Brooks Lint",
"url": "https://github.com/hyhmrright/brooks-lint",
"owner": "hyhmrright",
"repo": "brooks-lint",
"description": "AI code reviews grounded in six classic engineering books — decay risk diagnostics with book citations, severity labels, and four analysis modes (PR review, architecture audit, tech debt, test quality).",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/hyhmrright/brooks-lint/main/.codex-plugin/plugin.json"
},
{
"name": "Claude Code Skills",
"url": "https://github.com/alirezarezvani/claude-skills",
"owner": "alirezarezvani",
"repo": "claude-skills",
"description": "223 production-ready skills, 23 agents, and 298 Python tools across 9 domains — engineering, marketing, product, compliance, and more.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/.codex-plugin/plugin.json"
},
{
"name": "Claude Octopus",
"url": "https://github.com/nyldn/claude-octopus",
"owner": "nyldn",
"repo": "claude-octopus",
"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.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/nyldn/claude-octopus/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Agenteam",
"url": "https://github.com/yimwoo/codex-agenteam",
"owner": "yimwoo",
"repo": "codex-agenteam",
"description": "Specialist AI agents (researcher, PM, architect, developer, QA, reviewer) orchestrated as a configurable team pipeline.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/yimwoo/codex-agenteam/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Multi Auth",
"url": "https://github.com/ndycode/codex-multi-auth",
"owner": "ndycode",
"repo": "codex-multi-auth",
"description": "Multi-account OAuth manager for the official Codex CLI with switching, health checks, and recovery tools.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/ndycode/codex-multi-auth/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Reviewer",
"url": "https://github.com/schuettc/codex-reviewer",
"owner": "schuettc",
"repo": "codex-reviewer",
"description": "Second-pass review of Claude-driven plans and implementations.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/schuettc/codex-reviewer/main/.codex-plugin/plugin.json"
},
{
"name": "HOTL Plugin",
"url": "https://github.com/yimwoo/hotl-plugin",
"owner": "yimwoo",
"repo": "hotl-plugin",
"description": "Human-on-the-Loop AI coding workflow plugin for Codex, Claude Code, and Cline with structured planning, review, and verification guardrails.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/yimwoo/hotl-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "Project Autopilot",
"url": "https://github.com/AlexMi64/codex-project-autopilot",
"owner": "AlexMi64",
"repo": "codex-project-autopilot",
"description": "Turn an idea into a structured project workflow with planning, execution, verification, and handoff.",
"category": "Development & Workflow",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/AlexMi64/codex-project-autopilot/main/.codex-plugin/plugin.json"
},
{
"name": "Agent Message Queue",
"url": "https://github.com/avivsinai/agent-message-queue",
"owner": "avivsinai",
"repo": "agent-message-queue",
"description": "File-based inter-agent messaging with co-op mode, cross-project federation, and orchestrator integrations.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/agent-message-queue/main/.codex-plugin/plugin.json"
},
{
"name": "Apple Productivity",
"url": "https://github.com/matk0shub/apple-productivity-mcp",
"owner": "matk0shub",
"repo": "apple-productivity-mcp",
"description": "Local Apple Calendar and Reminders tooling for macOS with Codex plugin adapters.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/matk0shub/apple-productivity-mcp/main/.codex-plugin/plugin.json"
},
{
"name": "Bitbucket CLI",
"url": "https://github.com/avivsinai/bitbucket-cli",
"owner": "avivsinai",
"repo": "bitbucket-cli",
"description": "Manage Bitbucket repos, PRs, branches, issues, webhooks, and pipelines for Data Center and Cloud.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/bitbucket-cli/main/.codex-plugin/plugin.json"
},
{
"name": "Chrome DevTools",
"url": "https://github.com/win4r/chrome-devtools-codex-plugin",
"owner": "win4r",
"repo": "chrome-devtools-codex-plugin",
"description": "One-click Codex plugin wrapper for chrome-devtools-mcp.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/win4r/chrome-devtools-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Be Serious",
"url": "https://github.com/lulucatdev/codex-be-serious",
"owner": "lulucatdev",
"repo": "codex-be-serious",
"description": "Enforce formal, textbook-grade written register across all agent output.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/lulucatdev/codex-be-serious/main/.codex-plugin/plugin.json"
},
{
"name": "Codex Mem",
"url": "https://github.com/2kDarki/codex-mem",
"owner": "2kDarki",
"repo": "codex-mem",
"description": "Automatically capture, compress, and inject session context back into future Codex sessions.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/2kDarki/codex-mem/main/.codex-plugin/plugin.json"
},
{
"name": "Context Pack",
"url": "https://github.com/Rothschildiuk/context-pack",
"owner": "Rothschildiuk",
"repo": "context-pack",
"description": "Generate compact first-pass repository briefings for coding agents before deeper exploration.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/Rothschildiuk/context-pack/main/.codex-plugin/plugin.json"
},
{
"name": "Jenkins CLI",
"url": "https://github.com/avivsinai/jenkins-cli",
"owner": "avivsinai",
"repo": "jenkins-cli",
"description": "GitHub CLI-style interface for Jenkins controllers with jobs, pipelines, runs, logs, artifacts, credentials, and nodes.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/jenkins-cli/main/.codex-plugin/plugin.json"
},
{
"name": "KiCad Happy",
"url": "https://github.com/aklofas/kicad-happy",
"owner": "aklofas",
"repo": "kicad-happy",
"description": "KiCad EDA skills for schematic analysis, PCB layout review, component sourcing, BOM management, and manufacturing preparation.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/aklofas/kicad-happy/main/.codex-plugin/plugin.json"
},
{
"name": "Langfuse Observability",
"url": "https://github.com/avivsinai/langfuse-mcp",
"owner": "avivsinai",
"repo": "langfuse-mcp",
"description": "Query traces, debug exceptions, analyze sessions, and manage prompts via MCP tools.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/avivsinai/langfuse-mcp/main/.codex-plugin/plugin.json"
},
{
"name": "Launch Fast",
"url": "https://github.com/BlockchainHB/launchfast_codex_plugin",
"owner": "BlockchainHB",
"repo": "launchfast_codex_plugin",
"description": "Official Launch Fast plugin adapter for rapid SaaS deployment.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/BlockchainHB/launchfast_codex_plugin/main/.codex-plugin/plugin.json"
},
{
"name": "OC ChatGPT Multi Auth",
"url": "https://github.com/ndycode/oc-chatgpt-multi-auth",
"owner": "ndycode",
"repo": "oc-chatgpt-multi-auth",
"description": "Codex setup skill and OpenCode plugin for ChatGPT Plus/Pro OAuth, GPT-5/Codex presets, and multi-account failover.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/ndycode/oc-chatgpt-multi-auth/main/.codex-plugin/plugin.json"
},
{
"name": "OpenProject",
"url": "https://github.com/varaprasadreddy9676/team-codex-plugins",
"owner": "varaprasadreddy9676",
"repo": "team-codex-plugins",
"description": "Team collaboration via OpenProject integration.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/varaprasadreddy9676/team-codex-plugins/main/.codex-plugin/plugin.json"
},
{
"name": "OrgX",
"url": "https://github.com/useorgx/orgx-codex-plugin",
"owner": "useorgx",
"repo": "orgx-codex-plugin",
"description": "MCP access and initiative-aware skills for organizational workflows.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/useorgx/orgx-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "PANews Agent Toolkit",
"url": "https://github.com/panewslab/skills",
"owner": "panewslab",
"repo": "skills",
"description": "Crypto and blockchain news discovery, authenticated creator publishing workflows, and page-to-Markdown reading.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/panewslab/skills/main/.codex-plugin/plugin.json"
},
{
"name": "PapersFlow",
"url": "https://github.com/papersflow-ai/papersflow-codex-plugin",
"owner": "papersflow-ai",
"repo": "papersflow-codex-plugin",
"description": "Paper discovery, citation verification, graph exploration, and DeepScan analysis.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/papersflow-ai/papersflow-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "ru-text",
"url": "https://github.com/talkstream/ru-text",
"owner": "talkstream",
"repo": "ru-text",
"description": "Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/talkstream/ru-text/main/.codex-plugin/plugin.json"
},
{
"name": "Yandex Direct",
"url": "https://github.com/nebelov/yandex-direct-for-all",
"owner": "nebelov",
"repo": "yandex-direct-for-all",
"description": "GitHub-ready Codex plugin bundle for Yandex Direct, Wordstat, Metrika, and Roistat.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/nebelov/yandex-direct-for-all/main/.codex-plugin/plugin.json"
}
]
}