From llm-obsidian-wiki
Answers user questions by searching a wiki vault, retrieving cited claims, and composing answers with [[wikilink]] references. Use when answering from personal or team wiki knowledge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-obsidian-wiki:answerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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`.
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 --vault $VAULT_PATH --query "<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.shnpx claudepluginhub ignromanov/llm-obsidian-wiki --plugin llm-obsidian-wikiQueries 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.
Answers domain questions by reading and synthesizing project wiki pages, citing sources with wikilinks. Flags gaps and contradictions.
Answers questions from an Obsidian wiki vault with three query modes. Reads hot cache, index, then relevant pages, synthesizing answers with citations and filing good answers back.