codex

Delegates coding tasks to Codex CLI when explicitly requested by the user.

89|10|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/oil-oil/codex --skill codex-oil-oil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/oil-oil/codex/tree/main
Command: npx skills add https://github.com/oil-oil/codex --skill codex-oil-oil

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires codex, jq, script, and includes scripts (resource) components.

What problem does it solve?

Delegates coding tasks to Codex CLI when the user explicitly asks for Codex to handle the work, avoiding unnecessary automation for general coding requests.

Core Features & Use Cases

  • Autonomously explores the codebase and implements changes via Codex CLI when the user explicitly asks to use Codex.
  • Bundled workflow with a shell script to capture output, stream real-time progress, manage sessions, and ensure safe execution context.
  • Handles deterministic tasks with proper file context handling, quoting for file paths, and clear progress reporting to the user.

Quick Start

Describe the coding task to Codex and provide any target files, then run the bundled script to execute the changes.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate codebase refactoring using Codex CLI?

Automate codebase refactoring by explicitly delegating coding tasks to Codex CLI. The Skill uses a bundled shell script to capture output, stream real-time progress, and safely apply code changes across your repository.

What do I need to set up before delegating coding tasks to Codex CLI?

You need to install Codex CLI, jq, and script as dependencies. Describe your coding task, specify target file paths with proper quoting, and run the bundled shell script to execute changes safely.

Does this Skill automatically run code changes for any coding request?

No, the Skill does not automate general coding requests. It only delegates tasks to Codex CLI when you explicitly ask to use Codex, ensuring you maintain control over automation triggers.

How does the bundled shell script handle session tracking and file context?

The bundled shell script manages sessions and ensures safe execution context by capturing output and handling file context properly. It requires proper quoting of file paths to apply deterministic code changes accurately.

Can I use this approach for codebase exploration and real-time progress reporting?

Yes, you can autonomously explore the codebase and implement changes via Codex CLI. The bundled workflow streams real-time progress and provides clear reporting while executing your specified coding tasks.

When should I avoid using Codex CLI for repository code changes?

You should avoid using Codex CLI for general coding requests where you do not explicitly want Codex to handle the work. The Skill is designed for deterministic tasks requiring explicit user requests and safe file handling.