with one click
omq-setup
Setup and configure oh-my-qwencode using current CLI behavior
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Setup and configure oh-my-qwencode using current CLI behavior
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Diagnose and fix oh-my-qwencode installation issues
Guide on using oh-my-qwencode plugin
Run deep investigation of architecture, bugs, performance issues, or dependencies and return structured findings with file:line evidence. Use when a user says 'analyze', 'investigate', 'why does', 'what's causing', or needs root cause analysis before making changes. Routes to architect agent or Qwen Code MCP for thorough cross-file reasoning.
Ask Claude via local CLI and capture a reusable artifact
Ask Gemini via local CLI and capture a reusable artifact
Full autonomous execution from idea to working code
| name | omq-setup |
| description | Setup and configure oh-my-qwencode using current CLI behavior |
Use this skill when users want to install or refresh oh-my-qwencode for the current project plus user-level OMQ directories.
omq setup [--force] [--dry-run] [--verbose] [--scope <user|project>]
If you only want lightweight AGENTS.md scaffolding for an existing repo or subtree, use omq agents-init [path] instead of full setup.
Supported setup flags (current implementation):
--force: overwrite/reinstall managed artifacts where applicable--dry-run: print actions without mutating files--verbose: print per-file/per-step details--scope: choose install scope (user, project)omq setup performs these steps:
--scope explicit value./.omq/setup-scope.json (with automatic migration of legacy values)user)user (safe for CI/tests)dist/cli/team.js./AGENTS.md from templates/AGENTS.md (or skip when existing and no force)./.omq/hud-config.jsonomq setup only prompts for scope when no scope is provided/persisted and stdin/stdout are TTY../AGENTS.md (project root).AGENTS.md exists and --force is not used, interactive TTY runs ask whether to overwrite. Non-interactive runs preserve the file.user: user directories (~/.qwen, ~/.qwen/skills, ~/.omq/agents)project: local directories (./.qwen, ./.qwen/skills, ./.omq/agents)user scope, if historical ~/.agents/skills still exists alongside ${QWEN_HOME:-~/.qwen}/skills, current setup prints a cleanup hint because Qwen Code may show duplicate skill entries until the legacy tree is removed or archived.project, omq launch automatically uses QWEN_HOME=./.qwen unless user explicitly overrides QWEN_HOME.--force, AGENTS overwrite may still be skipped if an active OMQ session is detected (safety guard).project-local) are automatically migrated to project with a one-time warning.omq setup --force --verbose
omq doctor
From omq doctor, expect:
.omq/state existsconfig.toml (~/.qwen/config.toml or ./.qwen/config.toml)npm run build
omq points to another install, run local entrypoint:node bin/omq.js setup --force --verbose
node bin/omq.js doctor
--force, stop active OMQ session and rerun setup.