Claude Codex Memory Sync
Description
Lightweight local one-way memory sync from Claude Code to Codex for Windows PowerShell 5.1.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code → Codex Memory Sync
Convert Claude Code project auto-memory into local Codex `ad_hoc` staging notes with one PowerShell command.
[](https://github.com/DaizeDong/claude-codex-memory-sync/actions/workflows/test.yml) [](sync-claude-memory-to-codex.ps1) [](LICENSE) [](#languages)
[English](README.md) | [中文版](README_CN.md)
This is an independent community project. It is not affiliated with or endorsed by Anthropic or OpenAI.
⭐ Read this first: the design philosophy
**Stage verifiable memory updates; never pretend the two agents share a brain.**
This tool is intentionally small. Its design follows three principles:
- Fill the seam, do not add another agent surface. Claude Code already stores project memory, and Codex already owns its memory consolidation. This tool only converts one representation into the format accepted by the detected local ingress contract. It adds no agent terminal, daemon, MCP server, database, vector store, or model call.
- Stage through the detected local contract, do not impersonate Codex internals. The script appends self-contained notes under
extensions\ad_hoc\notes\. It never rewrites Codex memory summaries, rollout evidence, or SQLite state. A successful sync means “safely staged,” not “already consolidated or guaranteed to be recalled.” - Memory quality matters more than memory volume. Dry-run first, select conservatively, fail closed on likely credentials, bound every input, and deduplicate incrementally. Copying every log and stale decision would make the pool larger while potentially making recall worse.
The design target is the smallest audit
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11