whatisgithub

What is everything-openai-codex?

mturac/everything-openai-codex — explained in plain English

Analysis updated 2026-05-18

32JavaScriptAudience · developerComplexity · 4/5LicenseSetup · moderate

In one sentence

A toolkit that adds structure, memory, and safety rules on top of the OpenAI Codex coding agent and similar AI coding tools.

Mindmap

mindmap
  root((EOC))
    What it does
      Structures Codex agent work
      Adds memory and rules
      Safety gates for changes
    Tech stack
      JavaScript
      TypeScript
      Shell
      Python
    Use cases
      Reusable skill packs
      Session handoff
      Cross harness adapters
    Audience
      Existing Codex users
      Cursor and Gemini users
      Teams wanting guardrails

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Add reusable skill packs and rules to an existing Codex or Cursor coding agent setup.

USE CASE 2

Give an AI coding agent session memory so long tasks can be paused and resumed later.

USE CASE 3

Route different kinds of coding tasks to specialized agent workflows.

USE CASE 4

Add safety gates and quality checks before an AI agent's changes are accepted.

What is it built with?

JavaScriptTypeScriptShellPythonGoJava

How does it compare?

mturac/everything-openai-codexa6216abcd/free-residential-ip-proxy-controllerearthtojake/cad-viewer
Stars323232
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderatehardmoderate
Complexity4/54/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires npm install plus running an install script, and choosing one of two installation paths.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

Everything OpenAI Codex, or EOC, is an open-source workflow system designed to make AI coding agents more reliable and repeatable. Where a bare agent setup gives you a model that can write code, EOC adds structure around it: scoped instructions for different kinds of tasks, reusable skill packs, session memory, quality gates, and adapters that let the same setup work across multiple AI tools. The project organizes work around a repeatable loop: intake, routing, planning, execution, verification, capturing results, and resuming where things left off. Each stage maps to specific files and scripts in the repository. Routing uses skill directories and cross-tool adapters, verification uses a quality gate skill and manifest validators, session state is preserved through status scripts and hook snapshots. EOC ships with a large catalog: 60 specialist agent configurations, 232 reusable skills, 110 rules, 28 hook matchers, 29 install modules, and 75 legacy command shims. The skills cover backend and frontend development, security, machine learning, documentation, and release workflows. Cross-tool adapters make these skills available in OpenAI Codex, Cursor, OpenCode, Gemini, Zed, GitHub Copilot, and Trae. Installation can go through the OpenAI Codex plugin marketplace with a single command, or manually by cloning the repository and running an install script with a chosen profile (minimal, standard, or full). The README warns against mixing both approaches and provides a reset procedure if that happens. A dry-run flag is available to preview what would change before committing. The current public release is v2.0.0-rc.1, which adds a desktop dashboard built with Tkinter, updated catalog metadata, and a Hermes operator workflow for structured multi-step task orchestration. An in-tree alpha runtime written in Rust called ecc2 handles session management and is labeled alpha pending stable packaging. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Walk me through installing everything-openai-codex with the minimal profile for OpenAI Codex.
Prompt 2
Explain how the intake, route, plan, execute, verify, capture, resume loop in EOC works.
Prompt 3
Show me how to add a new custom skill to the EOC skills folder.
Prompt 4
How do I use EOC's adapters to make my skills work with Cursor as well as Codex?

Frequently asked questions

What is everything-openai-codex?

A toolkit that adds structure, memory, and safety rules on top of the OpenAI Codex coding agent and similar AI coding tools.

What language is everything-openai-codex written in?

Mainly JavaScript. The stack also includes JavaScript, TypeScript, Shell.

What license does everything-openai-codex use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is everything-openai-codex to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is everything-openai-codex for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.