What problem does it solve? Setting up a personal knowledge wiki in Obsidian requires creating the right folder structure, index and log files, environment configuration, and Obsidian settings by hand, which is error-prone and tedious to repeat or repair. ## Core Features & Use Cases - Vault Initialization: Creates the full directory tree (concepts, entities, skills, references, synthesis, journal, projects, _archives, _raw, _staging) plus special files like index.md, log.md, and hot.md. - Environment Configuration: Builds a .env file covering vault path, source directories, Claude history path, QMD semantic search settings, token warning thresholds, and staged-write mode. - Obsidian Setup & Verification: Writes .obsidian config files, recommends community plugins, runs a setup checklist, and optionally installs a Stop hook for automatic session-end capture. - Use Case: You want a personal knowledge base fed by your documents and Claude sessions. Run this once to scaffold the vault, then use companion commands like /wiki-ingest and /wiki-status to populate and monitor it. ## Quick Start Ask the assistant to set up a new Obsidian wiki vault and answer the prompts for vault location and source directories.