← ClaudeAtlas

codex-consultationlisted

Consult OpenAI Codex MCP for second opinions on specs, architecture, design decisions, and bug-fix strategy. Use when proposing a specification or design, planning a large-scale modification, writing test strategy, or after 2 consecutive failed fix attempts on the same issue (root-cause analysis). Codex is for discussion only — never let it implement code unless explicitly instructed.
sardonyx0827/dotfiles · ★ 0 · AI & Automation · score 72
Install: claude install-skill sardonyx0827/dotfiles
# Codex MCP Server **Purpose**: Use OpenAI Codex's advanced problem-solving and code-generation engine to gather opinions on architecture design, strategic analysis, bug fixes, and similar topics. Although it can generate code, **never let it implement anything unless explicitly instructed** — use it solely for discussions about design, strategy, and the like. After receiving an answer from Codex MCP, validate its soundness with Claude. ## Tools | Tool | Purpose | | ------------------------- | ------------------------------------------------------------- | | `mcp__codex__codex` | Start a new session (`prompt` required) | | `mcp__codex__codex-reply` | Continue an existing session (`threadId` + `prompt` required) | ### `mcp__codex__codex` parameters | Parameter | Description | Example values | | ----------------- | ------------------------- | --------------------------------------------------------------- | | `prompt` | Initial prompt (required) | Detailed description of the problem | | `sandbox` | Sandbox mode | `read-only` | | `approval-policy` | Shell command approval | `untrusted`, `on-failure`, `on-request`, `never` | | `model` | Model selection | omit