ask-codex

Execute coding tasks and debugging via the local codex CLI.

47|3|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/hiroro-work/claude-plugins --skill ask-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-codex
Source: https://github.com/hiroro-work/claude-plugins/tree/main/plugins/ask-codex/skills/ask-codex
Command: npx skills add https://github.com/hiroro-work/claude-plugins --skill ask-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill uses the local codex CLI to provide coding assistance directly within Claude workflows, enabling quick second opinions, code generation, debugging, and task delegation without switching tools.

Core Features & Use Cases

  • Second opinion & guidance: Ask Codex to review approaches or propose improvements.
  • Code generation & refactoring: Generate new code or refactor existing code.
  • Debugging & analysis: Analyze code to identify issues and fixes.
  • Automation-ready: Use with --full-auto to execute actions within a sandbox.

Quick Start

Run codex exec "Your question or task here" or switch directories with -C to provide context:

  • codex exec "How do I implement a binary search in Python?"
  • codex exec -C /path/to/project "Explain the architecture of this codebase"
  • codex exec -m o4-mini "Write a function that validates email addresses"
  • codex exec --full-auto "Add error handling to all API endpoints"