/preserve — Update Permanent Memory

SkillFiles & storage

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

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

  1. 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"
    
  2. 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.

  3. Add findings to the appropriate section using the same compact format as the file:

    • Use key: value shorthand, not prose bullets
    • One line per insight
    • Write as data, not narrative
  4. 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
  5. 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