codex-debugging

Installation
SKILL.md

Codex Debugging

Use when investigating Codex CLI/app behavior, config parsing, tool behavior, prompts, MCP/app wiring, or runtime bugs.

Source First

Prefer local source before web/docs:

cd ~/Projects/codex
sed -n '1,220p' codex-rs/AGENTS.md

Then search targeted areas:

rg "<symbol|setting|error|feature>" codex-rs/{core,tui,exec,cli,app-server,app-server-protocol,config}
Installs
30
GitHub Stars
5.2K
First Seen
May 11, 2026
codex-debugging — steipete/agent-scripts