What problem does it solve?
Initialize or repair an Obsidian wiki vault by creating the expected directory layout, essential configuration files, and basic sanity checks so users can immediately start ingesting and organizing knowledge for LLM-assisted workflows.
Core Features & Use Cases
- Environment bootstrapping: Create a .env from .env.example and prompt for OBSIDIAN_VAULT_PATH, OBSIDIAN_SOURCES_DIR, CLAUDE_HISTORY_PATH and optional QMD settings.
- Directory and file scaffolding: Ensure raw/, raw/assets/, wiki/, .obsidian/ exist and create CLAUDE.md, index.md, and log.md with starter content.
- Configuration & recommendations: Write minimal .obsidian configuration files for a good default experience and provide plugin recommendations such as Dataview and Obsidian Git.
- Verification: Run a sanity checklist to confirm directories, files, and environment variables are present and readable.
- Use case: Quickly provision a research or project wiki on a new machine, repair a broken vault configuration, and prepare the vault for ingestion and LLM-based queries.
Quick Start
Initialize a new Obsidian vault at your chosen path, create the .env with the required variables, and generate the recommended files and configuration.