Run an Agy review that challenges the implementation approach and design choices
Cancel an active background Agy job in this repository
Delegate investigation, an explicit fix request, or follow-up rescue work to the Agy rescue subagent
Show the stored final output for a finished Agy job in this repository
Run an Agy code review against local git state
Internal helper contract for calling the agy-companion runtime from Claude Code
Internal guidance for composing Agy prompts for coding, review, diagnosis, and research tasks inside the Agy Claude Code plugin
Internal guidance for presenting Agy helper output back to the user
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Use Agy from inside Claude Code for code reviews or to delegate tasks to Agy.
This plugin is for Claude Code users who want an easy way to call Agy (the Anthropic agent CLI running Claude and Gemini family models) from the workflow they already have. It follows the structure of OpenAI's codex-plugin-cc, adapted to Agy's print-mode CLI.
/agy:review for a normal read-only Agy review/agy:adversarial-review for a steerable challenge review/agy:rescue, /agy:status, /agy:result, and /agy:cancel to delegate work and manage background jobsagy CLI installed and on your PATH. This plugin does not install Agy for you.agy in a terminal once and complete the login flow.Add the marketplace in Claude Code:
From GitHub (the repository is private — your gh/git credentials must have access):
/plugin marketplace add nguyenhieuec/agy-plugin-cc
Or from a local clone:
/plugin marketplace add /path/to/agy-plugin-cc
Install the plugin:
/plugin install agy@agy-cc
Reload plugins:
/reload-plugins
Then run:
/agy:setup
/agy:setup tells you whether Agy is ready. If agy is missing from your PATH, install it first
and re-run setup. If Agy is installed but not signed in, run agy interactively in a terminal to
complete the login flow — there is no non-interactive login.
After install, you should see:
agy:agy-rescue subagent in /agentsOne simple first run is:
/agy:review --background
/agy:status
/agy:result
Agy bundles effort into the model label — there is no separate --effort flag. The plugin accepts
either the full label or a short alias anywhere --model is supported:
| Alias | Model label |
|---|---|
flash | Gemini 3.5 Flash (High) |
flash-low | Gemini 3.5 Flash (Low) |
flash-medium | Gemini 3.5 Flash (Medium) |
flash-high | Gemini 3.5 Flash (High) |
pro | Gemini 3.1 Pro (High) |
pro-low | Gemini 3.1 Pro (Low) |
pro-high | Gemini 3.1 Pro (High) |
sonnet | Claude Sonnet 4.6 (Thinking) |
opus | Claude Opus 4.6 (Thinking) |
gpt-oss | GPT-OSS 120B (Medium) |
Defaults:
flash (Gemini 3.5 Flash (High)) unless you pass --model. The
plugin pins this explicitly rather than relying on Agy's built-in default, so behavior stays
stable even if a future Agy release changes its default model.--resume) keep the model they were started with; pass --model
to switch./agy:reviewRuns a normal Agy review on your current work.
[!NOTE] Code review especially for multi-file changes might take a while. It's generally recommended to run it in the background.
Use it when you want:
mainUse --base <ref> for branch review. It also supports --wait, --background, and
--model <model|alias>. It is not steerable and does not take custom focus text. Use
/agy:adversarial-review when you want to challenge a specific decision
or risk area.
Examples:
/agy:review
/agy:review --base main
/agy:review --background
/agy:review --model pro
This command is read-only and will not perform any changes. When run in the background you can use
/agy:status to check on the progress and /agy:cancel to cancel the
ongoing task.
/agy:adversarial-reviewRuns a steerable review that questions the chosen implementation and design.
It can be used to pressure-test assumptions, tradeoffs, failure modes, and whether a different approach would have been safer or simpler.
It uses the same review target selection as /agy:review, including --base <ref> for branch
review. It also supports --wait, --background, and --model. Unlike /agy:review, it can take
extra focus text after the flags. Like every command it defaults to flash (Gemini 3.5 Flash
(High)); pass --model sonnet or --model opus when you want a stronger reasoning tier for the
challenge pass.
Use it when you want:
Examples:
npx claudepluginhub nguyenhieuec/agy-plugin-cc --plugin agyMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.