Multi CLI Anything
Step-by-step contributor guide for wiring a new headless AI CLI (Aider, Qwen, etc.) into cc-multi-cli-plugin's adapter framework.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 73ccb15
Every worked-example file the skill points to (CONTRACT.md, cursor.mjs, registry.mjs, task.mjs) checks out live in the repo, and the mini-task -- draft the first three steps to wire up Aider -- came back with exact file paths, a concrete adapter template, and a cited worked example instead of the generic 'write an adapter, add tests' answer a baseline attempt produced.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Multi CLI Anything does
Walks through adding a new CLI provider to cc-multi-cli-plugin beyond the built-in Codex/Cursor/Antigravity/OpenCode: researching the target CLI's headless transport, writing a five-method adapter module, registering it in registry.mjs and task.mjs, and scaffolding the companion plugin/commands/subagents. Triggers when the user asks to integrate, add, or hook up another AI CLI (Aider, Qwen, or any CLI with a print/JSON, app-server, or ACP mode) into this specific plugin.
How to install Multi CLI Anything
git clone https://github.com/greenpolo/cc-multi-cli-plugin
cd cc-multi-cli-plugin
mkdir -p ~/.claude/skills
cp -r plugins/multi/skills/multi-cli-anything ~/.claude/skills/multi-cli-anything
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Multi CLI Anything
-
/multi-cli-anythingStep-by-step contributor guide for wiring a new headless AI CLI (Aider, Qwen, etc.) into cc-multi-cli-plugin's adapter framework.
It also activates on plain-language prompts like these:
-
I want to add Aider support to our multi-CLI plugin's adapter framework -
Help me wire Qwen's headless mode into our CLI adapter registry -
Write the five-method adapter needed to plug a new AI CLI into our plugin
Frequently asked questions
- Is the Multi CLI Anything skill free?
- Yes. The skill itself is free from greenpolo/cc-multi-cli-plugin. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Multi CLI Anything work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Every worked-example file the skill points to (CONTRACT.md, cursor.mjs, registry.mjs, task.mjs) checks out live in the repo, and the mini-task -- draft the first three steps to wire up Aider -- came back with exact file paths, a concrete adapter template, and a cited worked example instead of the generic 'write an adapter, add tests' answer a baseline attempt produced.
- What is the Multi CLI Anything SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Multi CLI Anything?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Multi CLI Anything with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.