Everything OpenAI Codex Launch Kit

May 20, 2026 ยท View on GitHub

Everything OpenAI Codex is an open-source workflow system for OpenAI Codex users. It packages agents, skills, commands, hooks, memory patterns, install profiles, and validation checks into one repeatable engineering environment.

Short Copy

Everything OpenAI Codex turns a raw Codex setup into a repeatable engineering workspace: agents, skills, command shims, hooks, memory, safety checks, and cross-harness adapters in one MIT-licensed repo.

One-Line Copy

Open-source operating system for serious OpenAI Codex workflows.

  • GitHub: https://github.com/mturac/everything-openai-codex
  • Plugin install: /plugin marketplace add https://github.com/mturac/everything-openai-codex then /plugin install eoc@eoc
  • Source install: git clone https://github.com/mturac/everything-openai-codex.git && cd everything-openai-codex && npm install && node scripts/install-apply.js --profile minimal --target codex --dry-run
  • Screenshots: assets/screenshots/
  • Hero image: assets/hero.png
  • Current surface counts: see the release notes or run the repository validation checks before quoting numbers externally.
  • Go-to-market plan: GO-TO-MARKET.md
  • Product improvement backlog: PRODUCT-IMPROVEMENT-BACKLOG.md

Suggested Tags

openai-codex, codex, codex-plugins, ai-agents, developer-tools, coding-assistant, cli-tools, workflow-automation, open-source, agent-skills

Submission Targets

Queue status and rejection notes are tracked in the dated public PR queue snapshot.

TargetFitSubmission pathNotes
ToolHunterDeveloper tools and AI agentshttps://www.toolhunter.cc/submitManual review, developer relevance required.
OSS AI HubOpen-source AI tools and agentshttps://ossaihub.com/submitGood OSS directory fit.
OpenForKOpen-source AI registryhttps://openfork.dev/Paste GitHub URL into the Add Tool flow.
ForgeIndexLocal/open-source AI projectshttps://forgeindex.ai/Google Form asks for project name, description, tags, GitHub URL, and optional demo.
Project Free To UseFree tools, APIs, OSS projectshttps://projectfreetouse.com/submitReviewed before publishing.
StackScoutAI developer toolshttps://stackscout.dev/Best angle: AI code assistants or agent frameworks.
Awesome AI AgentsGitHub awesome listhttps://github.com/kyrolabs/awesome-agentsClosed silently on 2026-05-19; do not retry without new adoption evidence.
Awesome AI Software Development AgentsGitHub awesome listhttps://github.com/flatlogic/awesome-ai-software-development-agentsSubmit by PR with clear description.
Reddit r/codexCodex usershttps://www.reddit.com/r/codex/Use a Show-and-Tell post after plugin PR is stable.
Dev.toDeveloper launch articlehttps://dev.to/Publish a technical walkthrough, not a product pitch.

Directory Description

Everything OpenAI Codex is an MIT-licensed workflow system for OpenAI Codex. It bundles agents, skills, commands, hooks, memory patterns, install profiles, and validation checks so developers can run safer, more repeatable Codex sessions across real repositories.

Reddit / Community Draft

I packaged my Codex workflow system as an open-source repo: Everything OpenAI Codex.

It is not a prompt dump. It ships agents, skills, commands, hooks, install profiles, memory patterns, and validation checks that I use for real coding work. The current rc.1 surface includes 60 agents, 232 skills, and 75 command shims.

/plugin marketplace add https://github.com/mturac/everything-openai-codex
/plugin install eoc@eoc

Repo: https://github.com/mturac/everything-openai-codex

I am looking for feedback from Codex users on what should be smaller, clearer, or safer before calling the public package stable.