From engram
Stores user preferences, conversation summaries, and long-term memories into configured files by type. Auto-triggers on new preferences, decisions, milestones, or conversation end.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engram:memory-rememberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Store information into the appropriate memory file.
Store information into the appropriate memory file.
This skill is auto-triggered by the Engram hook instructions. Use it when:
Do NOT wait for the user to ask — proactively store memories as they emerge.
Read .claude/memory-settings.json to get the configured file names.
Determine which file the memory belongs to:
| Type | Target File | Examples |
|---|---|---|
| Preference | preferences file | User likes, dislikes, habits, settings, personal info, project conventions |
| Conversation Summary | conversations file | What was discussed, tasks completed, decisions made in this session |
| Long-Term Memory | longterm file | Life events, milestones, architecture decisions, lessons learned, relationship changes |
Last Updated: {DATE} header to today's date### YYYY-MM-DD HH:MM ~ HH:MM - Topic- YYYY-MM-DD: DescriptionBriefly mention what was saved (one line), e.g.:
Do NOT be verbose about the saving process — keep it natural and seamless.
npx claudepluginhub legacybridge-tech/claude-plugins --plugin engramSaves decisions, preferences, patterns, lessons, and project context to Claude Code's persistent memory directory as structured markdown files, with duplicate checks and index updates for cross-session recall.
Extracts durable memories from recent conversation turns into user, feedback, project, and reference categories, avoiding stale code-state facts. Use to persist collaboration context like user preferences and project constraints.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.