hydrate

Installation
SKILL.md

Hydrate

Load context from the Obsidian memory system for session continuity.

Workflow

  1. Read the living context documents:

    • Areas/AI/Context/Current State.md - Current situation, priorities, blockers
    • Areas/AI/Context/Decision Register.md - Pending decisions
  2. If $ARGUMENTS provided (topic/project), search for relevant memories:

    Grep pattern="$TOPIC" path="<vault>/Areas/AI/Memory" glob="*.md"
    

    Read top 5-10 matching memory files by importance

  3. If no arguments, get recent memories:

    Glob pattern="Areas/AI/Memory/**/*.md" path="<vault>"
    
Related skills
Installs
10
GitHub Stars
1
First Seen
Jan 23, 2026