What problem does it solve? Transferring pages between Obsidian vaults or restoring a knowledge base from an export requires manually recreating frontmatter, wikilinks, and relationships. This Skill reconstructs pages automatically from a wiki-export graph.json file (as stubs) or an OKF markdown bundle (as full pages), then updates all vault metadata. ## Core Features & Use Cases - Dual-source import: Reconstruct page stubs from a graph.json skeleton or restore full page bodies from an OKF (Open Knowledge Format) bundle for lossless vault-to-vault transfer. - Conflict resolution modes: Choose merge (default, idempotent), skip existing pages, or overwrite to control how existing vault content is handled. - Vault metadata updates: Automatically updates .manifest.json, index.md, log.md, and hot.md with import statistics and page entries. - Use Case: You exported a research vault with wiki-export and want to load it into a new vault. Point the Skill at the OKF bundle directory and it recreates every page with original frontmatter, bodies, and wikilinks intact. ## Quick Start Import the wiki-export OKF bundle in the current directory into my Obsidian vault using merge mode.