# Qwen

> Qwen Coder CLI integration for SWAL code generation

- Skill: `iberi22/qwen` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add iberi22/qwen`
- Raw SKILL.md: https://api.skillmd.com/api/skills/iberi22/qwen/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: iberi22 (https://skillmd.com/u/iberi22)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/iberi22/qwen

---


# Qwen Coder CLI - SWAL Configuration

## Basic Usage

```bash
# Basic execution
qwen "Your coding task"

# With provider/model selection
qwen --provider openai --model gpt-4o-mini -p "Your task"
```

## SWAL Context

- Use for code generation tasks
- Coordinate with Xavier2 for project context
- For parallel work, use git worktrees

## See Also

- `coding-agent` skill for multi-agent orchestration
- `xavier2-context` for central memory

