codex-think-about
Installation
SKILL.md
Codex Think About
Purpose
Peer reasoning, not code review. Claude and Codex are equal analytical peers.
When to Use
Debate technical decisions or design questions before implementing. Architecture choices, technology comparisons, reasoning through tradeoffs.
Prerequisites
- A question or decision topic from the user.
Runner
RUNNER="{{RUNNER_PATH}}" SKILLS_DIR="{{SKILLS_DIR}}" json_esc() { printf '%s' "$1" | node -e 'let d="";process.stdin.on("data",c=>d+=c);process.stdin.on("end",()=>process.stdout.write(JSON.stringify(d)))'; }