From oh-my-auggie
Claude-Codex-Gemini tri-model orchestration. Use for "multi-model", "codex", "gemini", and "tri-model routing".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Coordinate Claude, Codex, and Gemini models for optimal results.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Coordinate Claude, Codex, and Gemini models for optimal results.
ccg:claude-firstUse Claude for primary work, offload to Codex/Gemini as needed.
ccg:codex-firstUse Codex for code generation, Claude for review.
ccg:gemini-firstUse Gemini for research, Claude for synthesis.
ccg:round-robinRotate through models for different phases.
┌─────────┐ ┌─────────┐ ┌─────────┐
│ Claude │ -> │ Codex │ -> │ Gemini │
│ Phase 1 │ │ Phase 2 │ │ Phase 3 │
└─────────┘ └─────────┘ └─────────┘
↓ ↓ ↓
└──────────────┴──────────────┘
↓
┌─────────────┐
│ Integration │
└─────────────┘
## CCG: {task}
### Model Assignment
| Phase | Model | Task | Outcome |
|-------|-------|------|---------|
| 1 | Claude | {task} | {summary} |
| 2 | Codex | {task} | {summary} |
| 3 | Gemini | {task} | {summary} |
### Execution
- **Strategy:** {strategy}
- **Total duration:** {time}
### Synthesis
{how outputs were combined}
### Final Result
{summary}