๐Ÿ› ๏ธ
AI EngineeringTypeScript

Codex Update Compat

by blitzdotdev

Codex Update Compat is an AI Engineering skill for Claude Code, published by blitzdotdev in blitzos.

179 stars21 forkson blitzdotdev/blitzosAdded 2026/09/07Repository updated 2026/09/06
Install in seconds
Install Codex Update Compat
Copy Codex Update Compat into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/blitzdotdev/BlitzOS/tree/main/vendor/lody-adapters/codex/.agents/skills/codex-update-compat ~/.claude/skills/codex-update-compat

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/blitzdotdev/BlitzOS.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
vendor/lody-adapters/codex/.agents/skills/codex-update-compat/SKILL.md in blitzdotdev/blitzos
Installs to
~/.claude/skills/codex-update-compat
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering โ€” 3475 skills

What Codex Update Compat does

Codex Update Compat upgrades Codex in this repository and fixes compatibility regressions from app-server schema and protocol changes. Use it when bumping versions, regenerating types, or repairing event mappings, tests, and snapshots after an update.

Codex Update Compat is cataloged under AI Engineering on DirSkills.

Documentation

README

Codex Update Compat

Use this workflow to safely upgrade Codex and close update-induced regressions.

Workflow

  1. Inspect update scope before changing code. Run:
git log --oneline -n 5
git show --name-only --oneline -n 1

Focus first on package.json, package-lock.json, and generated src/app-server/** changes.

  1. Run typecheck and tests immediately. Run:
npm run typecheck
npm test

Treat type errors as the migration guide for required protocol changes.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Codex Update Compat

  • What else does blitzdotdev publish alongside Codex Update Compat?

    Codex Update Compat is one of 4 skills that DirSkills catalogs from blitzdotdev/blitzos, the repository it ships in. Its siblings there include Cordis Plugin Development, Editing Cordis Compositions and Run Real Codex Test. Each one is a separate skill with its own page in this directory, installs the same way Codex Update Compat does, and is maintained by blitzdotdev in that same repository. The rest of the collection is listed on the blitzdotdev/blitzos page.

  • How does Codex Update Compat compare to other AI Engineering skills?

    Codex Update Compat ranks #3102 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Codex Update Compat against them. Open each page to compare what they document and how they install.