# Codex

> Codex CLI integration for SWAL code generation and review

- Skill: `iberi22/codex` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add iberi22/codex`
- Raw SKILL.md: https://api.skillmd.com/api/skills/iberi22/codex/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: iberi22 (https://skillmd.com/u/iberi22)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/iberi22/codex

---


# Codex CLI - SWAL Configuration

## Basic Usage

```bash
# One-shot execution
codex exec "Your coding task"

# With auto-approve
codex exec --full-auto "Your task"

# Yolo mode (no sandbox)
codex --yolo "Your task"
```

## Model

Default: `gpt-5.2-codex` (configured in `~/.codex/config.toml`)

## SWAL Context

- Use for code generation and review
- Always work in a git repo
- For parallel execution, use git worktrees
- Coordinate with Xavier2 for context

## See Also

- `coding-agent` skill for multi-agent orchestration
- `xavier2-context` for central memory

