en un clic
setup
Install and configure oh-my-qoder for Qoder CLI
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Install and configure oh-my-qoder for Qoder CLI
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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
Basé sur la classification professionnelle 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