codex-update
Install or update the upstream openai/codex-plugin-cc to the pinned tag
Run a Gemini review that challenges the implementation approach and design choices
> /plugin marketplace add dysfunc/ai-plugins-ccHow it fires
How this command gets triggered: by you, by Claude, or both.
/adversarial-reviewContext preview
What this command does when you run it.
Run a Gemini review that challenges the implementation approach and design choices
description: Run a Gemini review that challenges the implementation approach and design choices argument-hint: '[--wait|--background] [--base <ref>] [--scope auto|working-tree|branch] [focus ...]' disable-model-invocation: true allowed-tools: Read, Glob, Grep, Bash(node:*), Bash(git:*), AskUserQuestion
Run an adversarial Gemini review through the shared plugin runtime. Position it as a challenge review that questions the chosen implementation, design choices, tradeoffs, and assumptions. It is not just a stricter pass over implementation defects.
Raw slash-command arguments: `$ARGUMENTS`
Core constraint:
Execution mode rules:
Argument handling:
Foreground flow:
node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" adversarial-review "$ARGUMENTS"Background flow:
Bash({
command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/gemini-companion.mjs" adversarial-review "$ARGUMENTS"`,
description: "Gemini adversarial review",
run_in_background: true
})Claude Code plugins that delegate to external AI CLIs — Codex, Gemini, and Grok — sharing a hardened core and an optional umbrella plugin that dispatches across providers. Status: active development.
Repo: dysfunc/ai-plugins-cc
Install or update the upstream openai/codex-plugin-cc to the pinned tag
Fan out a review to multiple AI providers and render their findings side-by-side
Hand a substantial coding task to the configured AI provider (gemini, grok, or codex)
Review the pending change with the configured AI provider (gemini, grok, or codex)