codex-agent

Delegate coding, review, and planning tasks to Codex sessions via codex exec.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Ben2pc/g-claude-code-plugins --skill codex-agent-ben2pc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codex-agent
Source: https://github.com/Ben2pc/g-claude-code-plugins/tree/main/skills/codex-agent
Command: npx skills add https://github.com/Ben2pc/g-claude-code-plugins --skill codex-agent-ben2pc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables teams to offload coding, review, and diagnosis tasks to an independent Codex session, enabling structured multi-turn work without blocking the developer.

Core Features & Use Cases

  • New Codex sessions via codex exec for task creation and task delegation.
  • Resume existing Codex sessions with codex exec resume for multi-turn conversations.
  • Read-only code reviews via codex exec review to surface insights without modifying code.
  • JSON event streams (--json) for streaming results; -o for final output file; supports image input and Computer Use browser tasks when needed.

Quick Start

Start a new Codex session with codex exec and describe your task to delegate it to Codex.

Frequently Asked Questions about codex-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks to an independent Codex session?▼

You can delegate coding tasks to an independent Codex session by using the codex exec command, which offloads task creation and processing to streamline multi-turn workflows without blocking the developer.

Can I resume an existing Codex conversation for multi-turn workflows?▼

Yes, you can resume existing Codex conversations for multi-turn workflows by using the codex exec resume command, allowing you to continue previous sessions and maintain context across interactions.

Does Codex support read-only code reviews without modifying the repository?▼

Codex supports read-only code reviews via the codex exec review command, which surfaces insights and diagnoses issues without modifying the actual code in your repository.

How do I stream results from a Codex session?▼

You can stream results from a Codex session by using the --json flag for JSON event streams, and use the -o flag to output the final results to a specified file for reliable processing.

Can I use image input or browser tasks with Codex session delegation?▼

Yes, Codex session delegation supports image input and Computer Use browser tasks when needed, allowing you to handle diverse task requirements within your delegated workflows.