Qwen Code 0.6 Adds Experimental Skills Feature to Rival Claude Code
Qwen Code v0.6.0 introduces an experimental Skills system that can be enabled with a flag, automatically loads custom skill definitions, mirrors Claude Code's architecture, and is available via npm with a daily free request quota.
In the AI programming space, Claude Code has been regarded as a benchmark because of its powerful Agentic workflow and ability to handle complex tasks, and its recent Skills feature has further strengthened its position.
The open‑source Qwen Code project has released version 0.6.0, adding the highly anticipated “Skills” capability as an experimental feature.
Experimental Feature Flag
The Skills functionality is currently experimental and disabled by default to preserve stability. Developers who want to try it must start Qwen with the --experimental-skills parameter, for example:
qwen --experimental-skillsFlexible Loading Mechanism
When enabled, Qwen Code automatically scans the project directory or the user’s configuration directory for Skill definitions. This allows developers to create project‑specific AI skills or maintain a shared skill library—such as a git‑commit assistant or a code‑review tool—that can be reused across projects.
Design Aligned with Claude Code
The Skills system in Qwen Code clearly draws from Claude Code’s successful design. According to PR #1314, the feature was added to support a more complete Agentic workflow. By registering a new skill tool, the core logic can dynamically load and invoke these custom capabilities.
Getting Started
Existing Qwen Code users can upgrade immediately with: npm install -g @qwen-code/qwen-code@latest After logging in via Qwen OAuth, each user receives a daily quota of 2,000 free requests.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
