Skip to main content

← All sources

Qwen Code skills

First-party software-engineering skills from Alibaba's Qwen Code terminal coding agent — code review, structured debugging, GitHub-issue bugfix, E2E testing, docs auditing, maintainer triage, and feature-development workflows (~20+ skills bundled in the org's own product repo). skills-hub.ai mirrors 17 skills from Qwen Code daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/QwenLM/qwen-code

Installing a Qwen Code skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Qwen Code skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Qwen Code skills via API
curl https://skills-hub.ai/api/v1/skills?source=qwen-code

# Browse all sources
open https://skills-hub.ai/sources

Top Qwen Code skills

See all →

The most-installed skills from Qwen Code, ranked by adoption.

  1. 01agent-reproduce-feature

    Use when reproducing an existing Codex or Claude Code feature in Qwen Code or another agent CLI by choosing a reference agent, capturing HTTP request bodies, prompts, tool/function schemas, terminal output, and then implementing the matching behavior in the target repo.

    Buildfrom Qwen Code
  2. 02create-issue

    Draft and submit a GitHub issue from a user idea or bug description, with bilingual body and correct labels.

    Buildfrom Qwen Code
  3. 03desktop-pet

    Create pixel-art desktop pet companions for Qwen Code. Generates a customized chibi spritesheet (1536×1872, 8×9 grid) for any character the user names — F1 drivers, anime characters, celebrities, fictional characters, animals, etc. Use when the user says "desktop pet", "桌宠", "桌面宠物", "想要XXX当桌宠", "换个宠物", or similar.

    Buildfrom Qwen Code
  4. 04docs-update-from-diff

    Review local code changes with git diff and update the official docs under docs/ to match. Use when the user asks to document current uncommitted work, sync docs with local changes, update docs after a feature or refactor, or when phrases like "git diff", "local changes", "update docs", or "official docs" appear.

    Buildfrom Qwen Code
  5. 05memory-leak-debug

    Diagnose memory leaks in the Qwen Code CLI using heap snapshots and the chrome-devtools CLI. Use when investigating high memory usage, unbounded growth, or suspected object retention issues.

    Buildfrom Qwen Code
  6. 06qwen-code-claw

    Use Qwen Code as a Code Agent for code understanding, project generation, features, bug fixes, refactoring, and various programming tasks

    Buildfrom Qwen Code
  7. 07terminal-capture

    Automates terminal UI screenshot testing for CLI commands. Applies when reviewing PRs that affect CLI output, testing slash commands (/about, /context, /auth, /export), generating visual documentation, or when 'terminal screenshot', 'CLI test', 'visual test', or 'terminal-capture' is mentioned.

    Buildfrom Qwen Code
  8. 08triage

    Gatekeep and review GitHub issues and pull requests for Qwen Code maintainers. Use for GitHub Action issue triage, PR admission checks, product-direction review, KISS-focused PR review, and staged bilingual GitHub comments.

    Buildfrom Qwen Code
  9. 09agent-reproduce-align

    Use after a Codex or Claude Code feature has been implemented in Qwen Code to run the selected reference agent and Qwen Code under the same scenario, capture HTTP and terminal traces, compare request bodies, tool/function schemas, outputs, and iterate until the reproduced behavior is close enough.

    Buildfrom Qwen Code
  10. 10codegraph

    Analyze indexed codebases via graph database (neug) and vector index (zvec). Covers call graphs, dependencies, dead code, hotspots, module coupling, architecture reports, semantic search, impact analysis, bug root cause from GitHub issues, class diagrams (UML), and PR review (risk scoring, conflict detection, auto-merge candidates, labeling). Also covers creating, inspecting, and repairing a CodeScope index. Use for: code structure, who calls what, why something changed, similar functions, module boundaries, bug tracing, class relationships, PR risk/conflicts, or any question benefiting from a code knowledge graph. Applies when a `.codegraph` index exists in the workspace, or when the user wants to create one.

    Buildfrom Qwen Code
  11. 11docs-audit-and-refresh

    Audit the repository's docs/ content against the current codebase, find missing, incorrect, or stale documentation, and refresh the affected pages. Use when the user asks to review docs coverage, find outdated docs, compare docs with the current repo, or fix documentation drift across features, settings, tools, or integrations.

    Buildfrom Qwen Code
  12. 12e2e-testing

    Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic inspection. Use this skill whenever you need to verify CLI behavior with real model calls, reproduce user-reported bugs end-to-end, test MCP tool integrations, or inspect raw API request/response payloads. Trigger on mentions of E2E testing, headless testing, MCP tool testing, or reproducing issues.

    Buildfrom Qwen Code
  13. 13feat-dev

    End-to-end workflow for implementing a non-trivial qwen-code feature. Covers requirements investigation, design, E2E test planning, baseline dry-run, implementation, verification, code review, and iteration.

    Buildfrom Qwen Code
  14. 14openwork-desktop-sync

    Sync qwen-code packages/desktop with modelstudioai/openwork using commit-by-commit path migration, not subtree split or tree overwrite. Use when exporting qwen-code desktop changes to OpenWork, importing OpenWork desktop changes into qwen-code, preserving target-owned overlay files such as README.md, resolving sync conflicts, or preparing sync PR branches between the two repositories.

    Buildfrom Qwen Code
  15. 15structured-debugging

    Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't work, when behavior seems "impossible", or when you're tempted to blame an external system (model, API, library) without evidence.

    Buildfrom Qwen Code
  16. 16tmux-real-user-testing

    This skill should be used when the user asks to "用 tmux 做真实测试", "保存 tmux 日志", "像真实用户一样测试 Qwen", "生成可复查的 TUI 测试报告", "测试 slash command 交互", or requests a tmux-based real user E2E run with complete readable logs. It guides real TUI usage with step-by-step capture-pane snapshots rather than ANSI raw pipe logs.

    Buildfrom Qwen Code
  17. 17bugfix

    Fix a bug from a GitHub issue, following the reproduce-first workflow. Use when the user asks to fix a bug, investigate a GitHub issue, or debug a user-reported problem. Takes a GitHub issue URL or number as input.

    Buildfrom Qwen Code

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jun 30, 2026, 11:15 PM (success).

Qwen Code skills, frequently asked

What are Qwen Code skills?

Qwen Code skills are AI coding skills published by Qwen Code (First-party software-engineering skills from Alibaba's Qwen Code terminal coding agent — code review, structured debugging, GitHub-issue bugfix, E2E testing, docs auditing, maintainer triage, and feature-development workflows (~20+ skills bundled in the org's own product repo).) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Qwen Code skills are available?

skills-hub.ai indexes 17 skills from Qwen Code, synced daily from the upstream GitHub repository (https://github.com/QwenLM/qwen-code).

How do I install a Qwen Code skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Qwen Code skills?

Yes. Every skill from this source is mirrored from Qwen Code's own GitHub repository (https://github.com/QwenLM/qwen-code). Each skill page links back to the upstream source of truth, so you can verify the original.