codex-orchestration
OpenAI Codex CLI + Claude Code (Hizir) birlikte kullanim rehberi. Is dagitim pattern'leri, GitHub Actions workflow ornekleri, review dongusu ve iki AI yazilim asistaninin guclu yanlarini birlestiren orchestration stratejileri.
npx skills add vibeeval/vibecosystem --skill codex-orchestration --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Codex + Claude Code Orchestration ## Guc Dagilimi Matrisi | Yetenek | Codex CLI | Claude Code (Hizir) | Kazanan | |---------|-----------|---------------------|---------| | Hiz | Hizli (o4-mini) | Orta (opus) | Codex | | Maliyet | Ucuz (~$1.10/1M input) | Pahalı (opus pricing) | Codex | | Context window | Sinirli | 1M token | Claude Code | | Multi-agent | YOK (tek agent) | 134+ agent swarm | Claude Code | | Hook/self-learning | YOK | Tam destek (74 hook) | Claude Code | | Memory/state | Stateless (her cagri bagimsiz) | Persistent memory | Claude Code | | Code review | Basit lint | Derinlemesine + security | Claude Code | | Bulk refactoring | Cok iyi (hiz+ucuz) | Iyi ama pahali | Codex | | Mimari karar | Zayif | Guclu (architect agent) | Claude Code | | Test yazma | Iyi | Iyi + TDD workflow | Esit | | Security audit | Basit | 3-katman (SAST + review + manual) | Claude Code | | CI/CD entegrasyonu | GitHub native | GitHub Actions + webhook | Esit | --- ## Kullanim Senaryolari ### Senaryo 1: Codex Implement, Claude Code Review **En yaygin ve etkili pattern.** ``` 1. Claude Code → plan.md olusturur (architect agent) 2. Codex → plan.md'ye gore implement eder (full-auto mode) 3. Codex →
- Guc Dagilimi Matrisi
- Kullanim Senaryolari
- Senaryo 1: Codex Implement, Claude Code Review
- Senaryo 2: Dual Review (Codex Hizli + Claude Code Derin)
- Senaryo 3: Codex Batch Task Dispatch
- Review Dongusu Pattern (5 Faz)
- Codex CLI Kullanim Pattern'leri
- Temel Komutlar
- CI/CD Entegrasyonu
- Maliyet Karsilastirmasi
- Sinirlari ve Dikkat Edilecekler
- Codex CLI Sinirlari
- Ne Zaman Codex KULLANMA
- Ne Zaman Codex KULLAN
batch-codex-tasks.sh
for i in "${!TASKS[@]}"; do
echo "Task $((i+1)): ${TASKS[$i]}"
npx codex --approval-mode full-auto --quiet -q "${TASKS[$i]}" &
done
wait
echo "All Codex tasks complete. Running Claude Code verification..."
claude -p "Verify all changes: build, test, lint. Report issues."
Interaktif mod (terminal'de calisir)
codexWhat does the codex-orchestration skill do?
OpenAI Codex CLI + Claude Code (Hizir) birlikte kullanim rehberi. Is dagitim pattern'leri, GitHub Actions workflow ornekleri, review dongusu ve iki AI yazilim asistaninin guclu yanlarini birlestiren orchestration stratejileri.
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill codex-orchestration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
