/preserve — Update Permanent Memory
SkillFiles & storageScan the current conversation and silently save anything worth permanent memory to CLAUDE.md. Keeps the file compact — structured key:value, no prose.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /preserve — Update Permanent Memory skill
What this skill tells your AI
The instructions your AI receives, as published by sliamh11/deus in container/skills/preserve/SKILL.md and read by ahel’s review.
Silently extract and save lasting knowledge from this conversation to the vault's CLAUDE.md.
The vault is mounted at /workspace/vault/. If it doesn't exist, check /workspace/extra/obsidian/Deus/ as a legacy fallback.
Steps
-
Read the current CLAUDE.md:
VAULT_DIR="${DEUS_VAULT_DIR:-/workspace/vault}" [ ! -d "$VAULT_DIR" ] && VAULT_DIR="/workspace/extra/obsidian/Deus" cat "$VAULT_DIR/CLAUDE.md" wc -l "$VAULT_DIR/CLAUDE.md" -
Review the conversation — identify what's genuinely worth permanent memory:
- User preferences or habits revealed
- Facts about the user (schedule, people, places, situations)
- Decisions with lasting effect
- Things the user corrected or clarified
- Recurring patterns worth anticipating
Do not preserve: one-off requests, temporary context, things already in CLAUDE.md.
-
Add findings to the appropriate section using the same compact format as the file:
- Use
key: valueshorthand, not prose bullets - One line per insight
- Write as data, not narrative
- Use
-
Auto-archive if file exceeds 200 lines:
- Move completed projects and old decisions to
$VAULT_DIR/CLAUDE-Archive.md - Keep core blocks: identity line, tools, projects, pending, decisions
- Move completed projects and old decisions to
-
Confirm briefly what was added, or "Nothing new worth preserving." if nothing qualified.
Signals
- GitHub stars
- 51
- Forks
- 4
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
preserve-sliamh11- Source
- github.com/sliamh11/deus