codex-consultlisted
Install: claude install-skill uzysjung/uzys-agent-harness
# codex-consult
Delegate to OpenAI Codex (via `codex exec`) for **concise, structured writing**
and **image generation** — two areas where a second model with different
training is a cheap upgrade over Claude working alone. Codex is an *advisor and
generator*: it produces drafts, structures, and image files; the repo stays the
source of truth and the user makes the final call.
## Why this exists
- **Concision & structure.** Codex is good at compressing verbose text and
imposing clean structure — outlines, tables, section hierarchies, tight
summaries. When a doc says in 300 words what needs 80, delegate the tightening.
- **Image generation.** Codex ships a stable `image_generation` tool that
writes real PNG files. Claude Code has no image generation — this is a
capability gap, not just a quality gap.
- **Division of labor with gemini-consult.** Korean *nuance/카피* (natural
phrasing, marketing tone) and multi-persona critique → `gemini-consult`.
*Structure, concision* → this skill. *Images* → both skills can generate;
this one is the default (writes files straight to your OUT_DIR under an
OS-level sandbox) — use gemini's image mode when the user asks for Gemini /
"Nano Banana" style output. If a Korean text needs both structure and
nuance: structure first here, then polish the phrasing there.
## Prerequisite: the `codex` CLI (auth is the user's action — do NOT fix it yourself)
This skill shells out to the OpenAI Codex CLI. It is an external dependency,
n