awesome-codex-cli

mcp
Guvenlik Denetimi
Uyari
Health Gecti
  • License — License: CC0-1.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 27 GitHub stars
Code Uyari
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

Curated list of 150+ tools, skills, subagents & plugins for OpenAI Codex CLI

README.md

Awesome Codex CLI

Awesome Codex CLI Awesome

GitHub stars Resources Last Commit PRs Welcome License: CC0

A curated list of awesome tools, skills, subagents, plugins, and resources for OpenAI Codex CLI - 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 150+ 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 below.

If you find this useful, please give it a star - it helps others discover the list.


Contents


Official Resources

Getting Started

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) - The cross-agent standard used by 20k+ projects. Works with Codex, Claude Code, Gemini CLI, and more.
  • codex-cli-best-practice - Battle-tested AGENTS.md patterns with sandbox mode recommendations and approval policies. GitHub stars
  • claude-codex-settings - Dual AGENTS.md + CLAUDE.md setup for teams running both agents side-by-side. GitHub stars
  • caliber-ai-org/ai-setup - Cross-tool config generator - outputs AGENTS.md, CLAUDE.md, and .cursorrules from one source. GitHub stars

Subagents

Multi-agent orchestration with .toml definitions. Codex supports parallel fan-out with up to 6 threads by default.

Collections

  • 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. GitHub stars
  • betterup/codex-cli-subagents - Enterprise-focused agents for code review, migration, and compliance. GitHub stars

Specialized Subagents

Multi-Agent Orchestration

  • basilisk-labs/codex-swarm - Swarm intelligence pattern - multiple Codex agents collaborating on large refactors. GitHub stars
  • aannoo/hcom - Hierarchical agent communication framework. Agents delegate subtasks with context preservation. GitHub stars
  • obra/external-subagents - Run subagents as external processes with custom sandboxing. GitHub stars

Skills

Reusable instruction bundles in SKILL.md format. Place in ~/.codex/skills/ (global) or .agents/skills/ (project).

Collections

Specialized Skills

Domain-Specific Skills

Plugins

Distributable bundles combining skills + app integrations + MCP servers. Defined in .codex-plugin/plugin.json. Browse with /plugins.

Hooks

User-defined shell scripts that run at specific points in the agentic loop. Requires codex_hooks = true feature flag.

MCP Servers

Codex can connect to MCP servers (as client) and expose itself as an MCP server (codex mcp-server).

Codex as MCP Client

Codex as MCP Server

General-Purpose MCP

IDE & Editor Integrations

GUI & Desktop Apps

Session & Workflow Management

  • UfoMiao/zcf - Zero-config workflow framework. Chain prompts, branch on results, auto-retry failures. GitHub stars
  • gotalab/cc-sdd - Spec-driven development workflow. Write specs, Codex implements, auto-validates against spec. GitHub stars
  • covibes/zeroshot - Zero-shot task runner. Describe what you want in plain English, get a working codebase. GitHub stars
  • waskosky/codex-cli-farm - Run multiple Codex instances in parallel on different tasks. Session isolation built-in. GitHub stars
  • joseferben/hands-please - Human-in-the-loop workflow. Codex pauses at decision points and asks for your input. GitHub stars

Model Providers & Proxies

Codex supports openai_base_url for custom model providers. Use any OpenAI-compatible API.

CI/CD & Automation

Use codex exec for non-interactive automation in pipelines.

Patterns

# 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.

Monitoring & Analytics

Docker & Sandboxing

  • Codex Universal - Official Docker base image. Pre-configured sandbox, multi-language support.

Account & Auth

Tutorials & Articles

Videos & Podcasts

Know a great video or podcast episode about Codex CLI? Submit it!

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

Community

People to Follow

Codex CLI team members and frequent contributors:

Shell & Terminal

Remote Access


Contributing

Contributions welcome! Please read the contribution guidelines first.

CC0

To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this work.

Yorumlar (0)

Sonuc bulunamadi