# Persistent Memory Bridge

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

- Skill: `stijnman/persistent-memory-bridge` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/persistent-memory-bridge`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/persistent-memory-bridge/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/persistent-memory-bridge

---

# 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.

