Multi CLI Anything

Podrobný průvodce pro přispěvatele pro zapojení nového headless AI CLI (Aider, Qwen, atd.) do frameworku adaptérů cc-multi-cli-plugin.

od greenpolo · greenpolo/cc-multi-cli-plugin

Otestováno · Funguje ★ 9.6/10

Multi CLI Anything — Podrobný průvodce pro přispěvatele pro zapojení nového headless AI CLI (Aider, Qwen, atd.) do frameworku adaptérů cc-multi-cli-plugin.

Co umí

Provede přidáním nového CLI provider do 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. Spouští se, když uživatel požádá o 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.

Testovací report

Každý 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.

Testováno: 2026-07-14 · Claude Code 2.x (agent harness)

Instalace

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

Příkazy a ukázkové prompty

  • /multi-cli-anythingPodrobný průvodce pro přispěvatele pro zapojení nového headless AI CLI (Aider, Qwen, atd.) do frameworku adaptérů cc-multi-cli-plugin.

Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):

  • 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