Help us improve
Share bugs, ideas, or general feedback.
From multi
Presents structured output from multi:* helper tools (Cursor, Gemini, Copilot, etc.) preserving verdict, summary, findings, and next-steps sections. Handles messy interleaved output and failed runs.
npx claudepluginhub greenpolo/cc-multi-cli-plugin --plugin multiHow this skill is triggered — by the user, by Claude, or both
Slash command
/multi:multi-result-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a `multi:*` subagent returns helper output (Cursor, Gemini, Copilot, Codex via multi, Qwen, or any CLI added via `multi-cli-anything`):
Presents Codex helper outputs per strict rules: preserves structure/verdict/findings/next-steps, orders by severity, forbids auto-fixes or code changes.
Internal guidance for presenting Copilot helper output back to the user
Share bugs, ideas, or general feedback.
When a multi:* subagent returns helper output (Cursor, Gemini, Copilot, Codex via multi, Qwen, or any CLI added via multi-cli-anything):
## Outcome, ## Files touched, ## Verification, ## Notes), surface those sections as the canonical answer. Your commentary, if any, should reference the report — not restate it.Some upstream CLIs (notably Cursor in agent acp mode) stream chain-of-thought tokens interleaved with the final answer. When you see a mix of reasoning prose and a structured final report:
<CLI> <role> failed: ...), report the failure with the most actionable stderr lines and stop. Do not turn a failed helper run into a Claude-side implementation attempt./multi:setup and stop.For research, review, or diagnosis output from multi:gemini-researcher, multi:copilot-reviewer, multi:copilot-researcher, multi:cursor-debugger, etc.:
/multi:status <job-id> for live progress and /multi:result <job-id> for the final output. Stop there.