OpenAI Codex CLI fundamentals for code analysis, review, and validation. Use when (1) executing codex commands for code review/analysis, (2) configuring models (gpt-5.3-codex/gpt-5.2/gpt-5.1-codex-max/gpt-5-codex-mini), sandbox modes (read-only/workspace-write), or reasoning effort (low/medium/high/xhigh), (3) managing Codex sessions with resume, (4) integrating Codex into automation scripts. Do NOT use for orchestration patterns (use codex-claude-loop instead).
$npx -y skills add creator-hian/claude-code-plugins --skill codex-cliInstalls into the current project.
Run `npx skills use "https://github.com/creator-hian/claude-code-plugins" --skill "creator-hian/claude-code-plugins/codex-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/creator-hian/claude-code-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/creator-hian/claude-code-plugins"` and select the relevant skills, then follow their instructions.