codex

Delegate coding tasks to the Codex CLI within a git repository.

14|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/ex3ndr/daycare --skill codex-ex3ndr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/ex3ndr/daycare/tree/main/packages/daycare/sources/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/ex3ndr/daycare --skill codex-ex3ndr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates coding tasks by delegating them to the Codex CLI, streamlining implementation, review, and refactoring processes.

Core Features & Use Cases

  • Isolated Implementation: Generate code for specific, well-defined tasks in isolated environments.
  • Code Review: Delegate code review to Codex for an automated second pass.
  • Refactoring: Use Codex to refactor existing codebases.
  • Use Case: Quickly generate a Python script to parse a CSV file and store its contents in a database, ensuring it's within a git repository for easy review.

Quick Start

Use the codex skill to implement a new feature in the current git repository.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code refactoring within a git repository?

You can automate code refactoring by delegating isolated tasks to the Codex CLI within a git repository. This streamlines implementation, review, and refactoring processes without manual intervention.

Can I run long coding tasks in the background using a CLI?

Yes, long coding tasks run via exec_background with exec_poll, allowing you to execute extended code generation processes and recover them later using exec_list or stop them with exec_kill.

Do I need credentials configured to use Codex CLI for code generation?

Yes, code generation via Codex CLI requires both the CLI installation and properly configured credentials to delegate implementation, review, and refactoring tasks successfully.

What is the best way to delegate code review to an automated process?

Delegating code review to the Codex CLI provides an automated second pass, ensuring your implementation is reviewed within the git repository environment before merging changes.

How do I recover a stopped coding task in Codex?

Recover stopped coding tasks using exec_list to view running or paused processes, or use exec_kill to terminate them entirely if recovery is not needed.

Does Codex CLI support isolated code generation for specific tasks?

Yes, Codex CLI supports isolated code generation for well-defined tasks, ensuring implementation occurs in isolated environments within a git repository for easy review.