Back to list
ZipperBagCoffee

load-memory

by ZipperBagCoffee

memory-keeper-plugin

0🍴 0📅 Jan 19, 2026

SKILL.md


name: load-memory description: Reload memory context from files

Script Path Resolution

IMPORTANT: The scripts/ folder is in the plugin directory, NOT the current project.

From "Base directory for this skill:" above, derive the scripts path:

  • Remove /skills/load-memory from the end
  • Add /scripts/ to get the scripts directory

Example:

  • Base: ~/.claude/plugins/cache/memory-keeper-marketplace/memory-keeper/13.8.3/skills/load-memory
  • Scripts: ~/.claude/plugins/cache/memory-keeper-marketplace/memory-keeper/13.8.3/scripts/

Use this full path when running node commands below.

Load Memory

Reload memory context into current session.

Usage

/memory-keeper:load-memory

Actions

Run the load-memory script (use full path from above):

node "{SCRIPTS_PATH}/load-memory.js"

This will output the current memory state to context:

  1. Hierarchical Memory (if exists):

    • project.md - Project overview
    • architecture.md - Architecture decisions
    • conventions.md - Coding conventions
  2. L3 Summaries:

    • JSON summaries of rotated memory archives
  3. Rolling Memory:

    • Last 50 lines of memory.md

When to Use

  • After manually editing memory files
  • To refresh context if it seems stale
  • To verify what memory is currently loaded

Notes

  • Memory is automatically loaded on session start
  • This command reloads without restarting session

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon