Build Search Index banner
tboome33 tboome33

Build Search Index

Documentation community

Description

--- description: Build or refresh a vault's LOCAL BM25 search index (wiki-meta/search-index.json) — a deterministic, plugin-free search tier that works on every vault, including those without Smart Connections. Idempotent (fingerprint check → no rewrite). (Skill `build-search-index` handles natural-language triggers.) --- Invoke the `build-search-index` skill on the target vault. Default behaviour: - Calls the `build_search_index` MCP tool: walks `wiki/` (excluding the generated OKF projection

Installation

Installs to ~/.claude/skills/tboome33-obsidian-mcp-router-build-search-index/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tboome33-obsidian-mcp-router-build-search-index && curl -fsSL https://raw.githubusercontent.com/tboome33/obsidian-mcp-router/HEAD/commands/build-search-index.md -o ~/.claude/skills/tboome33-obsidian-mcp-router-build-search-index/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository