Engram
New1GitHub TrendingDocumentationby shannonxu-2018
A hippocampus-inspired **vector memory** for AI agents, packaged as a drop-in skill that replaces the legacy `MEMORY.md` + per-file markdown memory system.
First seen 5/29/2026
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/engram.md https://raw.githubusercontent.com/shannonxu-2018/Engram/main/SKILL.md3
Invoke in Claude Code
/engramView source on GitHub
agent
Security Audits
LicenseUnknownSourceWarnRepositoryPass
Frequently Asked Questions
What is Engram?
A hippocampus-inspired **vector memory** for AI agents, packaged as a drop-in skill that replaces the legacy `MEMORY.md` + per-file markdown memory system.
How to install Engram?
To install Engram: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/engram.md https://raw.githubusercontent.com/shannonxu-2018/Engram/main/SKILL.md. Finally, /engram in Claude Code.
What is Engram best for?
Engram is a skill categorized under Documentation. It is designed for: agent. Created by shannonxu-2018.