What problem does it solve? Mnemosyne memory operations in Hermes can silently break after upgrades: consolidation hangs for hours, embeddings stay disabled despite installed dependencies, and version mismatches confuse diagnostics. This Skill provides a structured troubleshooting workflow to identify root causes and restore fast, vectorized memory operations. ## Core Features & Use Cases - Hung Consolidation Diagnosis: Detects when mnemosyne_sleep hangs due to missing embeddings on large databases and walks through enabling fastembed-based vectorization. - Import Shadowing Detection: Identifies when a local ~/mnemosyne directory or stale plugin symlink shadows the pip-installed package, causing wrong versions to load. - Embeddings Enablement: Step-by-step reindex workflow to vectorize existing memories with dry-run verification before writing. - Use Case: After upgrading Mnemosyne, mnemosyne_sleep hangs for 30+ minutes. Run the diagnostic sequence, discover a stale plugin symlink and missing MNEMOSYNE_VEC_TYPE env var, fix both, restart the gateway, and confirm consolidation completes in seconds. ## Quick Start Diagnose why my Mnemosyne memory consolidation is hanging and fix any version or embedding issues.