https://github.com/shinpr/awesome-codex-workflows
Curated Codex-first workflow and orchestration repositories.
https://github.com/shinpr/awesome-codex-workflows
List: awesome-codex-workflows
agentic-coding ai-agents awesome awesome-list codex codex-cli orchestration subagents workflow
Last synced: about 1 month ago
JSON representation
Curated Codex-first workflow and orchestration repositories.
- Host: GitHub
- URL: https://github.com/shinpr/awesome-codex-workflows
- Owner: shinpr
- License: cc0-1.0
- Created: 2026-04-01T08:36:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-02T10:46:57.000Z (about 1 month ago)
- Last Synced: 2026-04-02T18:51:32.387Z (about 1 month ago)
- Topics: agentic-coding, ai-agents, awesome, awesome-list, codex, codex-cli, orchestration, subagents, workflow
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Awesome Codex Workflows [](https://awesome.re)

Curated repositories for building and running real development workflows with Codex.
The focus is not on Codex-related tools in general, but on repositories where the workflow is the point: planning, orchestration, subagents, staged execution, review loops, quality gates, worktrees, or the infrastructure that makes those workflows work in practice.
This list is intentionally opinionated. It favors repositories that make their workflow visible in code, config, or runtime behavior. If a project is interesting but still feels like a loose prompt pack, a generic tool collection, or a thin bridge, it is usually left out.
## Contents
- [Inclusion Notes](#inclusion-notes)
- [Foundations & Standards](#foundations--standards)
- [Codex Workflow Frameworks](#codex-workflow-frameworks)
- [Workflow Infrastructure & Design](#workflow-infrastructure--design)
- [Cross-Agent References](#cross-agent-references)
## Inclusion Notes
- Codex should be a first-class target, not just an optional backend.
- The repository should show an actual workflow model, not only isolated prompts or skills.
- Reusable artifacts should exist, such as commands, agents, skills, templates, install scripts, runtimes, or other concrete workflow assets.
- Workflow infrastructure and workflow-design tools are in scope when they materially help people build or operate Codex workflows.
- Cross-agent systems belong here only as references, when they are useful for comparison but are not fundamentally Codex-first.
## Foundations & Standards
Official building blocks appear here alongside ecosystem standards that help make Codex workflow repos interoperable.
- [OpenAI/codex](https://github.com/openai/codex) - Official Codex repository, providing the execution runtime that Codex-native workflow layers and orchestration tools build on.
- [OpenAI/skills](https://github.com/openai/skills) - Official skill catalog for Codex, showing how reusable instructions, scripts, and resources are packaged into portable workflow building blocks.
- [agentsmd/agents.md](https://github.com/agentsmd/agents.md) - Community-led `AGENTS.md` format that gives Codex and neighboring tools a shared instruction-layer contract for repository-local workflow guidance.
## Codex Workflow Frameworks
These are the repositories where the workflow itself is the product. The two `oh-my-codex` entries are distinct projects with different workflow models.
- [am-will/swarms](https://github.com/am-will/swarms) - Dependency-aware workflow skills for Codex and Claude that make parallel execution safer through explicit `depends_on` plans, wave execution, and TDD-oriented validation.
- [shinpr/codex-workflows](https://github.com/shinpr/codex-workflows) - Codex workflows organized around user-value slices so features get designed, tested, and integrated earlier instead of breaking at the end; each slice is grounded in design docs, test skeletons, TDD, and quality gates.
- [staticpayload/oh-my-codex](https://github.com/staticpayload/oh-my-codex) - Codex-native orchestration product built around `.omx/` state, review queues, and tmux team runtime so long-running work can be resumed instead of reassembled from chat history.
- [Yeachan-Heo/oh-my-codex](https://github.com/Yeachan-Heo/oh-my-codex) - Workflow layer for Codex organized around OMX modes like `$deep-interview`, `$ralplan`, `$ralph`, and `$team`, giving one repeatable path from clarification to completion.
## Workflow Infrastructure & Design
- [milisp/codexia](https://github.com/milisp/codexia) - Tauri-based desktop console for Codex and Claude Code, built to run many agent tasks at once with scheduling, worktrees, remote control, and a headless web companion.
- [SaehwanPark/meta-harness](https://github.com/SaehwanPark/meta-harness) - Codex-native workflow design kit for turning orchestration ideas into reusable specialist skills, team specs, and file-based handoffs instead of one-off prompts.
- [shouc/agentflow](https://github.com/shouc/agentflow) - Graph-based orchestration runtime for Codex, Claude, and Kimi that treats workflows as dependency graphs, enabling fanout, merge, iterative loops, worktrees, and remote execution.
- [strongdm/leash](https://github.com/strongdm/leash) - Runtime containment and policy layer for AI coding agents that makes Codex workflows safer by wrapping agents in monitored containers and enforcing Cedar policies in real time.
- [xintaofei/codeg](https://github.com/xintaofei/codeg) - Shared coding workspace for multi-agent teams, tying together session aggregation, worktrees, MCP management, browser access, and chat-channel control across desktop and server surfaces.
## Cross-Agent References
These repositories are useful comparisons or integrations. Some are official, but the point of view is broader than Codex-first workflow design.
- [awslabs/cli-agent-orchestrator](https://github.com/awslabs/cli-agent-orchestrator) - Hierarchical tmux-based multi-agent orchestrator that coordinates supervisor and worker sessions across agent CLIs, with dedicated Codex support in a broader cross-CLI system.
- [catlog22/Claude-Code-Workflow](https://github.com/catlog22/Claude-Code-Workflow) - JSON-driven multi-agent workflow framework that turns Claude-centered development into staged planning, execution, and review pipelines with Codex and other CLIs as interchangeable workers.
- [dsifry/metaswarm](https://github.com/dsifry/metaswarm) - Self-improving multi-agent orchestration framework that runs spec-driven work through review gates, adversarial execution loops, and git-native knowledge capture, with optional Codex delegation.
- [kingbootoshi/codex-orchestrator](https://github.com/kingbootoshi/codex-orchestrator) - Claude Code plugin and CLI for offloading long-running or parallel coding work to Codex jobs that can be monitored, redirected, and captured through tmux sessions.
- [OpenAI/codex-plugin-cc](https://github.com/openai/codex-plugin-cc) - Official Claude Code plugin that brings Codex into Claude-centered workflows for review, adversarial review, delegated rescue tasks, and optional review gates.
- [stellarlinkco/myclaude](https://github.com/stellarlinkco/myclaude) - Claude-centered multi-agent workflow system that routes execution to Codex, Gemini, Claude, or OpenCode backends through reusable modules like do, omo, BMAD, and SPARV.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).
Before proposing an addition, check that:
- Codex is a primary target, not only an optional backend.
- The repository shows an actual workflow or orchestration model.
- The project is public, accessible, and documented enough to evaluate.
For now, scope decisions should favor clarity over coverage.