plugins marketplace
← All plugins

gavel

v0.5.0

Fuse the Claude Code model with OpenAI Codex and agy: query all three in parallel, then Claude judges, synthesizes, and acts.

Claude Code1 skill

by junkimMIT36updated 1 month ago

Source

git clone https://github.com/junkim100/gavel

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

gavel/
├── .claude-plugin/plugin.json
└── skills/gavel-synthesis/SKILL.md

Skills1

gavel-synthesisskills/gavel-synthesis/SKILL.md

Internal judge contract for fusing Codex, agy, and Claude answers into one grounded answer during /gavel:fuse

Manifests1

.claude-plugin/plugin.json
{
  "name": "gavel",
  "version": "0.5.0",
  "description": "Fuse the Claude Code model with OpenAI Codex and agy: query all three in parallel, then Claude judges, synthesizes, and acts.",
  "author": {
    "name": "junkim",
    "email": "junkim100@gmail.com"
  },
  "homepage": "https://github.com/junkim100/gavel",
  "repository": "https://github.com/junkim100/gavel",
  "license": "MIT"
}