Memory Partner Protocol

Define LLM memory lifecycle actions with provenance for RecallNest.

15|3|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/AliceLJY/recallnest --skill memory-partner-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory Partner Protocol
Source: https://github.com/AliceLJY/recallnest/tree/main
Command: npx skills add https://github.com/AliceLJY/recallnest --skill memory-partner-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MemoryPartner Protocol formalizes how LLMs should act as proactive, durable memory partners within RecallNest to ensure important context is retained across sessions and windows.

Core Features & Use Cases

  • Proactive memory capture and governance for cross-window recall
  • Seamless session continuity with resume_context, search_memory, store_memory, and checkpoint_session
  • Transparent provenance and audit trails for memory promotions and conflicts

Quick Start

Instruct your agent to resume_context first, then use search_memory, store_memory, and checkpoint_session to establish a durable memory layer.

Frequently Asked Questions about Memory Partner Protocol

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

FAQPage Schema
How do I persist conversation context across different AI coding windows?

To persist conversation context across different windows, you can use a memory protocol that defines lifecycle actions like resume_context and checkpoint_session. This establishes a durable memory layer for your LLM.

What is cross-window session continuity for LLMs?

Cross-window session continuity is the ability to retain important context across separate chat sessions. It works by applying a behavior protocol that stores and resumes memory with provenance tracking.

How do I resume context and store memory in Claude Code and Gemini CLI?

You can resume context by instructing your agent to execute resume_context first, then use search_memory and store_memory actions to capture data, and finally checkpoint_session to save the state in Claude Code and Gemini CLI.

Does this memory protocol work with multiple command line interfaces?

Yes, this memory partner protocol applies across Claude Code, Codex, and Gemini CLI. It provides seamless cross-window continuity and governance for LLMs acting as proactive memory partners.

What is the best way to manage memory conflicts and provenance in LLM sessions?

The best way to manage memory conflicts and provenance is to use a formalized memory protocol that provides transparent audit trails for memory promotions, ensuring context governance across sessions.

Why does my LLM forget previous session context without a memory partner?

Your LLM forgets previous session context because it lacks a durable memory layer. By applying a proactive memory protocol with checkpoint_session, you can ensure important context is retained.