edimuj

Claude Mneme — Development skill for Claude Code

Development community

Automatic session memory for Claude Code - every session picks up where the last one left off.

How to install Claude Mneme

This entry records only its repository, not the path inside it, so there is no exact command to give. Open edimuj/claude-mneme and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Mneme does

Automatic session memory for Claude Code - every session picks up where the last one left off.

Alternatives in Development

  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • /resume — Pick up where you left off on a target 1.8k ★

README

Claude Mneme

Claude Mneme

Persistent memory for Claude Code — so every session picks up where the last one left off

InstallWhat You GetCommandsConfigurationHow It WorksSync Server

Version License Node Claude Code Plugin


The Problem

Every Claude Code session starts from zero. Claude doesn't know what you were working on yesterday, which architectural decisions you've already made, or that you tried and rejected approach X last week.

You end up repeating context, re-explaining decisions, and watching Claude suggest things you've already ruled out.

**Claude Mneme fixes this.** It silently captures your sessions and injects the right context when you start a new one — project state, key decisions, recent work, and anything you've explicitly told it to remember. ~2,000 tokens of signal, zero effort from you.

Install

claude plugin marketplace add edimuj/claude-mneme
claude plugin install claude-mneme@claude-mneme

Restart Claude Code. That's it — Mneme starts working automatically.

What You Get

When you start a new session, Mneme injects a structured memory summary. Here's what that looks like in practice:



Session started: 09:15 | Last session: Feb 10, 17:42 (15 hours ago)

## Last Session
**Working on:** Fix the Stripe webhook race