What problem does it solve?
This Skill ensures that your AI coding agents, like Claude Code or Codex, share and access the same project memory, keeping the project's knowledge and history intact.
Core Features & Use Cases
- Shared Memory Layer: Maintain project knowledge that survives new agent sessions, IDE switches, and terminal sessions.
- Search & Retrieval: Quick access to past decisions, bugs, solved issues, and design decisions from a centralized project memory.
- Structured Data Handling: Pack structured references for code-bound memories into structured format.
- Recoverable State: Capture handoff state for easy transfer of knowledge between agents.
- Use Case: Use 'memorix_project_context' with a task before reading new code or to summarize known information at the beginning of a new coding session.
Quick Start
To fetch project context, type 'memorix_project_context my_coding_task' and get the summarized memory.