From markdown-vault-mcp
Guides Claude through searching, reading, and reasoning about notes in a markdown vault (hybrid search, backlinks, context, reads).
How this skill is triggered — by the user, by Claude, or both
Slash command
/markdown-vault-mcp:vault-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user mentions "my vault", "my notes", or asks a question that could
When the user mentions "my vault", "my notes", or asks a question that could be answered from their knowledge base, use the markdown-vault-mcp tools as follows.
search with mode="hybrid" — combines BM25 keyword and
embedding similarity, gives the best recall for conceptual questions.mode="keyword" only when the user gives an exact phrase or
tag they want matched literally.mode="keyword" — embeddings miss exact names.search, call get_context on the top
hit before reading the full body. Context returns backlinks, outlinks,
similar notes, folder peers, and tags in one call — usually enough to
answer without reading the file.read when the user asks for the text itself or when
get_context does not give enough signal.get_backlinks.get_outlinks.get_connection_path.get_orphan_notes.get_most_linked.edit over write for targeted changes — edit fails safely if
the old text is not unique, preventing accidental overwrites.rename(update_links=True) for moves, never write to a new path plus
delete of the old path — the update_links flag repairs internal
references.reindex after writes; the server updates its index inline.list_documents as a search substitute — it is a flat
enumeration, not ranked.npx claudepluginhub p/pvliesdonk-markdown-vault-mcp-claude-plugin-pluginManages Obsidian vaults using obsidian-cli: creates daily notes, moves/renames notes preserving [[wiki-links]], searches content, organizes notes with templates.
Searches, creates, and manages notes in an Obsidian vault using wikilinks and index notes. Useful when you need to find, create, or organize notes within the vault.
Manages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.