Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add grahama1970/agent-skills --skill "codex"
Install specific skill from multi-skill repository
# Description
>
# SKILL.md
name: codex
description: >
High-reasoning agentic bridge via OpenAI Codex CLI.
Supports gpt-5.2-codex with optional reasoning effort.
Use for complex analysis, code generation, and structured extraction.
allowed-tools: ["run_command", "read_file"]
triggers:
- codex
- reason
- reasoning
- gpt-5.2
- high reasoning
metadata:
short-description: High-reasoning agentic bridge (gpt-5.2-codex)
Codex Skill
Bridge to the OpenAI Codex CLI for high-reasoning tasks using gpt-5.2-codex.
Features
- High Reasoning: Leverages
gpt-5.2-codexwith configurable reasoning effort (default: high). - Structured Output: Supports JSON Schema for guaranteed output shapes.
- Automatic OAuth: Uses the existing
codexCLI authentication. - Sandbox Aware: Runs within the Codex sandbox policy if requested.
Usage
Simple Reasoning
./run.sh reason "Explain the relationship between CAPEC and ATT&CK"
Structured Extraction
./run.sh extract "Find all entities in this text" --schema entities.json
Direct CLI Access
# Pass prompts via stdin for complex multi-line tasks
echo "Analyze this code" | ./run.sh exec --model gpt-5.2-codex
Integration with Dogpile
The dogpile skill uses this skill for:
- Ambiguity Checks: High-reasoning analysis of user intent.
- Synthesis: Consolidating search results from multiple sources into a coherent report.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.