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 [](https://github.com/IlyaGorsky/memory-toolkit/releases) [](LICENSE) [](https://docs.claude.com/en/docs/claude-code) [](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 ```