orchestrate-codex
Orchestrate Codex
Run multiple codex CLI workers under one manifest, one Monitor, one policy. The skill detects mode → seeds a manifest → spawns a detached runner → emits a Monitor hint → exits. Codex workers run in the background; the agent stays in the conversation; the manifest is the source of truth.
This skill is for codex-only orchestration. PRs go to ask-review. Bot-comment triage goes to evaluate-code-review. Cross-LLM batch fanout is out of scope.
Trigger Boundary
Use this skill when the task matches one of:
- parallel codex agents on ≥2 discrete coding tasks across separate worktrees, run as one fleet under one manifest
- one prompt template fanned out across N inputs (URLs, IDs, file paths) with one answer file per input
- one substantial codex mission the user wants to watch live via streamed JSONL events into Monitor
- a list of branches that need iterative
codex exec reviewrounds with classifier-driven converged/blocked decisions - a prior orchestrate-codex run that did not finish — resuming failed entries, never-started entries, or all non-done from the existing manifest
- any codex fleet that requires shared sandbox/model/effort policy, bounded concurrency, atomic manifest writes, and one Monitor surface
Do NOT use this skill when:
More from yigitkonur/skills-by-yigitkonur
run-research
Use skill if you are answering one technical research question with current web evidence, Reddit practitioner experience, and source-backed synthesis, optionally fanned out across parallel subagents.
42run-agent-browser
Use skill if you are driving the agent-browser CLI for ad hoc browser automation — @ref snapshots, sessions, forms, extraction, screenshots, headed/stealth, or provider runs.
38publish-npm-package
Use skill if you are publishing to npm via GitHub Actions release workflow with trusted publishing, NPM_TOKEN, provenance, semantic-release, changesets, release-please, or fixing npm publish CI.
35init-agent-config
Use skill if you are creating, auditing, or migrating CLAUDE.md, AGENTS.md, or REVIEW.md instruction files, folder-scoped agent guidance, or cross-agent companion entrypoints.
34build-mcp-use-server
Use skill if you are building TypeScript MCP servers with mcp-use/server — server.tool, response helpers, ctx.auth, sessions, transports, widgets, Inspector, deploy.
34build-skills
Use skill if you are creating or substantially revising a Claude skill and need workspace-first evidence, remote comparison, and repo-fit synthesis before writing SKILL.md.
32