Skip to content

Instantly share code, notes, and snippets.

View ariefitriadin's full-sized avatar
🎯
Cloud , Microservices, Go, Typescript, LLM, RAG, AI

Arie Fitriadin ariefitriadin

🎯
Cloud , Microservices, Go, Typescript, LLM, RAG, AI
  • Jakarta, Indonesia
View GitHub Profile
@ariefitriadin
ariefitriadin / codex_skill.md
Created February 1, 2026 23:08 — 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