conversation-memory

Manage persistent short-term, long-term, and entity-based memory across AI chat sessions.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/TwuanMinn/fadelab --skill conversation-memory-twuanminn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conversation-memory
Source: https://github.com/TwuanMinn/fadelab/tree/main/.agent/skills/skills/conversation-memory
Command: npx skills add https://github.com/TwuanMinn/fadelab --skill conversation-memory-twuanminn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent memory management for AI conversations, enabling recall and controlled forgetting across sessions to improve coherence and user experience.

Core Features & Use Cases

  • Short-term memory for immediate context
  • Long-term memory for user preferences and history
  • Entity memory for structured facts about users and entities
  • Memory retrieval and surfacing within prompts
  • Lifecycle governance and privacy controls

Quick Start

Start a memory session and begin persisting relevant conversation facts for future recall.

Frequently Asked Questions about conversation-memory

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

FAQPage Schema
How do I persist AI conversation memory across chat sessions?

To persist AI conversation memory across chat sessions, you need a memory management system that stores short-term, long-term, and entity-based facts. This enables relevant memories to surface in future prompts, improving coherence.

What is the best way to manage entity memory for structured facts in AI conversations?

Managing entity memory for structured facts requires a modular memory system that isolates specific user and entity data across chat sessions. This ensures structured preferences are accurately recalled while maintaining privacy and performance.

How does controlled forgetting work in persistent AI memory retrieval?

Controlled forgetting in persistent AI memory retrieval works through lifecycle governance, which automatically determines when outdated or irrelevant memories should expire. This prevents context bloat and maintains prompt performance.

Can I isolate user preferences and history to ensure privacy in AI memory?

Yes, you can isolate user preferences and history to ensure privacy by applying memory tiers with strict lifecycle governance. This approach guarantees memory isolation and protects sensitive entity data across sessions.

When do I need modular memory tiers for AI conversations?

You need modular memory tiers for AI conversations when you must separate immediate context, long-term history, and structured entity facts. This separation ensures relevant memories surface accurately without degrading performance.

How do I start a memory session to store relevant conversation facts?

To start a memory session, you simply initialize the memory management process and begin persisting relevant conversation facts. The system automatically handles retrieval and lifecycle governance for future recall.