cc-multi-cli-plugin
Delegate coding tasks across Codex, Cursor, Antigravity, and OpenCode
All Skills in This Repository (4)
Pure Emerald Level Indicatorsmulti-cli-anything
Integrate ACP-capable CLIs into the multi-cli-plugin with adapter scaffolding and testing.
multi-cli-runtime
Route multi:* subagents to the correct CLI runtimes via a unified helper.
multi-result-handling
Preserve and surface multi:* helper outputs from CLIs without paraphrasing.
customize
Reassign CLI roles by editing command, agent, and adapter files in cc-multi-cli-plugin.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core