Skills & AGENTS.md

Articles on agent skills, AGENTS.md patterns, skill authoring and the Codex skills ecosystem.

298 articles

How Coding Agents Fail Their Users: What 20,574 Real-World Sessions Reveal About Misalignment — and How Codex CLI Defends Against the Seven Failure Forms

A large-scale observational study of 20,574 coding-agent sessions identifies seven recurring misalignment forms. We map each failure pattern to Codex CLI's constraint enforcement layer — hooks, approval policies, AGENTS.md, and sandbox isolation — showing how deterministic guardrails absorb what probabilistic instruction-following cannot.

Rule Taxonomy and Evolution in AI IDEs: What 7,310 Mined Rules Reveal About How Developers Configure Coding Agents — and How to Structure Codex CLI's AGENTS.md

Two empirical studies — 7,310 rules from 83 projects and 401 Cursor repositories — reveal a five-category taxonomy of coding agent rules, a persistent gap between what developers value and what they write, and a 22.99% compliance improvement from iterative evolution. Mapped to Codex CLI AGENTS.md structure, per-directory overrides, and PostToolUse enforcement hooks.

Patch the Planet: What OpenAI's Open-Source Security Initiative Means for Codex CLI Defensive Workflows

OpenAI's Patch the Planet initiative, launched 22 June 2026 with Trail of Bits and HackerOne, pairs GPT-5.5-Cyber with Codex to discover and fix vulnerabilities across 30+ critical open-source projects. This article examines the initiative's architecture, early results, and what it teaches Codex CLI users about integrating security scanning, AGENTS.md directives, and hooks into everyday development.

Automated SAP Testing with Codex CLI: An Agent-Driven Approach

How to use Codex CLI to generate, maintain, and execute automated tests across SAP's four testing layers — OData APIs, BAPIs/RFCs, Fiori UI, and SAP GUI — with practical code examples, MCP integration patterns, and guidance on navigating SAP's April 2026 API policy.

Beyond the Prompt: Codex CLI Mastery

Most developers treat Codex CLI as a chat box. The real value sits past the prompt, in AGENTS.md, skills, subagents, profiles, MCP servers and directory layout. This guide covers everything between installation and genuine mastery.

Advanced AGENTS.md Patterns for Monorepos

Monorepos concentrate a large surface area of code under a single Git root, and that concentration creates a fundamental tension for AI coding agents.