Skip to content

Instantly share code, notes, and snippets.

View o6uoq's full-sized avatar

David Dolph 🐺 o6uoq

View GitHub Profile
@o6uoq
o6uoq / codex_skill.md
Created February 1, 2026 14:30 — forked from antirez/codex_skill.md
CLAUDE_CODEX_SKILL.md

How to Use Codex from Claude Code

Codex is an AI-powered CLI tool that can help with complex debugging, code analysis, and technical questions. When you encounter difficult problems that would benefit from a second perspective or deep analysis, use Codex.

When to Use Codex

  • Debugging subtle bugs (e.g., bitstream alignment issues, off-by-one errors)
  • Analyzing complex algorithms against specifications
  • Getting a detailed code review with specific bug identification
  • Understanding obscure file formats or protocols