memorix-memory

Centralize project memory access for AI coding agents via YAML configuration.

618|48|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/AVIDS2/memorix --skill memorix-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memorix-memory
Source: https://github.com/AVIDS2/memorix/tree/main/plugins/copilot/memorix/skills/memorix-memory
Command: npx skills add https://github.com/AVIDS2/memorix --skill memorix-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about memorix-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain consistent project memory across different AI coding agents?

To maintain consistent project memory across AI coding agents, use a centralized YAML configuration to store project summaries, enabling persistent knowledge that survives new sessions and IDE switches.

Can I share project context between Claude Code and Codex sessions?

Yes, you can share project context between Claude Code and Codex by accessing a centralized memory layer that facilitates cross-agent information sharing and captures handoff state for knowledge transfer.

How do I recover past design decisions and solved bugs for a new coding session?

Recover past design decisions and solved bugs by fetching centralized project memory before reading new code, allowing quick search and retrieval of historical project knowledge at session start.

What is the best way to structure project knowledge for AI agents to retrieve?

The best way to structure project knowledge for AI agents is using YAML configuration to pack structured references into a centralized memory, ensuring code-bound memories are easily accessible.

Does memorix-memory work without external dependencies?

Yes, memorix-memory operates without external dependencies, relying solely on its internal scripts and references to manage project memory access and cross-agent communication in development environments.

When do I need to fetch project context for an AI coding task?

Fetch project context at the beginning of a new coding session or before reading new code to summarize known information, ensuring the AI agent has immediate access to recovered project memory.