在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用setup
星标5
分支1
更新时间2026年5月12日 06:59
Install and configure oh-my-qoder for Qoder CLI
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Install and configure oh-my-qoder for Qoder CLI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Full autonomous pipeline — from idea to validated implementation
Cancel all active orchestration modes
Socratic interview mode — asks clarifying questions before execution
Structured planning mode with multi-perspective analysis
Persistent execution mode — keeps working until all acceptance criteria pass
Multi-agent team delegation with explicit role assignment
基于 SOC 职业分类
| name | setup |
| description | Install and configure oh-my-qoder for Qoder CLI |
| trigger | setup, install, configure omq |
Install and configure oh-my-qoder for your Qoder CLI environment.
~/.qoder/omq/)~/.qoder/omq/config.jsonc)mkdir -p ~/.qoder/omq/state
Create ~/.qoder/omq/config.jsonc with default settings for all modes and features.
After setup, customize ~/.qoder/omq/config.jsonc:
{
// Orchestration modes
"modes": {
"ralph": { "enabled": true, "maxIterations": 50 },
"autopilot": { "enabled": true, "maxQaCycles": 5 },
"ultrawork": { "enabled": true }
},
// Enhancement hooks
"codeSimplifier": { "enabled": true },
"contextGuard": { "enabled": true, "threshold": 85 },
"projectMemory": { "enabled": true }
}
If hooks don't trigger:
QODER_PLUGIN_ROOT points to the oh-my-qoder packageoh-my-qoder doctor to diagnose issues