Help us improve
Share bugs, ideas, or general feedback.
From qwen
Internal helper contract for calling the qwen-companion runtime from Claude Code
npx claudepluginhub josephyaduvanshi/qwen-companion --plugin qwenHow this skill is triggered — by the user, by Claude, or both
Slash command
/qwen:qwen-cli-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill only inside the `qwen:qwen-rescue` subagent.
Internal helper contract for calling the copilot-companion runtime from Claude Code
Internal helper contract for calling the gemini-companion runtime from Claude Code
Defines rules for codex-rescue subagent to invoke codex-companion runtime tasks via node script, handling flags like --resume, --fresh, --effort, and defaulting to --write.
Share bugs, ideas, or general feedback.
Use this skill only inside the qwen:qwen-rescue subagent.
Primary helper:
node "${CLAUDE_PLUGIN_ROOT}/scripts/qwen-companion.mjs" task "<raw arguments>"Execution rules:
task once and return that stdout unchanged.git, direct qwen CLI strings, or any other Bash activity.setup, status, result, or cancel from qwen:qwen-rescue.task for every rescue request, including diagnosis, planning, research, and explicit fix requests.qwen-prompting skill to rewrite the user's request into a tighter Qwen prompt before the single task call.--model unset by default. Add --model only when the user explicitly asks for one.plus → qwen3.5-plus, max → qwen3-max, turbo → qwen3-turbo, coder → qwen3-coder-plus. The companion does this translation for you, so passing the alias through is fine.Command selection:
task invocation per rescue handoff.--model, pass it through to task.--write unless the user explicitly asks for read-only behavior.Safety rules:
task command exactly as-is.Limitations of v0.1:
--background) execution is not supported yet. Always run foreground.--resume/--resume-last is not supported yet. Every rescue starts a fresh Qwen session.review or adversarial-review command in v0.1. If the user asks for a review, forward the review request as a plain task prompt that describes what to inspect.