This routes your question through both Codex and Gemini via CLI, then has Claude synthesize their responses into one answer. It's designed for situations where you want multiple external perspectives without spinning up a full tmux team setup. Think code reviews where you want both architectural analysis and UX feedback, or cross-validation on decisions where the models might disagree. The execution is straightforward: Claude splits your prompt into advisor-specific questions, shells out to `omc ask codex` and `omc ask gemini`, reads the artifacts they write, then reconciles any conflicts into a final recommendation. It's level 5 complexity, which feels right given the orchestration and artifact handling involved.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill ccg