memory-system
CommunityCross-session Markdown memory with semantic search.
Authorbahayonghang
Version1.0.0
Installs0
System Documentation
What problem does it solve?
The Memory System indexes Markdown notes into a local SQLite vector/full-text database to enable fast cross-session recall and querying across conversations.
Core Features & Use Cases
- Incremental indexing: detects changes with SHA256 and only indexes updated files for efficiency.
- Hybrid search: combines vector embeddings with full-text search for accurate results.
- Memory add/cleanup: supports adding new notes and pruning old ones to maintain a lean index.
- Use case: organize your personal knowledge base of Markdown notes and retrieve relevant passages across sessions with a single query.
Quick Start
Index your Markdown notes: python3 memory.py index --dir memory Search your memory: python3 memory.py search "Your query" --top 5 Add memory: python3 memory.py add "Key insight" --dir memory --file note.md Check status: python3 memory.py status --dir memory
Dependency Matrix
Required Modules
sentence-transformersnumpy
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: memory-system Download link: https://github.com/bahayonghang/my-claude-code-settings/archive/main.zip#memory-system Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.