DEPRECATED — this skill has been renamed and split. Install the vmem plugin from the same marketplace, then use /vmem:install, /vmem:health, or /vmem:reindex. Use this skill only if the user explicitly invokes the old /install-vault-memory:install-vault-memory path; otherwise route them to /vmem:install.
Read-only health check for vault-memory. Probes the CLI binary, Ollama reachability, config validity, every registered vault DB's integrity, uncommitted WAL state, and the MCP smoketest. Produces a PASS/WARN/FAIL line per dimension. Use when the user says "/vmem:health", "is vault-memory working", "diagnose…
List every /vmem verb with a one-line description. Use when the user says "/vmem:help", "what commands does vmem have", "vmem help", "vault-memory commands", or when discovering the surface for the first time.
Complete, guided installer for vault-memory in an Obsidian vault. The agent asks two decisions up front — (1) which retrieval engine, Ollama-based vector index OR CPU-only ContextFit, and (2) install scope: the current vault, a specific path, or search the drive for vaults — then installs EVERY missing dependency for…
Rebuild the vault-memory vector index for the current vault. Full re-index by default (rebuilds typed-edge graph + contract scaffold + chunks); pass --incremental for a fast incremental update that only re-embeds changed notes. Use when the user says "/vmem:reindex", "rebuild the index", "index this vault"…
Onboard a new Obsidian vault to vault-memory end-to-end — registers it in /.vault-memory/config.toml, writes .mcp.json into the vault root, builds the initial index. Use when the user says "add this vault to vault-memory", "register a new vault", "this vault doesn't have memory yet", or "/add-vault". Idempotent — safe…
Read-only Vault-Health-Audit. Aggregates vaultstats, scans broken wikilinks, detects tag-inconsistencies (case/separator drift), and surfaces frontmatter schema drift (same key with different value types). Produces a structured Markdown report inline. Pure read — never writes notes. Use when the user says…
Turn a recurring search/knowledge-assembly need expressed in free language into an optimal, validated vault-memory task contract written to the vault's contracts/ directory. A contract is a saved, repeatable research recipe (gather the right notes, compile a brief into the memory sink) — this skill is the interactive…
Find notes that look abandoned — older than 6 months AND with 0 backlinks. Produces a sortable table and walks through each candidate with per-note action choices (Archive / Update / Delete / Skip / Done — leave-as-is). Never auto-acts — every change requires explicit user OK. Use when the user says…
Walks through recently created "inbox" notes (sparse frontmatter, few tags, short body, recent mtime) and helps the user file each one — move to a target folder, add tags, link to related notes, fill out frontmatter. Per-note confirm. Never moves/edits without explicit OK. Use when the user says "/triage-inbox"…
Discover and run vault-memory task contracts on the user's behalf. A task contract is a saved, repeatable knowledge-assembly recipe (e.g. "meeting prep brief", "project status", "code review brief") that gathers the right notes and compiles a brief into the memory sink. Use this skill PROACTIVELY whenever the user…
One-call installer for the vault-memory Obsidian plugin from GitHub Releases. Bypasses the Obsidian community plugin store for v2.0.0. Downloads the plugin tarball, verifies SHA-256 against the release's manifest.sha256, extracts atomically into /.obsidian/plugins/vault-memory/, sets [plugin] enabled = true in…
Updates the installed vault-memory Obsidian plugin to the latest GitHub Release. Reads the installed manifest.json.version, queries GitHub Releases for the latest tag, and if newer downloads + verifies SHA-256 + replaces the plugin directory atomically. No-op when already on the latest version. Bypasses the Obsidian…