Bobby
3.3K posts


Claude outage got you down? Configured Codex to honor my existing Claude repo context without duplicating everything (Plus I really like the Codex 5.4 model output). What worked: - keep CLAUDE.md as the main instruction file - add a small AGENTS.md shim that tells Codex to read CLAUDE.md, .claude/memory/MEMORY.md, docs/agent/README.md, and .claude/skills/ - treat .claude/skills as the canonical repo skill directory - support both SKILL.md and skill.md Important detail: don’t symlink all of ~/.codex/skills to ~/.claude/skills because Codex keeps its own built-in .system skills there. If you want sharing, symlink individual skill folders instead. Net result: one repo can work well with both Claude Code and Codex, with Claude files as the source of truth. AGENTS.md below




















