What problem does it solve? Finding past decisions, session notes, and stored facts across a growing memory system is slow and token-expensive when every search reads entire files. This Skill retrieves memory in cheap layers, showing compact index hits first and expanding only what you choose. ## Core Features & Use Cases - Layered Retrieval: Grep EPISODIC-INDEX.md and KNOWLEDGE.md for low-cost Layer-1 hits, then expand to surrounding context (L2) or full blocks (L3) only on request. - Scoped Search: Default scope covers the current project's .memory/ files and KNOWLEDGE.md; the --deep flag fans out across all ~/dev projects, archives, and scratchpad memory. - git-crypt Guard: Detects encrypted KNOWLEDGE.md files before grepping and reports them as locked instead of reading ciphertext. - Use Case: You remember deciding on a database schema weeks ago but not the details. Run /recall schema to get one-line index hits, then expand the relevant session block to recover the full decision context. ## Quick Start Ask the assistant to recall a past decision or fact by running /recall followed by your search query, adding --deep to search across all projects.