Checks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
From omcxnpx claudepluginhub jhcdev/omc-codex --plugin omcx[--enable-review-gate|--disable-review-gate]/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupDetects ghost Claude plugin installations by checking cache, registry, and temp files on macOS/Linux/Windows; cleans up on user confirmation.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
/setupGuides admins through provisioning Vertex AI, Bedrock, or gateway for Claude Office add-in, handles consent, and generates deployable manifest.xml.
/setupConfigures claude-hud as Claude Code statusline by providing ~/.claude/settings.json config, build instructions, manual setup, and troubleshooting steps.
/setupRuns interactive setup wizard: detects AI providers (Codex, Gemini, Ollama, etc.), RTK token optimizer, system tools; displays status table; offers to install/configure missing items.
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" setup --json $ARGUMENTS
If the result says Codex is unavailable and npm is available:
AskUserQuestion exactly once to ask whether Claude should install Codex now.(Recommended).Install Codex (Recommended)Skip for nownpm install -g @openai/codex
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" setup --json $ARGUMENTS
If Codex is already installed or npm is unavailable:
Output rules:
!codex login.