codex

Delegate coding tasks to the Codex CLI from Hermes terminal sessions.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JKhyro/HERMES-AGENT --skill codex-jkhyro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/JKhyro/HERMES-AGENT/tree/main/skills/autonomous-ai-agents/codex
Command: npx skills add https://github.com/JKhyro/HERMES-AGENT --skill codex-jkhyro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of handing off coding work to an autonomous agent by letting you run Codex CLI tasks directly from Hermes with the right terminal setup and session controls.

Core Features & Use Cases

  • Feature implementation and refactoring: Use Codex to build new capabilities, clean up code, and make broader architectural changes inside a git repository.
  • PR review and batch issue handling: Launch Codex for pull request reviews, parallel fixes across multiple branches, and repeatable maintenance work.
  • Long-running orchestration: Run Codex in the background, monitor progress, respond to prompts, and manage worktrees for concurrent tasks.
  • Use Case: A developer can ask Hermes to spin up Codex on a repo, implement a requested change, review a pull request, or fix several issues in parallel without leaving the terminal.

Quick Start

Ask the skill to run Codex on the current git repository to implement a feature, review a pull request, or batch-fix issues while keeping the session in a PTY.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I delegate coding tasks to an autonomous agent from my terminal?

You can delegate coding tasks by running the Codex CLI directly from a Hermes terminal session. This Skill manages the interactive agent runs and PTY-backed execution needed to hand off coding work without leaving your console.

What do I need to run Codex CLI for feature implementation and refactoring?

Running Codex CLI for feature implementation requires a git repository, a PTY-backed terminal execution environment, and the Codex CLI installed. You also need background session monitoring to handle long-running tasks.

Can I use an autonomous coding agent to review pull requests and batch fix issues?

Yes, you can launch the agent for PR reviews and batch issue fixing. The Skill supports parallel fixes across multiple branches and repeatable maintenance work within your git repository.

How do I manage parallel worktree workflows when running a coding agent?

You manage parallel worktree workflows by running Codex in the background. The Skill monitors progress and manages worktrees for concurrent tasks, allowing you to respond to prompts during long-running orchestration.

How do I prototype changes in a scratch repo using a CLI coding agent?

You can use the Skill to spin up Codex on a repo for scratch-repo prototyping. It executes requested changes directly in the terminal, enabling fast iteration without manual file handling.