Skip to main content

memoria-recovery

Recover from accidental memory loss with snapshots and rollback. Triggers: "restore memory", "rollback memory", "undo deleted memory", "recover deleted memory", "take a memory snapshot".

Jump to install

Source facts

Repository
matrixorigin/Memoria
Last source activity
March 19, 2026 at 00:37
Detected SKILL.md language
English
Stars
604
Forks
77

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
memoria-recovery
description
Recover from accidental memory loss with snapshots and rollback. Triggers: "restore memory", "rollback memory", "undo deleted memory", "recover deleted memory", "take a memory snapshot".
# Memoria Recovery Use Memoria snapshot tools when memory state needs a checkpoint or a rollback. ## Before risky changes 1. If you are about to bulk-delete, purge, or rewrite memory, create a snapshot first with `memory_snapshot`. 2. Tell the user a checkpoint exists and can be restored. ## After accidental deletion or corruption 1. Inspect available recovery points with `memory_snapshots`. 2. Choose the most recent good snapshot. 3. Restore with `memory_rollback`. 4. Verify recovery with `memory_recall`, `memory_list`, or `memory_stats`. ## Rules - Prefer rollback over manually re-creating many deleted memories. - If the user wants a selective logical fix rather than full restore, use `memory_correct` or `memory_forget` instead. - After rollback, state what was restored and what you verified.
View on GitHub