Agent skill · AI & Agents

qwen-coder

Provides Qwen Coder CLI delegation workflows for coding tasks using Qwen2.5-Coder and QwQ models, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Qwen for tasks such as code generation, refactoring, debugging, or architectural analysis. Triggers on "use qwen", "use qwen coder", "delegate to qwen", "ask qwen", "second opinion from qwen", "qwen opinion", "continue with qwen", "qwen session".

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill qwen-coder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: BashReadWrite
Path: skills/ai-llm/qwen-coder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Qwen Coder CLI Delegation Delegate selected tasks from Claude Code to Qwen Coder CLI using non-interactive commands, explicit model selection, safe permission flags, and shareable outputs. ## Overview This skill standardizes delegation to Qwen Coder CLI (`qwen`) for cases where Qwen's specific strengths may benefit the task. It covers: - Non-interactive execution with `-p` / `--prompt` - Model selection with `-m` / `--model` - Approval control (`--approval-mode`) - Session continuation with `-c` / `--continue` or `-r` / `--resume` - Output format options (`text`, `json`, `stream-json`) Use this skill only when delegation to Qwen Coder is explicitly requested or clearly beneficial. ## When to Use Use this skill when: - The user asks to delegate work to Qwen Coder CLI - The user wants a second opinion from Qwen Coder on a task - The user asks for Qwen Coder CLI output integrated into the current workflow - The user wants to continue a previous Qwen Coder session Trigger phrases: - "use qwen" - "use qwen coder" - "delegate to qwen" - "ask qwen" - "second opinion from qwen" - "qwen opinion" - "continue with qwen" - "qwen session" ## Prerequisites Verify tool availability and authenti

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Prerequisites
  4. Reference
  5. Instructions
  6. 1) Confirm Delegation Scope
  7. 2) Formulate Prompt in English
  8. 3) Select Execution Mode and Flags
  9. 4) Execute Qwen Coder CLI
  10. 5) Result Handling
  11. Output Template
  12. Examples
  13. Example 1: Code analysis with QwQ deep reasoning
  14. Example 2: Code refactoring with Qwen2.5-Coder
Ships with 1 file
  • metadata.json
Commands it runs
CLI availability
qwen --version
Authentication status
qwen auth status
qwen -p "<english-prompt>"
Default non-interactive delegation
qwen -p "Analyze this code and suggest refactoring improvements."
Explicit model and approval mode
qwen -p "Review authentication module for security issues with fixes." -m qwq --approval-mode plan
Continue previous session
More from claude-skill-registry
All skills →
About this skill
What does the qwen-coder skill do?

Provides Qwen Coder CLI delegation workflows for coding tasks using Qwen2.5-Coder and QwQ models, including English prompt formulation, execution flags, and safe result handling. Use when the user explicitly asks to use Qwen for tasks such as code generation, refactoring, debugging, or architectural analysis. Triggers on "use qwen", "use qwen coder", "delegate to qwen", "ask qwen", "second opinion from qwen", "qwen opinion", "continue with qwen", "qwen session".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill qwen-coder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going