mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-14 03:31:58 +08:00
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 <noreply@swe-agent.ai>
This commit is contained in:
54
config.json
54
config.json
@@ -108,6 +108,60 @@
|
|||||||
"description": "Copy development commands documentation"
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user