Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

codex-chat

verified

Use when user wants to ask Codex a question, get a second opinion, or consult with gpt-5.2. Triggers on phrases like "ask codex", "codex opinion", "what does codex think".

View on GitHub

Marketplace

kanlanc-marketplace

kanlanc/Claude-Code-Kanlanc-Marketplace

Plugin

codex-consulting

Repository

kanlanc/Claude-Code-Kanlanc-Marketplace

codex-consulting/skills/codex-chat/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/kanlanc/Claude-Code-Kanlanc-Marketplace/blob/main/codex-consulting/skills/codex-chat/SKILL.md -a claude-code --skill codex-chat

Installation paths:

Claude
.claude/skills/codex-chat/
Powered by add-skill CLI

Instructions

# Codex Chat Skill

General consultation with Codex (gpt-5.2) for questions, opinions, and analysis.

## When to Use

- User asks for Codex's opinion
- User wants a second AI perspective
- User explicitly mentions "codex" or "gpt-5.2"
- User asks for consultation on a technical question

## Reasoning Level

Default: **high**

If user mentions "quick" or "brief", use medium.
If user mentions "deep" or "thorough", use xhigh.

## Execution

1. Identify the question or topic
2. Gather relevant context (read files if needed)
3. Run: `codex exec -c model_reasoning_effort="high" "<question with context>"`
4. Return Codex's response with the session ID

## Response Format

```
**Codex Response:**
[Codex's analysis]

**Session ID:** [id] (use `/codex-resume` to continue)
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
765 chars