codex-chat
Interactive REPL workflows with Codex CLI including session management, multimodal conversations, and automated execution. Use for extended development sessions, debugging, or collaborative problem-solving.
npx skills add majiayu000/claude-skill-registry --skill codex-chat-adaptationio-skrillz-3 --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Codex Interactive Chat Advanced interactive workflows with Codex CLI REPL featuring full automation and session management. **Last Updated**: December 2025 (GPT-5.2 Release) ## Quick Start ```bash # Start interactive session codex "Let's work on improving authentication" # With full automation codex --dangerously-bypass-approvals-and-sandbox "Auto-execute everything" # With specific model (December 2025) codex -m gpt-5.1-codex-max "Complex development task" # Default, best for coding codex -m gpt-5.2 "Tasks needing 400K context" codex -m gpt-5.2-pro "Maximum accuracy tasks" # With images codex -i design.png "Implement this UI design" # With web search codex --search "Research and implement OAuth2" ``` ## Automated Interactive Workflows ```bash # Full auto development session (December 2025) codex --dangerously-bypass-approvals-and-sandbox \ -m gpt-5.1-codex-max \ --search \ "Build complete user authentication system" # With GPT-5.2 for long-context tasks codex --dangerously-bypass-approvals-and-sandbox \ -m gpt-5.2 \ --compact \ "Analyze entire codebase and refactor" # Sandboxed automation codex --full-auto "Refactor safely with tests" ``` ## Session Management ```bash # Resume l
- Quick Start
- Automated Interactive Workflows
- Session Management
- Multimodal Development
- Automation Patterns
- Continuous Development
- Related Skills
Start interactive session codex "Let's work on improving authentication" With full automation codex --dangerously-bypass-approvals-and-sandbox "Auto-execute everything" With specific model (December 2025) codex -m gpt-5.1-codex-max "Complex development task" # Default, best for coding codex -m gpt-5.2 "Tasks needing 400K context" codex -m gpt-5.2-pro "Maximum accuracy tasks" With images codex -i design.png "Implement this UI design"
What does the codex-chat skill do?
Interactive REPL workflows with Codex CLI including session management, multimodal conversations, and automated execution. Use for extended development sessions, debugging, or collaborative problem-solving.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codex-chat-adaptationio-skrillz-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
