Home / ericpardee / agent-files · skills/skill-codex/SKILL.md · GitHub

codex skillA

codex is agent-read markdown (skill) from ericpardee/agent-files: Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Codex CLI

Reference for driving `codex exec` correctly from an agent session. For a
full review gate with a fix-or-rebut loop, use the `codex-gate` skill instead.

## Invocation rules

- Do not pass `-m`. `~/.codex/config.toml` sets the default model; override it
  only when the user names a model. Pair reviews with
  `-c model_reasoning_effort="xhigh"` (options: `none`, `minimal`, `low`,
  `medium`, `high`, `xhigh`).
- Always redirect stdin from `/dev/null`. `codex exec` appends stdin to the
  prompt, so without the redirect it blocks on an open terminal and looks like
  a slow reasoning pass until killed. The tell is empty stdout with
  `Reading additional input from stdin...` on stderr.
- Append `2>/dev/null` to hide thinking tokens (stderr). Show stderr only when
  debugging.
- Sandbox: `--sandbox read-only` for reviews, `workspace-write` for edits,
  `danger-full-access` only for work that needs the network. `--full-auto`
  applies to write runs only. Ask before `--full-auto`, `danger-full-access`,
  or `--skip-git-repo-check` unless the user already granted it.
- `-C <dir>` runs from another directory; `--skip-git-repo-check` is needed
  outside a repository.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ericpardee/agent-files/codex@git:20260920.6de3dc1
Exact content
mdr add ericpardee/agent-files/codex@sha256:c5f7978a82bf3506

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_vvyrvcv7bo2iazgg.svg)](https://markdownregistry.com/a/art_vvyrvcv7bo2iazgg)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.6de3dc1 latest2026-09-20 6de3dc1 3,398 BA view · diff
git:20260918.4729d232026-09-18 4729d23 5,527 BA view · diff
git:20260727.60d05822026-07-27 60d0582 4,305 BA view · diff
git:20260213.3aef3562026-02-13 3aef356 4,203 BA view · diff
git:20260119.f7a0b302026-01-19 f7a0b30 4,002 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3398 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ericpardee/agent-files · 3 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_vvyrvcv7bo2iazgg
GET https://markdownregistry.com/api/v1/resolve?ref=ericpardee/agent-files/codex
GET https://markdownregistry.com/api/v1/blob/c5f7978a82bf3506dad2fb3825965ba20edeb36c0b71406fe3fe63da1c437b02

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ericpardee/agent-files

AGENTS.md agents
ericpardee/agent-files · AGENTS.md
git:20260918.80266df · audit B · 3 stars
CLAUDE.md claude
ericpardee/agent-files · CLAUDE.md
git:20260920.6de3dc1 · audit A · 3 stars
CLAUDE.md@external-memory/templates claude
ericpardee/agent-files · external-memory/templates/CLAUDE.md
git:20260920.afc4daa · audit A · 3 stars
advanced-prompt-improver skill
ericpardee/agent-files · skills/advanced-prompt-improver/SKILL.md · Use when improving, reviewing, or writing a prompt for frontier models (Claude 4.6+/Opus 5/Fable 5, GPT-5.x class) -…
git:20260727.291aeae · audit A · 3 stars
codex-gate skill
ericpardee/agent-files · skills/codex-gate/SKILL.md · Use when User wants a cross-model review gate before shipping code or on a pull request - "before I push/merge/deploy"…
git:20260920.8522c77 · audit A · 3 stars
codex-web-render skill
ericpardee/agent-files · skills/codex-web-render/SKILL.md · Fetch JavaScript-heavy, client-rendered, or bot-protected web pages that the built-in WebFetch tool cannot read…
git:20260918.26378fb · audit A · 3 stars
deliverable-check skill
ericpardee/agent-files · skills/deliverable-check/SKILL.md · Use before any client-facing or stakeholder-facing deliverable ships (report, email draft, Jira/Slack post, doc) -…
git:20260727.291aeae · audit A · 3 stars
freeing-disk-space skill
ericpardee/agent-files · skills/freeing-disk-space/SKILL.md · Use when a Mac is running low on disk space or storage is full - "startup disk almost full", "only X GB left", "free up…
git:20260729.6b547dd · audit A · 3 stars

Every file in ericpardee/agent-files

Other files named codex

codex skill
garrytan/gstack · codex/SKILL.md · OpenAI Codex CLI wrapper — three modes. (gstack)
v1.0.0 · audit A · 134,082 stars
codex skill
taracodlabs/aiden · skills/codex/SKILL.md · Delegate coding tasks to OpenAI Codex CLI
v1.0.0 · audit A · 843 stars
codex skill
notque/vexjoy-agent · skills/meta/codex/SKILL.md · Run benchmark-selected GPT-5.6 work through the Codex CLI.
git:20260922.5ea2099 · audit A · 424 stars
codex skill
giuseppe-trisciuoglio/developer-kit · plugins/developer-kit-tools/skills/codex/SKILL.md · Provides Codex CLI delegation workflows for complex code generation and development tasks using OpenAI's GPT-5.3-codex…
git:20260307.7eaf6d6 · audit A · 348 stars
codex skill
majiayu000/spellbook · skills/codex/SKILL.md · Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis…
git:20260830.5b9004f · audit A · 285 stars
codex skill
yan-labs/yan-skills · codex/SKILL.md · **Generate images** with Codex's built-in OpenAI image-generation tool — route every "生成图片 / 配图 / 插图 / image gen / 画一张…
git:20260822.e230bea · audit A · 203 stars
codex skill
dropfan/claude-code-plugins · plugins/codex-bridge/skills/codex/SKILL.md · This skill should be used ONLY when the user explicitly mentions "codex" by name. Trigger phrases: "use codex", "ask…
git:20260705.bec1964 · audit A · 8 stars
codex skill
ridelink0/ultimate-frontend-skills · packs/bergside-awesome-design-skills/codex/SKILL.md · A radically minimal, blank-canvas interface built as a pure edge-to-edge surface, with almost no color and typography…
git:20260921.6026393 · audit A · 6 stars

Browse by kind, by grade A, or by owner.