Agent Plugins Marketplace
All plugins

ai-jury

v1.18.1

Convene a cross-vendor multi-agent review jury (Claude Code + Codex + Antigravity + an optional free local model) on a diff, PR, or issue: independent review, cross-examination, verification, and one verdict — a chair's synthesis or a panel vote.

CodexClaude Code1 Skill

By Berkay TurancıLicense: MIT7 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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 ai-jury for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ai-jury@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/berkayturanci/ai-jury

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

Plugin files

ai-jury/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/ai-jury/SKILL.md

Included Skills1

ai-juryskills/ai-jury/SKILL.md

Convene a cross-vendor multi-agent review jury on a diff, PR, or issue and produce one report — Claude Code, Codex, Antigravity, and/or a free local/open-weight model each review independently, cross-examine each other, verify, and reach one verdict — a chair's synthesis or a panel vote. Handles the whole flow end to end (scaffold config if needed → review → report → summarize). Use when the user wants a multi-model review of a pull request, a diff, an issue, or the current branch, or says "review jury", "convene the jury", or "cross-model review".

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "ai-jury",
  "version": "1.18.1",
  "description": "Convene a cross-vendor multi-agent review jury (Claude Code + Codex + Antigravity + an optional free local model) on a diff, PR, or issue: independent review, cross-examination, verification, and one verdict — a chair's synthesis or a panel vote.",
  "author": {
    "name": "Berkay Turancı",
    "url": "https://github.com/berkayturanci"
  },
  "homepage": "https://github.com/berkayturanci/ai-jury",
  "repository": "https://github.com/berkayturanci/ai-jury",
  "license": "MIT",
  "keywords": [
    "code-review",
    "multi-agent",
    "claude-code",
    "codex",
    "antigravity",
    "orchestration"
  ],
  "skills": "./skills",
  "interface": {
    "displayName": "AI Jury",
    "shortDescription": "Cross-vendor multi-agent code review jury.",
    "longDescription": "Convenes a panel of native coding-agent CLIs from different vendors (Claude Code, Codex, Antigravity, or a free local model) to review the same diff, PR, or issue independently, debate findings, and reach one verdict.",
    "developerName": "Berkay Turancı",
    "category": "code-review"
  }
}
.claude-plugin/plugin.json
{
  "name": "ai-jury",
  "version": "1.18.1",
  "description": "Convene a cross-vendor multi-agent review jury (Claude Code + Codex + Antigravity + an optional free local model) on a diff, PR, or issue: independent review, cross-examination, verification, and one verdict — a chair's synthesis or a panel vote.",
  "author": {
    "name": "Berkay Turancı",
    "url": "https://github.com/berkayturanci"
  },
  "homepage": "https://github.com/berkayturanci/ai-jury",
  "repository": "https://github.com/berkayturanci/ai-jury",
  "license": "MIT",
  "keywords": [
    "code-review",
    "multi-agent",
    "claude-code",
    "codex",
    "antigravity",
    "orchestration"
  ],
  "skills": "./skills"
}

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

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