Generous-Corp

Codex Consult — Development skill for Claude Code

Development community

Consult OpenAI Codex (codex exec) for a second opinion on a prompt.

How to install Codex Consult

Installs to ~/.claude/commands/generous-corp-pulp-codex-consult.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Generous-Corp/pulp/HEAD/.claude/commands/codex-consult.md -o ~/.claude/commands/generous-corp-pulp-codex-consult.md

Restart Claude Code, or start a new session, for it to be picked up.

What Codex Consult does


name: codex-consult description: Consult OpenAI Codex (`codex exec`) for a second opinion on a prompt. Handles the argv-hang, stdin-mode, reasoning-effort, and timeout gotchas so the invocation always works. Accepts `$ARGUMENTS` as the prompt, or reads from a provided prompt file.

Codex Consult

A Pulp-side wrapper around `codex exec` that always invokes it the right way. Use this instead of calling `codex exec` ad hoc — the direct CLI silently hangs on anything past a short argv prom

Alternatives in Development

  • Analyze Feature Requests — Prioritize feature requests by theme, impact, effort, and risk 7.8k ★
  • /gemini Consult — Engages in deep, iterative conversations with Gemini MCP for complex problem-solving 1.3k ★
  • Exec Summary — Compress a document or update into a crisp executive summary 1.3k ★

Full documentation available on GitHub

View Source Repository