memory-kit

Persistent context management for Claude Code sessions. Save, load, update,

Content Preview
---
name: memory-kit
description: |
  Persistent context management for Claude Code sessions. Save, load, update,
  share, and audit session memory via MEMORY.md. Prevents context loss on
  compaction or session restart. Use when starting a session, before compaction,
  syncing context across teammates, or pruning stale memory entries.
  Trigger with "save memory", "load memory", "memory audit", "memory share".
allowed-tools: Read, Write, Edit, Bash(git:*)
version: 1.1.0
author: builtbyzac
licen
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/memory-kit.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/productivity/claude-memory-kit/skills/memory-kit/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/productivity/claude-memory-kit/skills/memory-kit/SKILL.md

Related Skills