npx claudepluginhub greenpolo/cc-multi-cli-plugin --plugin qwen[--background|--wait] [--resume|--fresh] [--model <model>] <what to write>Dispatch to the `multi:qwen-writer` subagent. Qwen Code writes and edits code in agent mode using the Qwen3-Coder model family. Raw user request: $ARGUMENTS - Default foreground for small changes; background for multi-file refactors. - Pass `--model` / `--resume` through. - If no request, ask what Qwen should write. Return Qwen's output verbatim.
/writeDelegates bulk or multi-file code writing to Cursor agent mode using full tool access, with foreground/background options, model selection, and resume support. Returns generated code verbatim.
/codexDelegates coding tasks to OpenAI Codex CLI for autonomous execution via natural language prompts, handling code refactoring, testing, bug fixes, explanations, features, and reviews.
/rescueDelegates a task to Codex AI via background codex exec using arguments, based on OpenAI or OpenRouter provider. Presents unfiltered response and awaits user action.
/writeOrchestrates interactive LaTeX paper writing sprint: confirms scope, generates sections sequentially (abstract to experiments) using pipeline data, handles figures/references, with user confirmations after each step.
/writeWrites a human-sounding long-form blog post or article on the given topic, using project research if available and considering audience and goals.
/writeStarts interactive session to write new standardized Delphi code: gathers element type and requirements, proposes structure for approval, generates complete compilable unit with patterns.
Share bugs, ideas, or general feedback.
Dispatch to the multi:qwen-writer subagent. Qwen Code writes and edits code in agent mode using the Qwen3-Coder model family.
Raw user request: $ARGUMENTS
--model / --resume through.Return Qwen's output verbatim.