ccg by yeachan-heo/oh-my-claudecode
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill ccgCCG 通过规范的 /ask 技能(/ask codex + /ask gemini)进行路由,然后由 Claude 将两者的输出综合成一个答案。
当您希望获得并行的外部视角,但又不想启动 tmux 团队工作器时,请使用此功能。
npm install -g @openai/codex (或 @openai/codex)npm install -g @google/gemini-cliomc ask 命令可用广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Claude 将请求分解为两个顾问提示:
Claude 通过 CLI 运行(不支持技能嵌套):
omc ask codex "<codex prompt>"omc ask gemini "<gemini prompt>"工件被写入 .omc/artifacts/ask/ 目录下
Claude 将两个输出综合成一个最终响应
调用时,Claude 必须遵循以下工作流程:
将用户请求拆分为:
注意: Claude Code 不支持技能嵌套(从活动技能中调用另一个技能)。始终通过 Bash 工具使用直接的 CLI 路径。
运行两个顾问:
omc ask codex "<codex prompt>"
omc ask gemini "<gemini prompt>"
从以下位置读取最新的 ask 工件:
.omc/artifacts/ask/codex-*.md
.omc/artifacts/ask/gemini-*.md
返回一个统一的答案,包含:
如果一个提供商不可用:
如果两者都不可用:
/oh-my-claudecode:ccg <任务描述>
示例:
/oh-my-claudecode:ccg 审查此 PR - 通过 Codex 进行架构/安全检查,通过 Gemini 进行用户体验/可读性检查
每周安装次数
96
代码仓库
GitHub 星标数
12.1K
首次出现
2026年2月19日
安全审计
安装于
opencode93
kimi-cli92
gemini-cli92
github-copilot92
cursor92
amp92
CCG routes through the canonical /ask skill (/ask codex + /ask gemini), 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)npm install -g @google/gemini-cliomc ask command available1. Claude decomposes the request into two advisor prompts:
- Codex prompt (analysis/architecture/backend)
- Gemini prompt (UX/design/docs/alternatives)
2. Claude runs via CLI (skill nesting not supported):
- `omc ask codex "<codex prompt>"`
- `omc ask gemini "<gemini prompt>"`
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:
omc ask codex "<codex prompt>"
omc ask gemini "<gemini prompt>"
Read latest ask artifacts from:
.omc/artifacts/ask/codex-*.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 Gemini
Weekly Installs
96
Repository
GitHub Stars
12.1K
First Seen
Feb 19, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode93
kimi-cli92
gemini-cli92
github-copilot92
cursor92
amp92
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
49,000 周安装