Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/codex-chat-adaptationio-skrillz-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Start
  2. Automated Interactive Workflows
  3. Session Management
  4. Multimodal Development
  5. Automation Patterns
  6. Continuous Development
  7. Related Skills
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going