claude-mem

Store and retrieve project context across AI sessions with file-based persistence.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bbohhu-prog/waxs --skill claude-mem-bbohhu-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-mem
Source: https://github.com/bbohhu-prog/waxs/tree/main/.claude/skills/claude-mem
Command: npx skills add https://github.com/bbohhu-prog/waxs --skill claude-mem-bbohhu-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

记忆管理工具,帮助 AI 在多轮对话中记住项目上下文、用户偏好与关键信息,以提升协作效率。

Core Features & Use Cases

  • Memory types: user, project, feedback, reference, with deterministic read/write and structured storage.
  • Cross-session continuity: preserve context across multiple sessions and conversations.
  • Safe memory management: explicit memory formats, update rules, and privacy considerations.

Quick Start

Save a memory item to persist your current project context for future conversations.

Frequently Asked Questions about claude-mem

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

FAQPage Schema
How do I maintain project context across multiple AI sessions?

To maintain project context across multiple AI sessions, you can use a memory store to save user preferences, project details, and reference data. This enables deterministic reads and updates for session persistence.

What is AI memory management for multi-turn conversations?

AI memory management for multi-turn conversations involves storing and retrieving structured context like user feedback and project data. It applies a defined schema with file-based persistence to ensure continuity across different sessions.

How do I save user preferences and feedback for future AI interactions?

You can save user preferences and feedback for future AI interactions by writing them to a structured memory store. This system uses typed sections and an index to safely manage and persist data across sessions.

Does file-based memory storage enforce privacy rules for project context?

Yes, file-based memory storage enforces privacy rules and explicit update formats for project context. It applies a defined schema to ensure safe memory management while persisting data across multi-turn AI interactions.

Can I use a structured memory store to remember reference data across conversations?

Yes, you can use a structured memory store to remember reference data across conversations. It provides a typed schema and an index to store, retrieve, and persist project context and reference information deterministically.

When do I need session persistence for AI memory?

You need session persistence for AI memory when working on multi-turn interactions that require remembering past project context, user preferences, and feedback. It ensures continuity by applying deterministic reads and updates to a file-based memory store.