Skip to content

Releases: shandar/memory-map

v0.1.0 — Initial Release

27 Apr 14:55

Choose a tag to compare

memory-map v0.1.0 — Initial Release

A complete memory loop for Claude. Three skills bundled as one plugin.

What's included

  • memory-map — snapshots project context to persistent memory at session close
  • memory-recall — loads stored memory and surfaces what's relevant right now
  • memory-prune — identifies stale entries and proposes a cleanup with your confirmation

Works in

  • claude.ai (persistent memory API)
  • Claude Code (~/.claude/memory.md)
  • Cursor, Windsurf, Codex CLI (via SKILL.md format)

Install

Claude Code (one line):

curl -fsSL https://raw.githubusercontent.com/shandar/memory-map/main/install.sh | bash

Manual: Download memory-map-plugin.zip below, extract, copy skills/* to ~/.claude/skills/.

Single skill (claude.ai or selective install): Download the individual skill ZIPs below.

See the README for full usage docs.

Files

  • memory-map-plugin.zip — full plugin with all three skills
  • memory-map.zip — just the snapshot skill
  • memory-recall.zip — just the load skill
  • memory-prune.zip — just the clean skill