一键导入
omq-setup
Setup and configure oh-my-qwencode using current CLI behavior
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Setup and configure oh-my-qwencode using current CLI behavior
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.