Codex Extensions banner
chongdashu chongdashu

Codex Extensions

AI community

Description

Utility wrapper on top of Open AI's Codex CLI that enhances your development workflow

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Codex CLI Extensions (cdx)

![Bash](https://img.shields.io/badge/Bash-4%2B-1f425f?logo=gnu-bash&logoColor=white) ![OS](https://img.shields.io/badge/OS-macOS%20%7C%20Linux-lightgrey) ![Type](https://img.shields.io/badge/Type-CLI%20Helpers-blue)

Lightweight, POSIX‑friendly helpers that enhance the Codex CLI with a single entrypoint, plugin routing, prompt management, and a quick smoke test.

Why cdx

As a worked through famliarising myself with the Codex CLI, I found that many of the quality of life features were missing / not yet released. I documented my findings and ended up creating this wrapper to accelerate and enhance my productivity.

► [**🎥 Watch the Video**](https://www.youtube.com/watch?v=3564u77Vyqk)

► [**🧰 Get the Builder Pack**](https://rebrand.ly/aa0f77)

  • Fast: source one file and get a tidy cdx wrapper + cx alias.
  • Extensible: drop scripts in cdx/plugins/ and call cdx .
  • Practical: ship prompts and install them to ~/.codex/prompts.
  • Safe: smoke test validates sourcing, plugins, and update checks.

Quick Start

  • From this repo (local install):
    # Add cdx to your shell
    bash cdx/install.sh           # installs prompts and adds shell sourcing
    # Or for a temporary session
    source cdx/cdx.sh && cdx help

Usage

cdx help            # usage and discovered plugins
cdx plugins         # list subcommands from cdx/plugins/
cdx prompts list    # show repo and installed prompts
cdx prompts install # install prompts to ~/.codex/prompts
cdx profiles        # list profiles from ~/.codex/config.toml
cdx update --check-only  # check Codex CLI updates (uses npm)
cdx -- --profile NAME     # pass through to codex with defaults
cdx raw             # run codex without defaults

Default pass-through now targets `gpt-5-codex` with `model_reasoning_effort="high"`, `model_reasoning_summary="auto"`, and `model_reasoning_summary_format="experimental"` while enabling `--search` and `--dangerously-bypas