By udeope
Use the local opencode CLI from Claude Code to review code or delegate rescue tasks.
Delegate a more adversarial, design-focused review to the opencode CLI.
Cancel a running background opencode job by id.
Delegate a rescue/diagnosis task to the opencode CLI (read-only by default).
Show the saved output for a specific opencode job id.
Delegate a read-only code review of local changes to the opencode CLI.
Runtime contract for the opencode CLI companion used by the opencode Claude Code plugin.
How to compose effective prompts for the opencode CLI for review, rescue, and diagnosis tasks.
Internal guidance for presenting opencode companion output back to the user.
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
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.
Executes directly as bash, bypassing the AI model
Executes directly as bash, bypassing the AI model
Multi-client companion plugin that delegates code review and rescue workflows to the local opencode CLI from Claude Code, Codex, and OpenCode.
opencode (the plan agent).opencode, read-only by default; write tasks use the build agent.All work runs through your local opencode install, honoring your existing opencode auth and config.
agyThis plugin mirrors the structure of agy-plugin-cc but targets the opencode CLI. Key adaptations:
| Concern | agy (Antigravity) | opencode |
|---|---|---|
| Read-only mode | --sandbox flag | --agent plan (no file modifications) |
| Write mode | drop --sandbox | --agent build (full read/write/execute) |
| One-shot prompt | --print <prompt> | run <prompt> |
| Resume | --continue / --conversation | --continue / --session <id> |
| Write gate | Antigravity trustedWorkspaces | optional OPENCODE_COMPANION_TRUSTED |
opencode executable in your PATH.opencode auth login).claude plugin marketplace add udeope/opencode-plugin-cc
claude plugin install opencode@opencode-plugin-cc
For local development from a clone:
claude plugin marketplace add .
claude plugin install opencode@opencode-plugin-cc
Then verify:
/opencode:setup --auth-check
| Command | Description |
|---|---|
/opencode:setup | Check opencode availability and optional auth smoke test. |
/opencode:review | Read-only review of local changes (plan agent). |
/opencode:adversarial-review | Adversarial, design-focused review. |
/opencode:rescue | Delegate a rescue/diagnosis task (read-only by default; build agent for writes). |
/opencode:status | Show background job status. |
/opencode:result | Show saved output for a job id. |
/opencode:cancel | Cancel a running job. |
opencode has no --sandbox flag. Read-only work runs on the built-in plan agent (no file modifications). A rescue task runs on the build agent (full read/write/execute) when you pass --write or the task contains a write verb (fix, apply, edit, implement, refactor, create, delete, ...).
Set OPENCODE_COMPANION_TRUSTED to a path-delimited list of directories to restrict writes to those workspaces:
export OPENCODE_COMPANION_TRUSTED="$HOME/projects/app:$HOME/work"
When unset, writes are unrestricted and opencode's own build permission model applies.
Pass --background to review, adversarial-review, or rescue to run without blocking.
Job metadata and logs are stored under a per-workspace directory
($OPENCODE_COMPANION_DATA, then $CLAUDE_PLUGIN_DATA, then the OS temp dir).
--base <ref> — include a diff against a base ref in the review context.--model <provider/model> — override the opencode model for a single run.--continue / --session <id> — resume an opencode session for iterative rescue.--json — request opencode's raw JSON event stream (--format json).Apache-2.0
npx claudepluginhub udeope/opencode-plugin-cc --plugin opencodeUse the local Antigravity CLI from Claude Code to review code or delegate rescue tasks.
Multi-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.