add-mnemon

Integrate mnemon memory hooks for persistent Claude agent context.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-mnemon-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-mnemon
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-mnemon
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-mnemon-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables persistent memory for Claude-based agents by integrating mnemon so agents recall past context and remember insights after each turn, even across container restarts.

Core Features & Use Cases

  • Persistent memory for agent groups via per-agent-group .claude mount.
  • Automatic memory setup during container startup via mnemon.
  • Cross-session recall to maintain continuity of conversations.

Quick Start

Enable mnemon memory in the agent container and verify that memory persists across sessions.

Frequently Asked Questions about add-mnemon

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

FAQPage Schema
How do I add persistent memory to Claude agents so they retain context across container restarts?

Persistent agent memory is enabled by integrating mnemon hooks into Claude-based agents, allowing them to recall past context and remember insights after each turn, even across container restarts.

What is mnemon and how does it work for cross-session recall in agent groups?

Mnemon is a memory integration tool that provides persistent memory for Claude-based agent groups via a per-agent-group .claude mount. It automatically sets up memory during container startup, ensuring memory writes occur correctly for cross-session recall.

How do I wire mnemon setup into a Dockerfile for agent memory persistence?

You wire mnemon setup by updating the Dockerfile to install mnemon and configuring the entrypoint to execute mnemon setup during container startup. You also need to apply this to the per-agent-group .claude mount to ensure memory persistence.

Does Claude agent memory persistence require a specific mount configuration?

Yes, persistent memory requires configuring a per-agent-group .claude mount. This specific mount ensures that memory writes occur correctly for each agent group, maintaining long-term context retention across sessions.

How do I test agent memory persistence to verify cross-session recall works?

You test memory persistence by writing tests that verify memory is retained across sessions. The Skill ensures tests are included to confirm that the mnemon integration successfully maintains long-term context and cross-turn recall within the container.