IlyaGorsky/memory-toolkit

🧠 Session memory lifecycle plugin for Claude Code — structured markdown memory, workstreams, handoff, auto-save hooks

13Stars on the repository
18Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

UserPromptSubmit

01

IlyaGorsky/memory-toolkit

Hook

Runs when you submit a prompt, before the agent sees it, executing pipeline-hint.js via node. From IlyaGorsky/memory-toolkit.

13 4mo ago A tokens not measured copy · 59% MIT

PreCompact

02

IlyaGorsky/memory-toolkit

Hook

Runs before the context is compacted, executing session-save.js via node. From IlyaGorsky/memory-toolkit.

13 4mo ago A tokens not measured copy · 48% MIT

PostToolUse

03

IlyaGorsky/memory-toolkit

Hook

Runs after a tool call finishes for Bash(git commit*) tool calls, executing memory.js and session-watcher.js via bash with --oneline (2 commands). From IlyaGorsky/memory-toolkit.

13 4mo ago A tokens not measured original MIT

SubagentStop

04

IlyaGorsky/memory-toolkit

Hook

Runs when a subagent finishes, executing session-watcher.js via node. From IlyaGorsky/memory-toolkit.

13 4mo ago A tokens not measured original MIT

SessionStart

05

IlyaGorsky/memory-toolkit

Hook

Runs when a session starts, executing session-log.js via node. From IlyaGorsky/memory-toolkit.

13 4mo ago A tokens not measured copy · 61% MIT