بنقرة واحدة
setup
Install and configure oh-my-qoder for Qoder CLI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Install and configure oh-my-qoder for Qoder CLI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| 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