From markdown-vault-mcp
Guides optimal use of markdown vault tools for searching, reading, reasoning, and editing user notes. Activates when users mention 'my vault', 'my notes', or query their knowledge base.
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 huiyi9420/markdown-vault-mcp-customGuides Claude through searching, reading, and reasoning about notes in a markdown vault (hybrid search, backlinks, context, reads).
Inspects, edits, organizes, and analyzes local Obsidian vault notes, YAML frontmatter, wikilinks, graph structure, and schema. Useful for vault maintenance and bulk edits.
Manages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.