artvandelay

Codex Agentic Patterns — AI skill for Claude Code

AI community

Learn to build production-ready AI agents through real-world patterns extracted from OpenAI's Codex CLI.

How to install Codex Agentic Patterns

This entry records only its repository, not the path inside it, so there is no exact command to give. Open artvandelay/codex-agentic-patterns and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Codex Agentic Patterns does

Learn to build production-ready AI agents through real-world patterns extracted from OpenAI's Codex CLI.

Alternatives in AI

README

🤖 Codex Agentic Patterns

**🚨 NEW: Check out the successor to this project! [Agentic Design Patterns in Production](https://github.com/artvandelay/agentic-design-patterns-in-production) — extracting patterns from the 500K-line Claude Code source leak.**

**Learn to build production-ready AI agents through real-world patterns extracted from OpenAI's Codex CLI**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/) [![OpenAI](https://img.shields.io/badge/OpenAI-GPT--4-green.svg)](https://openai.com/) [![Documentation](https://img.shields.io/badge/docs-live-brightgreen.svg)](https://artvandelay.github.io/codex-agentic-patterns/) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/artvandelay/codex-agentic-patterns)

🌐 **[📖 Read the Interactive Documentation →](https://artvandelay.github.io/codex-agentic-patterns/)**

**Beautiful, searchable, mobile-friendly documentation with:**

  • Interactive navigation through all 21 patterns
  • 🔍 Full-text search across all content
  • 📱 Mobile responsive design
  • 🌓 Dark/light mode toggle
  • 📊 Progress tracking through learning paths

🎯 What Is This?

The **Codex Agentic Patterns** is a comprehensive learning resource that teaches you to build intelligent AI agents by studying **real production code** from OpenAI's Codex CLI. Instead of toy examples, you'll learn from battle-tested patterns used in production systems.

📚 What You'll Master

✅ **21 Agentic Design Patterns** - Complete coverage ✅ **8 Fully Implemented Patterns** - With runnable Python code ✅ **Production-Grade Examples** - Not academic demos ✅ **Safety & Error Handling** - Real-world robustness ✅ **Multi-Turn Conversations** - Complex agent workflows ✅ **Tool Integration** - External system connections ✅ **Human-in-the-Loop** - A