Параллельная оркестрация нескольких AI-моделей в Claude Code

★ 8.5 · vibe-coding

ccg is a Claude Code skill that implements tri-model orchestration with Claude, Codex, and Antigravity/Gemini: Claude decomposes the request into two targeted prompts, runs `omc ask codex` and `omc ask antigravity` (or `omc ask gemini` for enterprise) in parallel, reads artifacts from `.omc/artifacts/ask/`, and synthesizes both outputs into one unified response. Codex covers architecture, correctness, backend, and risk; Antigravity/Gemini handles UX clarity, alternatives, edge-case usability, and docs — all without launching tmux team workers. It fits code reviews requiring multiple perspectives, cross-validation where the two models may disagree, and requests that span backend analysis and frontend/UX concerns simultaneously. The final answer explicitly surfaces agreed recommendations, conflicts, the chosen direction with rationale, and an action checklist.