Plugin Claude Code
Plugin marketplace listing 5 plugins: multi, codex, cursor, antigravity, opencode.
Plugin Claude Code
Plugin marketplace listing 5 plugins: multi, codex, cursor, antigravity, opencode.
Instructions file CodexOpenCode
Instructions for greenpolo/cc-multi-cli-plugin, covering agents.md, what this is, the golden rule, the request chain and build & test.
Instructions file
Instructions for greenpolo/cc-multi-cli-plugin: Orientation for this repo is shared by all agent backends and lives in AGENTS.md. It is imported below.
Plugin Claude Code
Delegate read-only research and codebase exploration to Google Antigravity via its headless agy CLI (Gemini 3.7 Flash). EXPERIMENTAL. Requires the multi plugin and the agy CLI installed + signed in.
Command
Fast codebase exploration with Antigravity's agy CLI (Gemini 3.7 Flash, read-only). EXPERIMENTAL.
Command
Deep external research with Antigravity's agy CLI (Gemini 3.7 Flash — web search + synthesis, read-only). EXPERIMENTAL.
Plugin Claude Code
Delegate plan execution to Codex CLI via ASP. Part of cc-multi-cli-plugin. Requires the multi plugin.
Command
Adversarial design/code review with Codex — challenges the approach, not just the diff (read-only).
Command
Delegate execution of a specific plan or plan step to Codex.
Command
Hand a stuck or open-ended problem to Codex for an independent investigation or rescue pass.
Command
Run a Codex code review of your working tree or a branch (read-only).
Plugin Claude Code
Delegate implementation, web research, and codebase exploration to the Cursor CLI (headless agent -p). Part of cc-multi-cli-plugin. Requires the multi plugin.
Command
Delegate an implementation task or plan step to Cursor (agentic, writes code; default Auto model).
Plugin Claude Code
Hub plugin for cc-multi-cli-plugin: contains the companion runtime, subagents, setup wizard, and customization skills.
Agent
Fast codebase exploration with Antigravity's agy CLI (Gemini 3.7 Flash via headless agy -p). Read-only. Use when Claude needs a quick read-only pass over a codebase or files to answer "where is X / how does Y work" without burning main-thread context. Requires the agy CLI installed and signed in.
Agent
Deep external research with Antigravity's agy CLI (Gemini 3.7 Flash via headless agy -p) — web search and synthesis of outside knowledge into informed design choices. Read-only. Use when Claude needs to investigate APIs, libraries, best practices, or external specs and fold the findings into a recommendation. Requires…
Agent
Implement a SPECIFIC, well-defined plan or plan-step with Codex. Use ONLY when the user has a written plan, plan-step, named files, or acceptance criteria to execute ("execute this via codex", "implement this plan", "/codex:execute", or a --plan file is in context). Do NOT use when the user is stuck/exploring (use…
Agent
Hand an OPEN-ENDED or stuck problem to Codex for independent investigation. Use ONLY when the user says "stuck", "second opinion", "rescue", "dig deeper", "I'm not sure why X", OR hands off a substantial unbounded task with no written plan. Do NOT use when a plan or plan-step file is in context (use codex-execute) or…
Agent
Delegate a SPECIFIC, well-defined implementation task or plan step to Cursor in agent mode on the Auto model. Cursor is the fast lane for mechanical writing — long file writes (200+ lines), pattern-following across many files, bulk refactors. Supports autonomous multi-step runs via --until-done. Pair with…
Agent
Delegate quick read-only CODEBASE exploration to Cursor. Use to answer questions about the current repository ("where is X handled?", "how does Y flow?", "summarize the adapter layer") without spending Claude's tokens reading files. Cursor runs read-only (ask mode) using semantic search, grep, and its Explore…
Agent
Delegate read-only EXTERNAL web/documentation research to Cursor. Use when the user wants current library/API/docs research, "what's the current way to…", or to compare approaches — and you'd rather not spend Claude's context on web reading. Cursor runs read-only (ask mode) with web search + fetch and returns findings…
Agent
Delegate a SPECIFIC, well-defined implementation task or plan step to OpenCode in agent mode on claude-opus-5. OpenCode is the fast lane for mechanical writing — long file writes (200+ lines), pattern-following across many files, bulk refactors. Supports autonomous multi-step runs via --until-done. Pair with…
Agent
Delegate quick read-only CODEBASE exploration to OpenCode. Use to answer questions about the current repository ("where is X handled?", "how does Y flow?", "summarize the adapter layer") without spending Claude's tokens reading files. OpenCode runs read-only (ask mode) using semantic search, grep, and its Explore…
Agent
Delegate read-only EXTERNAL web/documentation research to OpenCode. Use when the user wants current library/API/docs research, "what's the current way to…", or to compare approaches — and you'd rather not spend Claude's context on web reading. OpenCode runs read-only (ask mode) with web search + fetch and returns…