From 0a4982e96d8c31eb4a2eb3e1df02327c55ee8c83 Mon Sep 17 00:00:00 2001 From: cexll Date: Tue, 13 Jan 2026 00:08:18 +0800 Subject: [PATCH] feat(installer): add omo module for multi-agent orchestration Add omo skill as installable module with Sisyphus coordinator and specialized agents (oracle, librarian, explore, frontend-ui-ux-engineer, document-writer, develop). Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai --- config.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/config.json b/config.json index 22ff1df..0e5d5f5 100644 --- a/config.json +++ b/config.json @@ -108,6 +108,60 @@ "description": "Copy development commands documentation" } ] + }, + "omo": { + "enabled": false, + "description": "OmO multi-agent orchestration with Sisyphus coordinator", + "operations": [ + { + "type": "copy_file", + "source": "skills/omo/SKILL.md", + "target": "skills/omo/SKILL.md", + "description": "Install omo skill" + }, + { + "type": "copy_file", + "source": "skills/omo/references/sisyphus.md", + "target": "skills/omo/references/sisyphus.md", + "description": "Install sisyphus agent prompt" + }, + { + "type": "copy_file", + "source": "skills/omo/references/oracle.md", + "target": "skills/omo/references/oracle.md", + "description": "Install oracle agent prompt" + }, + { + "type": "copy_file", + "source": "skills/omo/references/librarian.md", + "target": "skills/omo/references/librarian.md", + "description": "Install librarian agent prompt" + }, + { + "type": "copy_file", + "source": "skills/omo/references/explore.md", + "target": "skills/omo/references/explore.md", + "description": "Install explore agent prompt" + }, + { + "type": "copy_file", + "source": "skills/omo/references/frontend-ui-ux-engineer.md", + "target": "skills/omo/references/frontend-ui-ux-engineer.md", + "description": "Install frontend-ui-ux-engineer agent prompt" + }, + { + "type": "copy_file", + "source": "skills/omo/references/document-writer.md", + "target": "skills/omo/references/document-writer.md", + "description": "Install document-writer agent prompt" + }, + { + "type": "copy_file", + "source": "skills/omo/references/develop.md", + "target": "skills/omo/references/develop.md", + "description": "Install develop agent prompt" + } + ] } } }