Inventory of 8 GitHub Open Source Projects That Were Amazing This Week

2/8/2026
1 min read

Inventory of 8 GitHub open source projects that were amazing this week.

Original by Browsing GitHub

__01 __Claude Code Memory Plugin____

Claude-Mem is a persistent memory plugin specifically developed for Claude Code. It automatically captures all operations performed by Claude during a session, compresses this information, and seamlessly injects relevant contextual information into future sessions. This solves the problem of excessive Token consumption due to long conversations or loss of context after reconnection.

This open-source project employs progressive disclosure and a three-layer memory retrieval workflow. It combines SQLite’s full-text search with Chroma’s vector database hybrid semantic search, ensuring that the AI can accurately extract historical decisions when needed.

Open source address: https://github.com/thedotmack/claude-mem

Published in Technology

You Might Also Like