What problem does it solve?
AI coding assistants like Claude Code and Codex forget context between sessions and cannot share a single source of long-term knowledge. This Skill installs and operates a Markdown/Obsidian-first Agent Memory Vault so both hosts read and write one consistent fact store with search, audit, and session-safe closeout.
Core Features & Use Cases
- Shared Vault Setup: Bootstrap a private memory vault from the public agent-memory-vault repository, with thin rule and hook adapters for both Claude Code and Codex.
- Search & Reconcile: Run unified SQLite/FTS plus optional Zvec semantic search, and use prewrite reconcile actions (ADD, UPDATE, NOOP, MARK_OUTDATED, MERGE_REQUIRED, ASK_USER) before writing memories.
- Session-Safe Closeout & Audit: Claim changed memory files per session, commit them through a locked closeout pipeline, and run audits plus a read-only doctor for health checks.
- Use Case: After finishing a multi-day refactoring task, ask the Agent to search the vault for prior decisions, write a new formal memory, claim it for the current session, and run closeout so the knowledge persists for both Claude Code and Codex.
Quick Start
Use the yichen-agent-memory skill to install a shared Agent Memory Vault on this machine and connect both Claude Code and Codex to it.