greenpologreenpoloCommunity·4 Agent Skills Included

cc-multi-cli-plugin

Delegate coding tasks across Codex, Cursor, Antigravity, and OpenCode

Delegates coding, review, and research work from Claude Code to external coding CLIs like Codex, Cursor, Antigravity, and OpenCode. Cuts token costs by letting the cheapest or best-suited CLI do the heavy lifting instead of the main session. Supports background jobs, plan-file handoff, read-only research roles, and adding new CLIs through a simple adapter contract.
npx skills add greenpolo/cc-multi-cli-plugin --all -g -y
Available:

Tells the AI agent to act as a thin forwarder that routes each request to the right external CLI through the companion runtime, keeping its own token use minimal and never doing the delegated work itself.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cc-multi-cli-plugin?

Run `npx skills add greenpolo/cc-multi-cli-plugin --all -g -y` in your terminal to install all skills in this suite globally.

How to reduce Claude Code token costs?

This plugin offloads heavy coding, review, and research tasks to external CLIs like Codex, Cursor, or OpenCode, so the main Claude session spends as few tokens as possible.

Can I delegate a coding task to Codex or Cursor from Claude Code?

Yes. Commands like /codex:execute, /cursor:delegate, and /opencode:delegate forward your task to the chosen CLI, which writes code and returns a structured report.

Can I add another AI CLI to this plugin?

Yes. The multi-cli-anything skill scaffolds a new adapter and plugin for any CLI with a headless, app-server, or structured transport, such as Aider or Qwen.

Do I need coding experience to use cc-multi-cli-plugin?

Basic familiarity helps, but you can simply ask Claude in plain English to delegate work, and the plugin handles routing, flags, and result formatting automatically.

Related Repositories in Software Engineering

View All in Software Engineering