claude-memory-kit

v1.0.0 by builtbyzac

Context-management workflows for saving, loading, updating, sharing, and auditing Claude Code session memory.

1 plugin-local skills
5 Commands
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install claude-memory-kit@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

The Memory Kit gives Claude Code persistent memory. Instead of losing context on every reset or compaction, you can save, restore, update, share, and audit session memory using a structured MEMORY.md file.

Sold at https://builtbyzac.com/memory-kit.html for $19.

Skills (1) plugin-local skills

memory-kit View full skill →

'Persistent context management for Claude Code sessions.

ReadWriteEditBash(git:*)

How It Works

Place the skills in your .claude/skills/memory-kit/ directory and invoke them by name:

  • /memory-save — before any compaction or end of session
  • /memory-load — at the start of a new session
  • /memory-update — after a key decision or discovery
  • /memory-share — to push memory to git for team access
  • /memory-audit — weekly or when MEMORY.md grows large

Ready to use claude-memory-kit?

View on GitHub

Related Plugins