IlyaGorsky/memory-toolkit

10 stars ยท Last commit 2026-04-19

๐Ÿง  Session memory lifecycle plugin for Claude Code โ€” structured markdown memory, workstreams, handoff, auto-save hooks

README preview

# memory-toolkit

[![Release](https://img.shields.io/github/v/release/IlyaGorsky/memory-toolkit?color=blue)](https://github.com/IlyaGorsky/memory-toolkit/releases)
[![License](https://img.shields.io/github/license/IlyaGorsky/memory-toolkit)](LICENSE)
[![Claude Code Plugin](https://img.shields.io/badge/Claude_Code-Plugin-orange)](https://docs.claude.com/en/docs/claude-code)
[![Last commit](https://img.shields.io/github/last-commit/IlyaGorsky/memory-toolkit)](https://github.com/IlyaGorsky/memory-toolkit/commits/main)

**CLAUDE.md is for your codebase. Not for your sessions.**

People stuff session state into CLAUDE.md because there's nowhere else to put it. But CLAUDE.md is static โ€” it doesn't know what you did today, what you decided, or where you stopped. And every conversation context you build up gets destroyed at compaction.

memory-toolkit is the session layer that should have existed alongside CLAUDE.md from the start.

Built for tech leads who run multiple workstreams in parallel.

```bash
claude plugin marketplace add IlyaGorsky/memory-toolkit
claude plugin install memory-toolkit
```

View full repository on GitHub โ†’