diff --git a/README.md b/README.md
index 92f2e3f..e69de29 100644
--- a/README.md
+++ b/README.md
@@ -1,488 +0,0 @@
-
-
-
-
-Awesome Codex CLI 
-
-
-
-
-
-
-
-
-
-> A curated list of awesome tools, skills, subagents, plugins, and resources for [OpenAI Codex CLI](https://github.com/openai/codex) - the open-source AI coding agent that runs in your terminal.
-
-Codex CLI is OpenAI's open-source terminal-based coding agent. It lets you use GPT models to write, refactor, debug, and reason about code directly from the command line - with sandboxed execution, multi-agent orchestration, MCP support, and a growing ecosystem of skills and plugins. Think of it as an AI pair programmer that lives in your terminal.
-
-**Why this list?** The Codex CLI ecosystem is fragmented across dozens of repos - subagents here, skills there, plugins somewhere else. This list consolidates **280+ resources** into one place, organized by feature category, with opinionated descriptions so you know what's actually worth your time.
-
-**Looking for Claude Code or Gemini CLI?** Check the [comparison table](#codex-cli-vs-claude-code-vs-gemini-cli) below.
-
-If you find this useful, please give it a star - it helps others discover the list.
-
----
-
-## Contents
-
-- [Official Resources](#official-resources)
-- [Getting Started](#getting-started)
-- [AGENTS.md Templates](#agentsmd-templates)
-- [Subagents](#subagents)
-- [Skills](#skills)
-- [Plugins](#plugins)
-- [Hooks](#hooks)
-- [MCP Servers](#mcp-servers)
-- [IDE & Editor Integrations](#ide--editor-integrations)
-- [GUI & Desktop Apps](#gui--desktop-apps)
-- [Session & Workflow Management](#session--workflow-management)
-- [Model Providers & Proxies](#model-providers--proxies)
-- [CI/CD & Automation](#cicd--automation)
-- [Cross-Agent Tools](#cross-agent-tools)
-- [Monitoring & Analytics](#monitoring--analytics)
-- [Docker & Sandboxing](#docker--sandboxing)
-- [Account & Auth](#account--auth)
-- [Tutorials & Articles](#tutorials--articles)
-- [Videos & Podcasts](#videos--podcasts)
-- [Comparisons](#comparisons)
-- [Community](#community)
-- [Shell & Terminal](#shell--terminal)
-- [Remote Access](#remote-access)
-
----
-
-## Official Resources
-
-- [Documentation](https://developers.openai.com/codex) - Official docs covering setup, config, security, and all features.
-- [Config Reference](https://developers.openai.com/codex/config-reference) - All 85+ config properties for `config.toml`.
-- [Skills Docs](https://developers.openai.com/codex/skills) - How to create and use SKILL.md files.
-- [Subagents Docs](https://developers.openai.com/codex/subagents) - Multi-agent orchestration with `.toml` agent definitions.
-- [Plugins Docs](https://developers.openai.com/codex/plugins) - Distributable bundles of skills + apps + MCP servers.
-- [MCP Docs](https://developers.openai.com/codex/mcp) - Using Codex as MCP client and server.
-- [Hooks Docs](https://developers.openai.com/codex/hooks) - User-defined shell scripts in the agentic loop (beta).
-- [Security & Sandboxing](https://developers.openai.com/codex/security) - Seatbelt (macOS), Landlock/Bubblewrap (Linux), restricted-token (Windows).
-- [Non-interactive Mode](https://developers.openai.com/codex/noninteractive) - `codex exec` for CI/CD and scripting.
-- [Slash Commands](https://developers.openai.com/codex/cli/slash-commands) - All 29 built-in commands: `/plan`, `/skills`, `/fast`, `/fork`, `/review`, etc.
-- [Best Practices](https://developers.openai.com/codex/learn/best-practices) - Official tips for getting the most out of Codex.
-- [Multi-Agent Guide](https://developers.openai.com/codex/multi-agent/) - Parallel fan-out, `max_threads`, depth control.
-- [Workflows](https://developers.openai.com/codex/workflows/) - Automation recipes and patterns.
-- [Exec Policy](https://developers.openai.com/codex/exec-policy) - Starlark-based fine-grained permission rules.
-- [Speed / Fast Mode](https://developers.openai.com/codex/speed) - 1.5x speed, 2x credits.
-- [AGENTS.md Guide](https://developers.openai.com/codex/guides/agents-md) - Project-level instructions for Codex.
-- [Codex Web](https://chatgpt.com/codex) - Cloud-hosted Codex via ChatGPT.
-- [Codex for OSS Fund](https://openai.com/form/codex-for-oss/) - Free Codex access for open-source maintainers.
-- [Skills Catalog](https://github.com/openai/skills) - Official skills catalog: `.system`, `.curated`, and `.experimental` skills. The authoritative upstream source. 
-- [Codex Action](https://github.com/openai/codex-action) - Official GitHub Action for running `codex exec` in CI with sandbox controls. 
-- [Codex Plugin for Claude Code](https://github.com/openai/codex-plugin-cc) - Official plugin to use Codex from Claude Code for code reviews and task delegation. 
-
-## Getting Started
-
-- [DataCamp Tutorial](https://www.datacamp.com/tutorial/open-ai-codex-cli-tutorial) - Beginner-friendly walkthrough with screenshots. Good first read.
-- [Blott Studio Guide](https://www.blott.studio/blog/post/openai-codex-cli-build-faster-code-right-from-your-terminal) - Practical getting-started guide focused on real development workflow.
-- [Medium Quick Setup](https://medium.com/ai-software-engineer/how-to-install-and-use-openai-codex-cli-in-2-minutes-29e9fdd0e8c5) - 2-minute install-to-first-prompt guide. No fluff.
-- [OpenReplay Integration Guide](https://blog.openreplay.com/integrate-openais-codex-cli-tool-development-workflow/) - How to weave Codex into an existing dev workflow.
-- [Machine Learning Mastery](https://machinelearningmastery.com/understanding-openai-codex-cli-commands/) - Command reference with examples for each mode.
-
-## AGENTS.md Templates
-
-Project-level instruction files that tell Codex how to work with your codebase - the equivalent of Claude Code's `CLAUDE.md`.
-
-- [agents.md (Open Standard)](https://agents.md) - The cross-agent standard used by 20k+ projects. Works with Codex, Claude Code, Gemini CLI, and more.
-- [codex-cli-best-practice](https://github.com/shanraisshan/codex-cli-best-practice) - Battle-tested AGENTS.md patterns with sandbox mode recommendations and approval policies. 
-- [claude-codex-settings](https://github.com/fcakyon/claude-codex-settings) - Dual AGENTS.md + CLAUDE.md setup for teams running both agents side-by-side. 
-- [caliber-ai-org/ai-setup](https://github.com/caliber-ai-org/ai-setup) - Cross-tool config generator - outputs AGENTS.md, CLAUDE.md, and .cursorrules from one source. 
-- [agentsmd/agents.md](https://github.com/agentsmd/agents.md) - The open AGENTS.md specification under Linux Foundation. 60k+ adopting projects. 
-- [Ischca/awesome-agents-md](https://github.com/Ischca/awesome-agents-md) - Curated list of real-world AGENTS.md files, templates, guides, and tools for Codex-based agents. 
-- [danielrosehill/Agents.md-Templates](https://github.com/danielrosehill/Agents.md-Templates) - Collection of AGENTS.md templates following the standard suggested by OpenAI. 
-
-## Subagents
-
-Multi-agent orchestration with `.toml` definitions. Codex supports parallel fan-out with up to 6 threads by default.
-
-### Collections
-
-- [VoltAgent/awesome-codex-subagents](https://github.com/VoltAgent/awesome-codex-subagents) - The definitive collection. 136+ agents across 10 categories (core dev, language specialists, infra, security, data/AI, DX, domains, business, meta, orchestration). Just clone and use. 
-- [betterup/codex-cli-subagents](https://github.com/betterup/codex-cli-subagents) - Enterprise-focused agents for code review, migration, and compliance. 
-
-### Specialized Subagents
-
-- [leonardsellem/codex-specialized-subagents](https://github.com/leonardsellem/codex-specialized-subagents) - Niche agents: accessibility auditor, i18n extractor, performance profiler. Fills gaps VoltAgent doesn't cover. 
-- [CoderMageFox/claudecode-codex-subagents](https://github.com/CoderMageFox/claudecode-codex-subagents) - Agents that work across both Codex and Claude Code. Good for mixed teams. 
-- [Alexin09/cc-subagent-codex](https://github.com/Alexin09/cc-subagent-codex) - Lightweight subagent pack focused on TypeScript/React projects. 
-- [waltstephen/ArgusBot](https://github.com/waltstephen/ArgusBot) - 24/7 supervisor agent that keeps Codex and Claude Code running, reviewing, and planning until tasks are done. 
-- [atticus98/codex-turbo](https://github.com/atticus98/codex-turbo) - Multi-agent parallel scheduling config templates for primary agent coordination and sub-agent distribution. 
-- [sehoon787/my-codex](https://github.com/sehoon787/my-codex) - All-in-one agent harness for Codex CLI - Boss meta-orchestrator, 400+ agents, 200+ skills, 3 MCP servers. 
-- [shinpr/sub-agents-skills](https://github.com/shinpr/sub-agents-skills) - Cross-LLM sub-agent orchestration - routes tasks to Codex for fast refactors, Claude Code for long reasoning, Gemini for large-context analysis. 
-
-### Multi-Agent Orchestration
-
-- [ComposioHQ/agent-orchestrator](https://github.com/ComposioHQ/agent-orchestrator) - Agentic orchestrator for parallel coding agents - plans tasks, spawns agents, handles CI fixes and merge conflicts autonomously. 
-- [mco-org/mco](https://github.com/mco-org/mco) - Neutral orchestration layer for Claude Code, Codex CLI, Gemini CLI, OpenCode, Qwen Code. Works from any IDE or shell. 
-- [basilisk-labs/codex-swarm](https://github.com/basilisk-labs/codex-swarm) - Swarm intelligence pattern - multiple Codex agents collaborating on large refactors. 
-- [aannoo/hcom](https://github.com/aannoo/hcom) - Hierarchical agent communication framework. Agents delegate subtasks with context preservation. 
-- [obra/external-subagents](https://github.com/obra/external-subagents) - Run subagents as external processes with custom sandboxing. 
-- [GreenSheep01201/claw-empire](https://github.com/GreenSheep01201/claw-empire) - Local-first AI agent office simulator. Orchestrates CLI, OAuth, and API-connected agents as a virtual autonomous company. 
-
-## Skills
-
-Reusable instruction bundles in `SKILL.md` format. Place in `~/.codex/skills/` (global) or `.agents/skills/` (project).
-
-### Collections
-
-- [ComposioHQ/awesome-codex-skills](https://github.com/ComposioHQ/awesome-codex-skills) - 38 skills across dev tools, productivity, communication, data analysis. Heavy Composio integration for 1000+ SaaS apps. 
-- [heilcheng/awesome-agent-skills](https://github.com/heilcheng/awesome-agent-skills) - Cross-platform skills that work in Codex, Claude Code, and Gemini CLI. 
-- [Prat011/awesome-llm-skills](https://github.com/Prat011/awesome-llm-skills) - Platform-agnostic skills organized by use case. 
-- [skillmatic-ai/awesome-agent-skills](https://github.com/skillmatic-ai/awesome-agent-skills) - Community-driven skill marketplace with quality ratings. 
-- [proflead/codex-skills-library](https://github.com/proflead/codex-skills-library) - Focused collection: code review, Git workflow, documentation generation. 
-- [sickn33/antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills) - 1,340+ installable skills with CLI installer, role-based bundles, and searchable catalog. 
-- [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) - 1,000+ agent skills from official dev teams and community. Works with Codex, Claude Code, Gemini CLI, Cursor. 
-- [alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) - 220+ skills across engineering, marketing, compliance, C-level advisory. Works with Codex despite the name. 
-- [JimLiu/baoyu-skills](https://github.com/JimLiu/baoyu-skills) - Large curated skills repository with broad category coverage. 
-- [mxyhi/ok-skills](https://github.com/mxyhi/ok-skills) - 55 curated skills and AGENTS.md playbooks: research, planning, GitHub automation, browser QA, frontend design. 
-- [affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) - Performance optimization system with 36 agents and 147 skills. Has `/codex-setup` command for Codex CLI. 
-- [simota/agent-skills](https://github.com/simota/agent-skills) - 100+ specialized AI agent skills for Claude Code / Codex CLI / Gemini CLI - dev, security, design, FinOps, compliance, testing. 
-- [gmh5225/awesome-skills](https://github.com/gmh5225/awesome-skills) - Curated list of agent skills and tools for Claude Code, Codex, Gemini CLI, GitHub Copilot, and more. 
-
-### Specialized Skills
-
-- [Lum1104/Understand-Anything](https://github.com/Lum1104/Understand-Anything) - Turn any codebase into an interactive knowledge graph you can explore, search, and query. Multi-platform including Codex. 
-- [wanshuiyin/Auto-claude-code-research-in-sleep](https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep) - ARIS - lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, experiment automation. 
-- [deanpeters/Product-Manager-Skills](https://github.com/deanpeters/Product-Manager-Skills) - Product management skills framework built on battle-tested methods for Claude Code, Codex, and AI agents. 
-- [white0dew/XiaohongshuSkills](https://github.com/white0dew/XiaohongshuSkills) - Xiaohongshu (Little Red Book) auto-publish, auto-comment, auto-search skill for Codex and Claude Code. 
-- [leo-lilinxiao/codex-autoresearch](https://github.com/leo-lilinxiao/codex-autoresearch) - Self-directed iterative research skill that continuously cycles through modify, verify, and improve. 
-- [ljagiello/ctf-skills](https://github.com/ljagiello/ctf-skills) - Agent skills for CTF challenges - web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT. 
-- [badlogic/pi-skills](https://github.com/badlogic/pi-skills) - Skills for Pi coding agent, compatible with Claude Code and Codex CLI. 
-- [Master-cai/Research-Paper-Writing-Skills](https://github.com/Master-cai/Research-Paper-Writing-Skills) - ML/CV/NLP paper writing skill package curated from Prof. Peng Sida's open notes. 
-- [aldefy/compose-skill](https://github.com/aldefy/compose-skill) - Jetpack Compose agent skill with actual androidx source code receipts. Works with Codex CLI, Claude Code, Gemini CLI. 
-- [codexstar69/bug-hunter](https://github.com/codexstar69/bug-hunter) - Adversarial AI bug hunter with auto-fix - multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs. 
-- [SkyworkAI/Skywork-Skills](https://github.com/SkyworkAI/Skywork-Skills) - Agent skills for AI office suites: PPT, Document, Excel, Image, Search, Music. 
-- [legendaryvibecoder/gigabrain](https://github.com/legendaryvibecoder/gigabrain) - Local-first memory layer for Codex CLI: capture, recall, dedupe, and native sync across sessions. 
-- [mrvladd-d/memobank](https://github.com/mrvladd-d/memobank) - Agent-first Memory Bank skill pack for Codex CLI, Claude Code, and similar runtimes. 
-- [voidful/academic-skills](https://github.com/voidful/academic-skills) - Complete academic research skill suite for Claude Code, Codex CLI, and Gemini CLI. 
-- [Upskill](https://github.com/huggingface/upskill) - Hugging Face's official skill pack for ML/AI development workflows. 
-- [Mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) - Security-focused skills: vulnerability scanning, dependency auditing, OWASP checks. Works in Codex too despite the name. 
-- [nicepkg/ai-workflow](https://github.com/nicepkg/ai-workflow) - Workflow automation skills - chained multi-step tasks with conditional logic. 
-- [cathrynlavery/codex-skill](https://github.com/cathrynlavery/codex-skill) - Clean, well-documented single-purpose skills. Good reference for writing your own. 
-- [Karanjot786/agent-skills-cli](https://github.com/Karanjot786/agent-skills-cli) - CLI tool to discover, install, and manage skills from the community. 
-- [twostraws/SwiftUI-Agent-Skill](https://github.com/twostraws/SwiftUI-Agent-Skill) - SwiftUI agent skill by Paul Hudson. Covers navigation, layout, animations, state management, VoiceOver. 
-- [Dimillian/Skills](https://github.com/Dimillian/Skills) - Codex skills by Thomas Ricouard: App Store changelog, iOS debugging, macOS packaging, SwiftUI perf audits. 
-- [dpearson2699/swift-ios-skills](https://github.com/dpearson2699/swift-ios-skills) - 76 agent skills for iOS 26+, Swift 6.3, SwiftUI, and modern Apple frameworks. 
-- [callstackincubator/agent-skills](https://github.com/callstackincubator/agent-skills) - Agent-optimized React Native skills by Callstack: best practices, optimization, upgrade workflows. 
-- [Bhanunamikaze/Agentic-SEO-Skill](https://github.com/Bhanunamikaze/Agentic-SEO-Skill) - LLM-first SEO analysis with 16 sub-skills, 10 specialist agents, and 33 utility scripts. 
-- [Gitmaxd/deepagents-cli-codex-skill](https://github.com/Gitmaxd/deepagents-cli-codex-skill) - Deep Agents CLI skill - scaffolds Codex skills and launches production subagent pipelines. 
-
-### Skills Management
-
-- [Shpigford/chops](https://github.com/Shpigford/chops) - macOS app to browse, edit, and manage skills across Claude Code, Cursor, Codex, and more. 
-- [runkids/skillshare](https://github.com/runkids/skillshare) - CLI to sync skills across 55+ AI CLI tools from a single source. Security-audited Go binary. 
-- [Dimillian/CodexSkillManager](https://github.com/Dimillian/CodexSkillManager) - macOS SwiftUI app to manage local Codex and Claude Code skills. Browse and download from Clawdhub. 
-- [jiweiyeah/Skills-Manager](https://github.com/jiweiyeah/Skills-Manager) - Cross-platform desktop app (Tauri 2.0 + React 19 + Rust) for managing skills across multiple AI tools. 
-- [DargonLee/skill-switch](https://github.com/DargonLee/skill-switch) - Cross-platform desktop app for managing AI tool skill files - unified interface for Codex CLI, Claude Code, Gemini CLI, Cursor. 
-- [aiskillstore/marketplace](https://github.com/aiskillstore/marketplace) - Security-audited skills marketplace. One-click install with automated security analysis. 
-
-### Domain-Specific Skills
-
-- [aklofas/kicad-happy](https://github.com/aklofas/kicad-happy) - KiCad PCB design assistant. Proof that skills can go deep into niche domains. 
-- [qtzx06/yolodex](https://github.com/qtzx06/yolodex) - Computer vision / YOLO model training workflow. 
-- [Frankieli123/grok-skill](https://github.com/Frankieli123/grok-skill) - Log analysis and pattern matching. Useful for debugging production issues. 
-
-## Plugins
-
-Distributable bundles combining skills + app integrations + MCP servers. Defined in `.codex-plugin/plugin.json`. Browse with `/plugins`.
-
-- [hashgraph-online/awesome-codex-plugins](https://github.com/hashgraph-online/awesome-codex-plugins) - The first plugin directory. Lists 12 official + ~20 community plugins with install instructions. 
-- [agent-sh/agentsys](https://github.com/agent-sh/agentsys) - Plugin framework with dependency resolution and version management. 
-- [xmm/codex-bmad-skills](https://github.com/xmm/codex-bmad-skills) - BMAD methodology plugin - structured planning, design, and implementation workflow.
-- [regenrek/codex-1up](https://github.com/regenrek/codex-1up) - Bootstrap tool that installs Codex CLI plus curated power tools and an AGENTS.md template. Three profiles: balanced, safe, yolo. 
-- [EveryInc/compound-engineering-plugin](https://github.com/EveryInc/compound-engineering-plugin) - Compound Engineering plugin for Claude Code, Codex, and more. Structured multi-agent workflows. 
-
-## Hooks
-
-User-defined shell scripts that run at specific points in the agentic loop. Requires `codex_hooks = true` feature flag.
-
-- [Yeachan-Heo/oh-my-codex](https://github.com/Yeachan-Heo/oh-my-codex) - OmX (Oh My codeX) - add hooks, agent teams, HUDs, and more to your Codex CLI. The most popular hooks framework. 
-- [PeonPing/peon-ping](https://github.com/PeonPing/peon-ping) - Warcraft III Peon voice notifications for Codex, Claude Code, and IDEs. Stop babysitting your terminal. 
-- [shanraisshan/codex-cli-hooks](https://github.com/shanraisshan/codex-cli-hooks) - Starter hooks collection: pre-commit validation, cost tracking, notification triggers. 
-- [liewcf/codex-notify-macos](https://github.com/liewcf/codex-notify-macos) - macOS notification hook - get alerted when long-running tasks complete. 
-- [vcz-Gray/loophaus](https://github.com/vcz-Gray/loophaus) - Cross-platform iterative development loops via Stop hooks. 
-
-## MCP Servers
-
-Codex can connect to MCP servers (as client) and expose itself as an MCP server (`codex mcp-server`).
-
-### Codex as MCP Client
-
-- [tuannvm/codex-mcp-server](https://github.com/tuannvm/codex-mcp-server) - General-purpose MCP server for Codex with file operations, web search, and database queries. 
-- [FYZAFH/mcp-codex-dev](https://github.com/FYZAFH/mcp-codex-dev) - Development-focused MCP server: linting, testing, deployment tools. 
-- [cexll/codex-mcp-server](https://github.com/cexll/codex-mcp-server) - Lightweight MCP server with minimal dependencies. Good starting point for custom servers. 
-- [Wildcard-Official/deepcontext-mcp](https://github.com/Wildcard-Official/deepcontext-mcp) - Codebase understanding server - builds semantic index for smarter code navigation. 
-- [DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp) - Persistent project memory across sessions. Codex remembers decisions, patterns, and context. 
-- [Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server](https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server) - Web search MCP with rate limiting and caching. 
-- [milisp/mcp-linker](https://github.com/milisp/mcp-linker) - Link multiple MCP servers together. Chain tools across servers. 
-- [xiaolai/codex-octopus](https://github.com/xiaolai/codex-octopus) - One brain, many arms - spawns multiple specialized Codex agents as MCP servers. 
-- [karad/seiro-mcp](https://github.com/karad/seiro-mcp) - MCP server and skills for autonomous build workflows for visionOS (Swift) apps using Codex CLI. 
-- [salparadi-labs/brain](https://github.com/salparadi-labs/brain) - Persistent memory MCP server for Codex sessions - stores decisions, tasks, preferences in SQLite. 
-- [vanthienha199/agent-cost-mcp](https://github.com/vanthienha199/agent-cost-mcp) - MCP server for tracking AI agent costs in real time - per-message spending, budget alerts, visual dashboard. 
-
-### Codex as MCP Server
-
-- [leonardsellem/codex-subagents-mcp](https://github.com/leonardsellem/codex-subagents-mcp) - Expose Codex subagents as MCP tools. Other agents (Claude Code, Cursor) can call Codex agents. 
-- [Mr-Tomahawk/codex-cli-mcp-tool](https://github.com/Mr-Tomahawk/codex-cli-mcp-tool) - Wrap Codex CLI as an MCP tool for use in other agent frameworks. 
-- [agency-ai-solutions/openai-codex-mcp](https://github.com/agency-ai-solutions/openai-codex-mcp) - Full-featured Codex MCP bridge with streaming support. 
-- [Leonard013/BigBrain](https://github.com/Leonard013/BigBrain) - MCP server that lets Claude Code talk to Codex (OpenAI) and Gemini (Google) CLIs for free. 
-- [ching-kuo/claude-codex](https://github.com/ching-kuo/claude-codex) - Claude Code workflow integrating Codex as an MCP server - plan, implement, and review loops with smart routing. 
-
-### General-Purpose MCP
-
-- [PleasePrompto/notebooklm-mcp](https://github.com/PleasePrompto/notebooklm-mcp) - Connect Codex to NotebookLM for research-augmented coding. 
-- [mrphrazer/agentic-malware-analysis](https://github.com/mrphrazer/agentic-malware-analysis) - Agentic malware analysis environment with MCP-connected disassemblers and RE tooling. 
-- [Dekelelz/let-them-talk](https://github.com/Dekelelz/let-them-talk) - MCP message broker + web dashboard for inter-agent communication. Lets Codex, Claude Code, Gemini CLI talk to each other. 
-
-## IDE & Editor Integrations
-
-- [VS Code Extension (Official)](https://marketplace.visualstudio.com/items?itemName=openai.chatgpt) - The official extension. Inline chat, terminal integration, code actions.
-- [johnseth97/codex.nvim](https://github.com/johnseth97/codex.nvim) - Neovim plugin with floating terminal, keybindings, and context passing. 
-- [milanglacier/yarepl.nvim](https://github.com/milanglacier/yarepl.nvim) - REPL framework for Neovim. Supports Codex as a REPL target alongside Python, R, etc. 
-- [xenodium/agent-shell](https://github.com/xenodium/agent-shell) - Emacs integration that works with Codex, Claude Code, and other terminal agents. Best-in-class Emacs experience. 
-- [tninja/ai-code-interface.el](https://github.com/tninja/ai-code-interface.el) - Emacs interface for multiple AI coding agents including Codex. 
-- [bennfocus/codex-cli.el](https://github.com/bennfocus/codex-cli.el) - Lightweight Emacs wrapper. Minimal, focused. 
-- [dliedke/ClaudeCodeExtension](https://github.com/dliedke/ClaudeCodeExtension) - Visual Studio .NET extension that supports both Claude Code and Codex CLI. 
-- [smallmain/vscode-unify-chat-provider](https://github.com/smallmain/vscode-unify-chat-provider) - Unify multiple AI agents (Codex, Claude, Copilot) under one VS Code chat interface. 
-- [folke/sidekick.nvim](https://github.com/folke/sidekick.nvim) - Neovim AI sidekick supporting Claude, Gemini, Grok, Codex, Copilot CLI and more. Built-in AI terminal. 
-- [Haleclipse/Codex-JetBrains](https://github.com/Haleclipse/Codex-JetBrains) - Run VS Code-based coding agents and extensions (including Codex) seamlessly within JetBrains IDEs. 
-
-## GUI & Desktop Apps
-
-- [farion1231/cc-switch](https://github.com/farion1231/cc-switch) - Cross-platform desktop all-in-one assistant for Claude Code, Codex, OpenCode, OpenClaw, and Gemini CLI. 
-- [The-Vibe-Company/companion](https://github.com/The-Vibe-Company/companion) - Web and mobile UI for Claude Code and Codex. Launch sessions, stream responses, approve tools from browser/mobile. 
-- [cnlimiter/codex-manager](https://github.com/cnlimiter/codex-manager) - Desktop manager for Codex CLI with task management and batch processing. 
-- [nexu-io/nexu](https://github.com/nexu-io/nexu) - Local-first desktop client bridging agents to WeChat, Feishu, Slack, Discord. BYOK. 
-- [dou-jiang/codex-console](https://github.com/dou-jiang/codex-console) - Integrated console for Codex: task management, batch processing, data export, auto-upload, log viewing. 
-- [Infatoshi/OpenSquirrel](https://github.com/Infatoshi/OpenSquirrel) - Native Rust/GPUI control plane for running Claude Code, Codex, Cursor, and OpenClaw without distraction. 
-- [DeadWaveWave/opencove](https://github.com/DeadWaveWave/opencove) - Infinite canvas workspace for agents, tasks, knowledge, and research. 
-- [milisp/codexia](https://github.com/milisp/codexia) - Desktop GUI for Codex CLI. macOS/Windows/Linux. Visual session management, file tree, diff viewer. 
-- [xintaofei/codeg](https://github.com/xintaofei/codeg) - Electron-based GUI with project templates and one-click sandboxing. 
-- [nkmr-jp/prompt-line](https://github.com/nkmr-jp/prompt-line) - Minimal prompt-centric UI. Stays out of your way. 
-- [zhu1090093659/CodeConductor](https://github.com/zhu1090093659/CodeConductor) - Orchestrator GUI for managing multiple Codex agents visually. 
-- [Dimillian/CodexMonitor](https://github.com/Dimillian/CodexMonitor) - Tauri/React/Rust desktop app for orchestrating multiple Codex agents across workspaces. Multi-workspace, Git integration, prompt library. 
-- [slopus/happy](https://github.com/slopus/happy) - Mobile and web client for Codex and Claude Code with end-to-end encryption. iOS/Android, push notifications, open-source. 
-- [just-every/code](https://github.com/just-every/code) - Enhanced Codex CLI fork with browser integration, multi-agent automation, Auto Drive orchestration, and theming. 
-- [onewesong/codex-viz](https://github.com/onewesong/codex-viz) - Local-first dashboard for Codex sessions - trends, token usage, tool insights, and word cloud from session history. 
-- [Cocoanetics/CodexMonitor](https://github.com/Cocoanetics/CodexMonitor) - macOS menu bar app to list, inspect, and watch local Codex CLI sessions. Includes VS Code integration. 
-- [ilysenko/codex-desktop-linux](https://github.com/ilysenko/codex-desktop-linux) - Automated installer to run the OpenAI Codex Desktop app on Linux. 
-- [LZY-Ricardo/AIDevHub](https://github.com/LZY-Ricardo/AIDevHub) - Desktop app (Tauri v2 + Rust + React) for managing MCP server configs and skills of Claude Code and Codex. 
-
-## Session & Workflow Management
-
-- [es617/claude-replay](https://github.com/es617/claude-replay) - Convert AI coding agent sessions (Claude Code, Cursor, Codex) into self-contained, embeddable HTML replays. 
-- [ryfineZ/codex-session-patcher](https://github.com/ryfineZ/codex-session-patcher) - Lightweight Python tool to clean AI refusal responses from Codex CLI session files. 
-- [GreenSheep01201/Claw-Kanban](https://github.com/GreenSheep01201/Claw-Kanban) - AI Agent Orchestration Kanban Board. Route tasks to Claude Code, Codex CLI, and Gemini CLI with role-based auto-assignment. 
-- [Fr-e-d/GAAI-framework](https://github.com/Fr-e-d/GAAI-framework) - Drop a `.gaai/` folder into any project to turn AI coding tools into reliable delivery systems. Markdown + YAML + bash. 
-- [lsm1103/session-dashboard](https://github.com/lsm1103/session-dashboard) - Browse and monitor historical session records of AI programming tools (Claude Code, Codex CLI, Cursor, Aider). 
-- [manitofigh/codex-share](https://github.com/manitofigh/codex-share) - Share and view Codex CLI conversations in the web. 
-- [yazcaleb/rses](https://github.com/yazcaleb/rses) - Cross-resume between Claude Code, Codex CLI, and OpenCode. Pick up where one AI left off in another. 
-- [UfoMiao/zcf](https://github.com/UfoMiao/zcf) - Zero-config workflow framework. Chain prompts, branch on results, auto-retry failures. 
-- [gotalab/cc-sdd](https://github.com/gotalab/cc-sdd) - Spec-driven development workflow. Write specs, Codex implements, auto-validates against spec. 
-- [covibes/zeroshot](https://github.com/covibes/zeroshot) - Zero-shot task runner. Describe what you want in plain English, get a working codebase. 
-- [waskosky/codex-cli-farm](https://github.com/waskosky/codex-cli-farm) - Run multiple Codex instances in parallel on different tasks. Session isolation built-in. 
-- [joseferben/hands-please](https://github.com/joseferben/hands-please) - Human-in-the-loop workflow. Codex pauses at decision points and asks for your input. 
-- [standardagents/dmux](https://github.com/standardagents/dmux) - Dev agent multiplexer: isolated tmux pane + Git worktree per task. Supports 11+ agents including Codex. 
-- [mixpeek/amux](https://github.com/mixpeek/amux) - Open-source agent multiplexer. Run dozens of parallel Codex/Claude agents unattended via tmux. Self-healing watchdog. 
-- [kbwo/ccmanager](https://github.com/kbwo/ccmanager) - TUI session manager for Claude Code / Gemini CLI / Codex CLI / Cursor Agent / Copilot CLI / OpenCode and more. 
-- [re-cinq/shift-log](https://github.com/re-cinq/shift-log) - Automatically saves coding agents' conversations in Git Notes. Works with Codex, Claude Code, Gemini CLI, OpenCode. 
-- [2ue/ccman](https://github.com/2ue/ccman) - Tool for managing Claude Code + Codex API + Gemini CLI + OpenCode service provider configurations. 
-- [Dicklesworthstone/coding_agent_session_search](https://github.com/Dicklesworthstone/coding_agent_session_search) - Unified TUI and CLI to index and search local coding agent session history across 11+ providers including Codex. 
-
-## Model Providers & Proxies
-
-Codex supports `openai_base_url` for custom model providers. Use any OpenAI-compatible API.
-
-- [feiskyer/codex-settings](https://github.com/feiskyer/codex-settings) - Ready-to-use configs for LiteLLM, Ollama, LM Studio, OpenRouter, and Azure OpenAI. 
-- [teabranch/open-responses-server](https://github.com/teabranch/open-responses-server) - OpenAI Responses API-compatible server. Run Codex with local models. 
-- [erans/lunaroute](https://github.com/erans/lunaroute) - Model router with cost tracking, rate limiting, and fallback chains. 
-- [ben-vargas/ai-sdk-provider-codex-cli](https://github.com/ben-vargas/ai-sdk-provider-codex-cli) - Vercel AI SDK provider for Codex. Use Codex in your AI applications. 
-- [router-for-me/CLIProxyAPI](https://github.com/router-for-me/CLIProxyAPI) - Wrap Codex, Claude Code, Gemini CLI as OpenAI-compatible API endpoints. Multi-account load balancing, streaming. 
-- [codingmoh/open-codex](https://github.com/codingmoh/open-codex) - Open-source Codex-inspired CLI running 100% locally with Ollama. No API key required, offline capable. 
-- [lich0821/ccNexus](https://github.com/lich0821/ccNexus) - Intelligent API gateway for Claude Code and Codex CLI. Rotate endpoints, monitor usage, seamlessly integrate OpenAI, Gemini, and others. 
-- [lzjever/air-gapped](https://github.com/lzjever/air-gapped) - Portable Codex CLI + vLLM for air-gapped/offline use. 
-- [maksimzayats/acodex](https://github.com/maksimzayats/acodex) - Typed Python SDK for the Codex CLI (sync/async, streaming JSONL events, structured items). 
-- [icebear0828/codex-proxy](https://github.com/icebear0828/codex-proxy) - Lightweight local relay that converts Codex Desktop's Responses API to multiple protocol interfaces (OpenAI, Anthropic, Gemini). 
-
-## CI/CD & Automation
-
-Use `codex exec` for non-interactive automation in pipelines.
-
-- [onurkanbakirci/awesome-codex-automations](https://github.com/onurkanbakirci/awesome-codex-automations) - 35 automation recipes organized by category: code quality, CI/CD, releases, deps, security. 
-
-
-### Patterns
-
-```bash
-# Run Codex in CI to auto-fix lint errors
-codex exec "Fix all ESLint errors in src/" --approval-mode full-auto
-
-# Generate PR descriptions from diffs
-git diff main | codex exec "Write a PR description for these changes"
-
-# Pipe output for processing
-codex exec "List all TODO comments" --ephemeral | sort
-```
-
-## Cross-Agent Tools
-
-Tools that bridge Codex with other AI coding agents.
-
-- [DeepMyst/Mysti](https://github.com/DeepMyst/Mysti) - Universal agent orchestrator. Route tasks between Codex, Claude Code, and Gemini CLI based on model strengths. 
-- [athola/skrills](https://github.com/athola/skrills) - Cross-platform skill format. Write once, use in Codex and Claude Code. 
-- [jcputney/agent-peer-review](https://github.com/jcputney/agent-peer-review) - Codex reviews Claude Code's output (and vice versa). Catches model-specific blind spots. 
-- [abhishekgahlot2/codex-claude-bridge](https://github.com/abhishekgahlot2/codex-claude-bridge) - Run Codex and Claude Code in tandem on the same codebase. 
-- [lbb00/ai-rules-sync](https://github.com/lbb00/ai-rules-sync) - Sync AGENTS.md ↔ CLAUDE.md ↔ .cursorrules. One source, all formats. 
-- [sypsyp97/claude-skill-codex](https://github.com/sypsyp97/claude-skill-codex) - Run Codex CLI as a Claude Code skill. 
-- [chenhg5/cc-connect](https://github.com/chenhg5/cc-connect) - Bridge Codex/Claude Code to 10 messaging platforms (Telegram, Slack, DingTalk, WeChat Work, LINE). No public IP required. 
-- [bfly123/claude_code_bridge](https://github.com/bfly123/claude_code_bridge) - Real-time multi-AI collaboration: Claude, Codex, Gemini in simultaneous split-pane sessions with persistent context. 
-- [AgentsMesh/AgentsMesh](https://github.com/AgentsMesh/AgentsMesh) - AI Agent Fleet Command Center. Orchestrate Codex, Claude Code, Gemini CLI, Aider from a single platform with Kanban and SSO/RBAC. 
-- [dsifry/metaswarm](https://github.com/dsifry/metaswarm) - Self-improving multi-agent orchestration: 18 agents, 13 skills, TDD enforcement, quality gates. 
-- [pchalasani/claude-code-tools](https://github.com/pchalasani/claude-code-tools) - Practical productivity tools for Claude Code and Codex CLI: session management, terminal automation, voice integration. 
-- [op7418/Claude-to-IM-skill](https://github.com/op7418/Claude-to-IM-skill) - Bridge Claude Code / Codex to IM platforms. Chat with AI coding agents from Telegram, Discord, or Feishu/Lark. 
-- [Leoyang183/sync-agents-settings](https://github.com/Leoyang183/sync-agents-settings) - Sync MCP server configs from Claude Code to Gemini CLI, Codex CLI, OpenCode, Kiro, Cursor. One command, all agents. 
-- [oil-oil/codex](https://github.com/oil-oil/codex) - Claude Code skill for delegating coding tasks to Codex CLI. 
-- [josstei/maestro-orchestrate](https://github.com/josstei/maestro-orchestrate) - Multi-agent orchestration platform for Gemini CLI, Claude Code, and Codex - 22 specialists, parallel subagents, persistent sessions. 
-- [catlog22/Claude-Code-Workflow](https://github.com/catlog22/Claude-Code-Workflow) - JSON-driven multi-agent cadence-team development framework with intelligent CLI orchestration (Gemini/Qwen/Codex). 
-
-## Monitoring & Analytics
-
-- [graykode/abtop](https://github.com/graykode/abtop) - Like htop but for AI coding agents. Monitor Claude Code and Codex CLI sessions, tokens, context window, rate limits in real-time. 
-- [fahd09/watchtower](https://github.com/fahd09/watchtower) - Monitor, inspect, and debug all API traffic between AI coding agents and their APIs with a real-time web dashboard. 
-- [NihilDigit/waybar-ai-usage](https://github.com/NihilDigit/waybar-ai-usage) - Waybar widget showing real-time Codex token usage and costs. Linux desktop integration. 
-- [yoavf/ai-sessions-mcp](https://github.com/yoavf/ai-sessions-mcp) - MCP server that tracks session history, token usage, and cost across agents. 
-- [HizTam/codex-history-viewer](https://github.com/HizTam/codex-history-viewer) - Browse and search past Codex sessions with full context. 
-- [steipete/CodexBar](https://github.com/steipete/CodexBar) - macOS menu bar app showing usage stats for Codex, Claude, Cursor, Gemini without login. On-device parsing. 
-- [ryoppippi/ccusage](https://github.com/ryoppippi/ccusage) - CLI for analyzing Codex/Claude Code usage from local JSONL files. Daily/monthly reports, cost breakdown, MCP server mode. 
-- [junhoyeo/tokscale](https://github.com/junhoyeo/tokscale) - CLI + TUI + web dashboard tracking token usage across 16+ AI coding platforms. Rust core, contribution graphs, leaderboard. 
-
-## Docker & Sandboxing
-
-- [Codex Universal](https://github.com/openai/codex-universal) - Official Docker base image. Pre-configured sandbox, multi-language support.
-- [DeepBlueDynamics/gnosis-container](https://github.com/DeepBlueDynamics/gnosis-container) - Codex CLI in Docker with 275+ MCP tools, cron/file-watcher/webhook triggers, multi-model support. 
-- [libops/cli-sandbox](https://github.com/libops/cli-sandbox) - Docker sandbox container for Claude Code, Codex, Gemini CLI, and OpenCode. 
-- [itscooleric/clide](https://github.com/itscooleric/clide) - Dockerized agentic terminal - Claude Code, Copilot, Codex CLI in one sandboxed container with egress firewall and web terminal. 
-- [monkeymonk/agentbox](https://github.com/monkeymonk/agentbox) - Runtime manager for AI coding tools (including Codex) in isolated Docker containers - network filtering, config layering, context injection. 
-
-## Account & Auth
-
-- [jlcodes99/cockpit-tools](https://github.com/jlcodes99/cockpit-tools) - Universal AI IDE account manager for Codex, GitHub Copilot, Windsurf, Kiro, Cursor, Gemini CLI. Multi-account switching, quota monitoring. 
-- [qxcnm/Codex-Manager](https://github.com/qxcnm/Codex-Manager) - Codex CLI account management and switching tool with local gateway forwarding. 
-- [numman-ali/opencode-openai-codex-auth](https://github.com/numman-ali/opencode-openai-codex-auth) - Use your ChatGPT Plus/Pro subscription as a Codex auth source. The most popular auth tool. 
-- [Lampese/codex-switcher](https://github.com/Lampese/codex-switcher) - Switch between multiple OpenAI accounts. Useful for work/personal separation. 
-- [bashar94/codex-cli-account-switcher](https://github.com/bashar94/codex-cli-account-switcher) - Simple account switcher with profile support. 
-- [bddiudiu/cpa-codex-auth-sweep-cliproxy](https://github.com/bddiudiu/cpa-codex-auth-sweep-cliproxy) - Auth proxy for enterprise SSO environments. 
-- [Loongphy/codex-auth](https://github.com/Loongphy/codex-auth) - CLI to switch and manage multiple Codex accounts with usage stats and automatic switching. 
-- [burakdede/aisw](https://github.com/burakdede/aisw) - AI Switcher (aisw) - CLI utility to manage multiple accounts for Claude Code, Codex CLI, and Gemini CLI. 
-
-## Tutorials & Articles
-
-- [How Codex is Built (Pragmatic Engineer)](https://newsletter.pragmaticengineer.com/p/how-codex-is-built) - Deep technical dive into Codex's architecture. Rust, sandboxing, the TUI. Essential reading.
-- [Dogfood: Codex Builds Codex (Stack Overflow)](https://stackoverflow.blog/2026/02/24/dogfood-so-nutritious-it-s-building-the-future-of-sdlcs/) - How the Codex team uses their own tool. Real-world workflow patterns.
-- [How Codex Team Uses Their Agent (Every)](https://every.to/podcast/transcript-how-openai-s-codex-team-uses-their-coding-agent) - Transcript of the team discussing daily usage, tips, and antipatterns.
-- [Why Humans are AI's Biggest Bottleneck (Lenny's Newsletter)](https://www.lennysnewsletter.com/p/why-humans-are-ais-biggest-bottleneck) - Broader perspective on AI coding agents, with Codex as a case study.
-- [Apidog: OpenAI Codex CLI](https://apidog.com/blog/openai-codex-cli/) - API-focused guide. Good for integrating Codex into existing toolchains.
-- [First Few Days with Codex CLI (Aman Mittal)](https://amanhimself.dev/blog/first-few-days-with-codex-cli/) - Developer diary covering setup friction, AGENTS.md discovery, and honest first impressions.
-- [Codex CLI Quick Start: AGENTS.md, Prompts, Safety (JP Caparas)](https://jpcaparas.medium.com/codex-cli-quick-start-agents-md-better-prompts-safer-runs-36d7060fcf68) - Focused guide on writing effective AGENTS.md files, prompt structuring, and approval-mode safety settings.
-- [From Broken Install to Multi-Agent Orchestration (Reza Rezvani)](https://alirezarezvani.medium.com/openai-codex-cli-from-broken-install-to-multi-agent-orchestration-production-guide-07d8b7d513ef) - Battle-tested production guide from common install failures to multi-agent fan-out patterns.
-- [Commands, Agents, and Advanced Workflows (Another Coding Blog)](https://www.anothercodingblog.com/p/working-with-openais-codex-cli-commands) - Full walkthrough of commands, AGENTS.md, subagent orchestration, MCP server setup, and CI/CD integration.
-- [Porting Skills to OpenAI Codex (fsck.com)](https://blog.fsck.com/2025/10/27/skills-for-openai-codex/) - Deep-dive on porting Claude Code's skills system to Codex CLI with a working SKILL.md authoring walkthrough.
-- [Skills in OpenAI Codex (fsck.com)](https://blog.fsck.com/2025/12/19/codex-skills/) - Follow-up covering the official skills feature flag launch, skill discovery, and invocation syntax.
-- [Codex CLI Automation: 3 Workflow Patterns (SmartScope)](https://smartscope.blog/en/generative-ai/chatgpt/codex-cli-automation-workflow-patterns/) - Production-ready automation patterns: GitHub Actions integration, cron-triggered runs, and CI pipeline embedding.
-- [How to Run Codex CLI Safely in GitHub Actions (SmartScope)](https://smartscope.blog/en/generative-ai/chatgpt/codex-cli-github-actions/) - Security-focused guide to sandboxing Codex in CI, secret management, and approval policy configuration.
-- [Deployment Workflows with Codex CLI (DeployHQ)](https://www.deployhq.com/blog/getting-started-with-openai-codex-cli-ai-powered-code-generation-from-your-terminal) - Deployment-focused guide with practical examples for CI/CD pipelines and code review automation.
-
-## Videos & Podcasts
-
-*Know a great video or podcast episode about Codex CLI? [Submit it!](https://github.com/user/awesome-codex-cli/issues/new)*
-
-## Comparisons
-
-### Codex CLI vs Claude Code vs Gemini CLI
-
-| Feature | Codex CLI | Claude Code | Gemini CLI |
-| ------------------------ | -------------------------------------------------------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------ |
-| **Language** | Rust | TypeScript | Python |
-| **License** | Apache-2.0 | Proprietary | Apache-2.0 |
-| **Pricing** | ChatGPT Pro $20/mo or API usage | Max $100/mo or API usage | Free (Gemini API) |
-| **Config file** | `config.toml` | `settings.json` | `settings.json` |
-| **Project instructions** | `AGENTS.md` | `CLAUDE.md` | `GEMINI.md` |
-| **Sandbox** | Seatbelt/Landlock/Bubblewrap | macOS Seatbelt, Linux containers | Docker-based |
-| **Multi-agent** | Built-in (6 parallel threads) | Subagent spawning | Limited |
-| **Skills** | `SKILL.md` files | Slash-command skills | N/A |
-| **Plugins** | `.codex-plugin/` bundles | N/A | Extensions |
-| **Hooks** | Shell scripts (beta) | Pre/post hooks | N/A |
-| **MCP support** | Client + Server | Client only | Client only |
-| **IDE** | VS Code, Neovim, Emacs, Zed | VS Code, JetBrains, Web | VS Code |
-| **Auth** | ChatGPT sub or API key | Anthropic API key | Google account |
-| **Models** | GPT-5.x, o-series | Claude 4.x | Gemini 2.x |
-| **Non-interactive** | `codex exec` | `claude -p` | `gemini exec` |
-| **Context window** | 200k tokens | 200k tokens | 1M tokens |
-| **Image input** | Yes | Yes | Yes |
-| **GitHub stars** |  | Closed source |  |
-| **Ecosystem size** | Growing (plugins, skills, subagents) | Mature (MCP, skills, hooks) | Early (extensions) |
-
-### Related Comparisons
-
-- [Hacker News Discussion](https://news.ycombinator.com/item?id=43708025) - Community comparison thread with real-world experiences.
-- [Reddit AMA with Codex Team](https://www.reddit.com/r/ChatGPT/comments/1ko3tp1/ama_with_openai_codex_team/) - Team answers questions about design decisions and how Codex differs from alternatives.
-- [duanyytop/agents-radar](https://github.com/duanyytop/agents-radar) - Side-by-side benchmark of terminal AI agents on real coding tasks. 
-- [Codex vs Claude Code (Builder.io)](https://www.builder.io/blog/codex-vs-claude-code) - Side-by-side comparison with concrete benchmarks and use-case recommendations.
-- [Claude Code vs OpenAI Codex (Northflank)](https://northflank.com/blog/claude-code-vs-openai-codex) - Infrastructure-focused comparison covering deployment scenarios and cloud sandbox use cases.
-- [Claude Code vs Codex vs Gemini Code Assist (Educative)](https://www.educative.io/blog/claude-code-vs-codex-vs-gemini-code-assist) - Three-way comparison covering benchmarks, pricing, IDE integrations, and developer experience.
-- [Testing AI Coding Agents Benchmark (Render)](https://render.com/blog/ai-coding-agents-benchmark) - Real-world benchmark from Render comparing all major terminal coding agents on actual deployment and build tasks.
-- [Codex vs Gemini CLI (UI Bakery)](https://uibakery.io/blog/codex-vs-gemini-cli) - Head-to-head comparison focusing on developer tooling, context window, and free tier access.
-
-## Community
-
-- [GitHub Discussions](https://github.com/openai/codex/discussions) - Official discussion forum. Feature requests, bug reports, tips.
-- [Reddit r/ChatGPT](https://www.reddit.com/r/ChatGPT/) - Active discussions about Codex CLI in the broader ChatGPT community.
-- [OpenAI Developer Forum](https://community.openai.com/) - Official OpenAI community with Codex-specific threads.
-- [@OpenAIDevs on X](https://x.com/OpenAIDevs) - Official announcements and tips.
-
-### People to Follow
-
-Codex CLI team members and frequent contributors:
-
-- [@thsottiaux](https://x.com/thsottiaux) - Tibo, Codex team.
-- [@embirico](https://x.com/embirico) - Embiricos, Codex team.
-- [@jxnlco](https://x.com/jxnlco) - Jason, Codex team.
-- [@romainhuet](https://x.com/romainhuet) - Romain Huet, OpenAI DevRel.
-- [@dkundel](https://x.com/dkundel) - Dominik Kundel, OpenAI DevRel.
-- [@fouadmatin](https://x.com/fouadmatin) - Fouad Matin, Codex team.
-- [@bolinfest](https://x.com/bolinfest) - Bolin Fest, Codex team.
-
-## Shell & Terminal
-
-- [tom-doerr/zsh_codex](https://github.com/tom-doerr/zsh_codex) - Zsh plugin for AI-powered command completion using Codex. 
-- [gravtice/ohmyzsh-ai-cli-plugins](https://github.com/gravtice/ohmyzsh-ai-cli-plugins) - Oh My Zsh plugins for AI coding agents. 
-- [sadjow/codex-cli-nix](https://github.com/sadjow/codex-cli-nix) - Nix flake for reproducible Codex CLI installation. 
-- [kunal12203/Codex-CLI-Compact](https://github.com/kunal12203/Codex-CLI-Compact) - Stripped-down Codex binary. Smaller install, faster startup. 
-- [tom-doerr/codex.fish](https://github.com/tom-doerr/codex.fish) - Fish shell plugin for AI-powered command completion using Codex. 
-- [MengnanTech/SplitMux](https://github.com/MengnanTech/SplitMux) - macOS terminal multiplexer with Claude Code and Codex CLI agent integration. 
-
-## Remote Access
-
-- [PleasePrompto/ductor](https://github.com/PleasePrompto/ductor) - Control Claude Code, Codex CLI, and Gemini CLI from Telegram. Live streaming, persistent memory, cron jobs, webhooks, Docker sandboxing. 
-- [K9i-0/ccpocket](https://github.com/K9i-0/ccpocket) - Access Codex from mobile devices via web UI. 
-- [MackDing/CodexClaw](https://github.com/MackDing/CodexClaw) - Telegram bot that proxies commands to a remote Codex instance. 
-- [demoadminjie/codex-wechat](https://github.com/demoadminjie/codex-wechat) - WeChat bridge for controlling local Codex CLI. 
-- [Headcrab/telecodex](https://github.com/Headcrab/telecodex) - Telegram bridge for running local Codex CLI remotely with topic-aware sessions, attachments, and streamed replies. 
-- [ShunmeiCho/cc-clip](https://github.com/ShunmeiCho/cc-clip) - Paste images into remote Claude Code and Codex CLI over SSH. Clipboard bridging for macOS and Windows. 
-- [chuvadenovembro/script-to-use-codex-cli-on-remote-server](https://github.com/chuvadenovembro/script-to-use-codex-cli-on-remote-server-without-visual-environment) - Headless server setup guide with auth workarounds. 
-- [Emanuele-web04/remodex](https://github.com/Emanuele-web04/remodex) - Local-first iOS app + Mac bridge for remote Codex control. Encrypted sessions, Git integration, App Store available. 
-
----
-
-## Contributing
-
-Contributions welcome! Please read the [contribution guidelines](CONTRIBUTING.md) first.
-
-[](https://creativecommons.org/publicdomain/zero/1.0/)
-
-To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this work.