remember

Classify explicit knowledge as feedback or fact and store it with user approval.

8|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/toejough/engram --skill remember-toejough
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/toejough/engram/tree/main/skills/remember
Command: npx skills add https://github.com/toejough/engram --skill remember-toejough

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The memory capture workflow enables users to persist explicit knowledge during interactions, turning conversations into structured memories that the AI can recall and learn from with user consent.

Core Features & Use Cases

  • Classify memories as Feedback (behavioral) or Fact (knowledge) and guide storage with a quality gate.
  • Determine appropriate home for memories (memory stores) and avoid duplicates or irrelevant data.
  • Use cases include saving project conventions, recall triggers, or corrections to improve future responses.

Quick Start

Tell the assistant to remember a detail by using /remember and confirming the memory with the user.

Frequently Asked Questions about remember

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save project context and conventions as explicit memories for AI assistants?

To save project context as explicit memories, provide a situation, subject/predicate, or memory note to classify it as feedback or fact, then store it with user approval in a persistent memory store. This workflow turns conversation details into structured, recallable knowledge.

What is the difference between storing feedback and facts when capturing AI memory?

Feedback represents behavioral corrections, while facts represent static knowledge. The memory capture workflow classifies your input into these two categories to apply a quality gate, ensuring the assistant saves relevant context and avoids duplicates or irrelevant data.

How do I capture corrections during interactions so the assistant remembers them?

You can capture corrections by triggering the memory workflow with a user-provided situation or memory note. The system requests user approval, then saves the correction as feedback into a persistent memory store managed by engram.

Does capturing explicit memories require user approval before storing knowledge?

Yes, capturing explicit memories requires user approval. The workflow uses a quality gate to classify the input as feedback or fact and prompts for confirmation before saving the structured memory to the persistent store.

Can I use this approach to save recall triggers for future responses?

Yes, you can save recall triggers by providing the specific trigger as a memory note. The system evaluates the input, determines the appropriate memory store home, and saves it with user consent to improve future assistant responses.

What are the limitations of using a user-approved memory store for project context?

The memory store requires explicit user-provided situations or notes to capture knowledge; it does not autonomously extract memories. It relies on user approval and avoids saving duplicates or irrelevant data by strictly gating the classification and storage process.