Persistent Memory Bridge

Bridges session memory to persistent storage across conversations. Use for: remember this, persistent memory, save to memory, recall later.

Stijnman a6494c8 1.1 KB Updated

File contents

Persistent Memory Bridge

When to Use

  • User says remember this or task matches this capability
  • User says persistent memory or task matches this capability
  • User says save to memory or task matches this capability
  • User says recall later or task matches this capability

Workflow

  1. Extract durable facts: preferences, project state, decisions.
  2. Run memory-sanitizer before persist.
  3. Write to semantic-memory-manager store.
  4. Confirm what was saved; offer forget option.

Integrations

  • semantic-memory-manager
  • memory-sanitizer
  • user-preference-profiler

Error Handling

Failure Response
Storage full Prune lowest-trust entries first.

Gotchas

  • Never persist secrets or credentials.

Example

Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.

Stijnman/grok-custom-skills/tree/main/.grok/skills/persistent-memory-bridge commit a6494c83ca

Frequently asked questions

npx skillmds@latest add stijnman/persistent-memory-bridge