Start an OpenAI Codex CLI session for deep reasoning and code analysis
Add this skill
npx mdskills install agentic-mcp-tools/codexClean skill for starting async Codex sessions with clear return-immediately instruction
1---2name: codex3description: Start an OpenAI Codex CLI session for deep reasoning and code analysis4user-invocable: true5allowed-tools:6 - mcp__owlex__start_codex_session7 - mcp__owlex__resume_codex_session8---910# Codex Session1112Start a Codex CLI session for deep reasoning, code review, and analysis.1314## Instructions15161. Take the user's prompt from: $ARGUMENTS172. If no argument provided, ask what they want Codex to help with183. Determine if new or continuation:19 - New topic: Use `start_codex_session`20 - Follow-up: Use `resume_codex_session`214. Return immediately with the task_id225. Tell the user:23 - "Codex started (task: <task_id>)"24 - "Check results with: `/codex-result <task_id>`"2526**Do NOT call wait_for_task. Return immediately.**2728## Usage2930- `/codex Explain how the auth flow works`31- `/codex Find bugs in this function`32
Full transparency — inspect the skill content before installing.