What problem does it solve?
This Skill enables teams and agents to create a shared, case-scoped memory that persists across sessions, allowing convenient saving of specs, decisions, next steps, and logs under ~/ai-memory for collaborative project work.
Core Features & Use Cases
- Shared memory per CASE-ID: Organize project memory into spec.md, decisions.md, next.md, and log.md per case.
- Slash-style commands: Use /context-save and /context-load to write and retrieve case data.
- Traceable collaboration: Append-only logs with timestamps to maintain history and enable quick resumption.
- Use Case: When coordinating multiple agents on a project, save decisions and next steps for CASE-XYZ, then load them later to resume work.
Quick Start
Use the context-memory scripts to save and load memory. Example:
python3 ~/.codex/skills/context-memory/scripts/context_save.py CASE-XYZ "Initialized memory for Case-XYZ"
python3 ~/.codex/skills/context-memory/scripts/context_load.py CASE-XYZ