hydrate
Hydrate
Load context from the Obsidian memory system for session continuity.
Workflow
-
Read the living context documents:
Areas/AI/Context/Current State.md- Current situation, priorities, blockersAreas/AI/Context/Decision Register.md- Pending decisions
-
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
-
If no arguments, get recent memories:
Glob pattern="Areas/AI/Memory/**/*.md" path="<vault>"
More from robabby/claude-skills
pickup
Generate a context handoff prompt before clearing the session. Use when the user wants to preserve conversation state before running /clear, or when ending a session and wanting to resume later. Creates a summary prompt capturing task state, progress, decisions, and next steps that can be pasted into a fresh session.
11glean
Surface emergent patterns and insights from memory
10remember
Store a memory in Obsidian for cross-session persistence
9reflect
End-of-session reflection and memory consolidation
8recall
Search Obsidian memories by keyword and concept
8vault-status
Show current vault status using Obsidian MCP tools. Displays structure overview, recent changes, file counts, and vault health. Use when orienting to a vault, checking what's changed, or getting a quick overview. Requires Obsidian MCP server.
8