一键导入
ccg
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask antigravity (or gemini), then Claude synthesizes results
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask antigravity (or gemini), then Claude synthesizes results
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact capture and no raw CLI assembly
OMC agent catalog, available tools, team pipeline routing, commit protocol, and skills registry. Auto-loads when delegating to agents, using OMC tools, orchestrating teams, making commits, or invoking skills.
Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow
CLI-team runtime for claude, codex, gemini, antigravity, grok, or cursor workers in tmux panes when you need process-based parallel execution
N coordinated agents on shared task list using Claude Code implicit agent teams
Configure notification integrations (Telegram, Discord, Slack) via natural language
| name | ccg |
| description | Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask antigravity (or gemini), then Claude synthesizes results |
| level | 5 |
CCG routes through the canonical /ask skill (/ask codex + /ask antigravity), then Claude synthesizes both outputs into one answer.
Use this when you want parallel external perspectives without launching tmux team workers.
npm install -g @openai/codex (or @openai/codex)agy binary
per the official Antigravity instructions (inspect any
installer before running it). Verify: agy --versionnpm install -g @google/gemini-cliomc ask command available1. Claude decomposes the request into two advisor prompts:
- Codex prompt (analysis/architecture/backend)
- Antigravity prompt (UX/design/docs/alternatives) — use gemini for enterprise
2. Claude runs via CLI (skill nesting not supported):
- `omc ask codex "<codex prompt>"`
- `omc ask antigravity "<antigravity prompt>"`
(or `omc ask gemini "<gemini prompt>"` for enterprise)
3. Artifacts are written under `.omc/artifacts/ask/`
4. Claude synthesizes both outputs into one final response
When invoked, Claude MUST follow this workflow:
Split the user request into:
Note: Skill nesting (invoking a skill from within an active skill) is not supported in Claude Code. Always use the direct CLI path via Bash tool.
Run both advisors (use antigravity or gemini depending on your setup):
omc ask codex "<codex prompt>"
omc ask antigravity "<antigravity prompt>"
Enterprise fallback:
omc ask gemini "<gemini prompt>"
Read latest ask artifacts from:
.omc/artifacts/ask/codex-*.md
.omc/artifacts/ask/antigravity-*.md
.omc/artifacts/ask/gemini-*.md
Return one unified answer with:
If one provider is unavailable:
If both unavailable:
/oh-my-claudecode:ccg <task description>
Example:
/oh-my-claudecode:ccg Review this PR - architecture/security via Codex and UX/readability via Antigravity