memory-save

Save current session context to claude-mem with tags and summaries.

34|5|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/baekenough/oh-my-customcode --skill memory-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-save
Source: https://github.com/baekenough/oh-my-customcode/tree/main/templates/.claude/skills/memory-save
Command: npx skills add https://github.com/baekenough/oh-my-customcode --skill memory-save

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Saves and persists your current session context to claude-mem, ensuring continuity across context cycles and reloads.

Core Features & Use Cases

  • Automatic collection of session data (tasks, decisions, open items, code changes if requested)
  • Structured metadata formatting and storage in claude-mem
  • Quick recall and reporting of memory state for future sessions

Quick Start

Save your current session context to claude-mem.

Frequently Asked Questions about memory-save

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

FAQPage Schema
How do I persist AI session context across context cycles?

To persist AI session context across context cycles, you can use a tool that automatically collects tasks, decisions, and open items, then stores them using chroma_add_documents to generate a memory ID for future recall.

What is the best way to save Claude Code session metadata for future reloads?

The best way to save Claude Code session metadata for reloads is to format the current session data into structured metadata and store it in a persistent memory system like claude-mem, ensuring continuity.

Can I capture code changes and open items when saving AI session storage?

Yes, you can capture code changes and open items during AI session storage. The context saving process automatically collects these elements along with tasks and decisions if requested.

How does saving context to claude-mem work during an active session?

Saving context to claude-mem works by collecting your active session data, formatting it into structured metadata, and storing it via chroma_add_documents, which returns a unique memory ID for tracking.

Do I need to manually format session data before storing it for persistence?

No, you do not need to manually format session data before storage. The process automatically collects and structures your session's tasks, decisions, and open items into metadata before saving them.

Why does my AI session lose track of previous decisions after a context reload?

Your AI session loses track of previous decisions after a reload because the context was not persisted. Saving session context to a persistent storage system ensures decisions are retained for future interactions.