
Claude Skills by greenpolo
github.com/greenpoloInternal helper contract for calling the multi-cli-companion runtime from Claude Code
Internal guidance for presenting Codex helper output back to the user
Auto-detect plan files in conversation context and pass them to multi:* execute subagents by reference, not by paraphrase
Rewire which CLI handles which role in cc-multi-cli-plugin, OR diagnose/work around an upstream CLI quirk via env vars and config files. Use when the user asks to swap CLIs, change a subagent's target CLI, add or disable a subagent or command, restrict a CLI, hardcode a model, or modify a role's prompt template — and also when a CLI is misbehaving (hangs, missing tools, broken release) and the user needs operator escape hatches like CURSOR_AGENT_PATH, ACP_TRACE, or per-CLI allowlist/MCP confi...
Add a new CLI provider to cc-multi-cli-plugin (beyond the built-in Codex/Gemini/Cursor/Copilot). Use when the user asks to integrate another AI CLI like Qwen, OpenCode, Aider, or any CLI that speaks ACP, ASP, or another structured protocol. Trigger phrases include "add Qwen to the plugin", "integrate OpenCode", "hook up my custom CLI", "support another model via ACP".
Internal helper contract for calling the multi-cli-companion runtime from any multi:* subagent
Internal guidance for presenting multi:* helper output back to the user