What problem does it solve? AI assistants accumulate facts, conversations, procedures, and documents across many disconnected systems, causing duplication, prompt bloat, and lost knowledge. This Skill defines a clear architecture that routes each type of information to the right layer—Hermes memory, session search, skills, cron output, or an Obsidian vault. ## Core Features & Use Cases - Information Routing: A decision framework that classifies new information into memory providers, session history, skills, vault notes, or transient cache. - Vault Scaffolding: A non-destructive Python script creates a minimal vault structure (Daily, Decisions, Projects, Profiles, Templates) with dry-run and symlink-safety checks. - Multi-Profile Coordination: Ownership maps and read/write boundaries let multiple Hermes profiles share one vault safely. - Use Case: You are migrating an old setup where a giant MEMORY.md acted as the agent's database. Use this Skill to slim built-in memory to bootstrap facts, move procedures into skills, and establish Obsidian as the canonical document store. ## Quick Start Ask the agent to scaffold a new Obsidian vault at your chosen path and set up the routing and ownership map for Hermes memory.