Plugin Claude Code
Plugin marketplace listing 1 plugin: gemini.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gemini.
Plugin Claude Code
agy-plugin-cc is a Claude Code companion for running Gemini CLI or Antigravity CLI (agy) as a cross-model task delegate and code reviewer, with pragmatic and adversarial review, MCP tools, and background jobs.
MCP server Claude CodeCodexCursor +2
MCP server "gemini" as configured in arcobaleno64/agy-plugin-cc. Runs process.env.GEMINI_MCP_STDIO='1';const p=require('node:path');const r=String(process.env.GEMINI_PLUGIN_ROOT);const…
Agent
Hand a task the user has asked to give to Gemini or AGY -- investigation, diagnosis, a second implementation pass, or a substantial coding task -- to the shared companion runtime. Use only when the user has asked for Gemini or AGY.
Command
Run an adversarial Gemini code review that challenges the implementation approach and design choices.
Command
Cancel an active background Gemini job in this repository.
Command
Delegate investigation, an explicit fix request, or follow-up rescue work to the Gemini rescue subagent.
Command
Show the stored final output for a finished Gemini job in this repository.
Command
Run a standard Gemini code review of recent git changes.
Command
Check whether Gemini CLI / AGY is ready and optionally toggle the stop-time review gate.
Command
Show active and recent Gemini jobs for this repository, including review-gate status.
Command
Export the current workspace context into a transfer snapshot and generate ready-to-run AGY / Gemini CLI handoff commands.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From arcobaleno64/agy-plugin-cc.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From arcobaleno64/agy-plugin-cc.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From arcobaleno64/agy-plugin-cc.
Skill Claude CodeCodex
Internal helper contract for calling the gemini-companion runtime from Claude Code.
Skill Claude CodeCodex
Internal guidance for composing Gemini and AGY prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin.
Skill Claude CodeCodex
Internal guidance for presenting Gemini helper output back to the user.