with one click
setup
Install and configure oh-my-qoder for Qoder CLI
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
Install and configure oh-my-qoder for Qoder CLI
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.
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
Based on SOC occupation classification
| 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