From llm-obsidian-wiki
Answers questions from wiki vault by searching with scripts, citing claims via [[wikilink]]s, and synthesizing new MD pages for complex topics.
npx claudepluginhub ignromanov/llm-obsidian-wiki --plugin llm-obsidian-wikiThis skill uses the workspace's default tool permissions.
Answer user questions using only the wiki/ subtree as the source of truth. Compose answers with `[[wikilink]]` citations. For non-trivial questions, save synthesis to `wiki/synthesis/<topic>.md`.
Answers domain questions by reading and synthesizing project wiki pages, citing sources with wikilinks. Flags gaps and contradictions.
Queries Obsidian wiki vault to answer questions from hot cache, index, and relevant pages. Synthesizes cited answers and files them back as wiki pages. Quick, standard, deep modes for varying depth.
Queries personal wiki built with wiki-init/wiki-ingest: reads index/pages, synthesizes cited answers for facts/comparisons/how-tos, flags gaps, offers to save as new pages.
Share bugs, ideas, or general feedback.
Answer user questions using only the wiki/ subtree as the source of truth. Compose answers with [[wikilink]] citations. For non-trivial questions, save synthesis to wiki/synthesis/<topic>.md.
Used by wiki-advisor only.
[[wikilink]] citeswiki/synthesis/<slug>.md (if non-trivial: ≥3 source pages OR new framing)wiki/, NEVER from raw/wiki/synthesis/Parse intent:
Hub-route:
wiki/index.mdwiki/<cluster>.md)Multi-stage retrieval with claim-level granularity:
${CLAUDE_PLUGIN_ROOT}/scripts/wiki-search.sh <query>key_claims firstCompose answer:
[[wikilink]]If non-trivial (≥3 source pages OR new cross-page synthesis):
wiki/synthesis/<slug>.md with filed_from_query: <YYYY-MM-DD> and key_claimsupdate-hot.sh --section operation --content "wiki-advisor: filed synthesis on <topic>"If knowledge absent:
[[wikilink]]filed_from_query and key_claims${CLAUDE_PLUGIN_ROOT}/scripts/wiki-search.sh${CLAUDE_PLUGIN_ROOT}/scripts/page-context.sh${CLAUDE_PLUGIN_ROOT}/scripts/section-browse.sh${CLAUDE_PLUGIN_ROOT}/scripts/create-page.sh (for synthesis)${CLAUDE_PLUGIN_ROOT}/scripts/update-hot.sh