Wiki Advisor banner
ignromanov ignromanov

Wiki Advisor

Development community

Description

--- name: wiki-advisor description: Use this agent when the user asks a question that should be answered from the existing wiki knowledge base. Advisor reads only wiki/, never raw/ or web. Always cites with [[wikilinks]] or honestly says "not in vault, ask researcher". Examples: <example> Context: User asks about prior decisions user: "what did we decide about the auth library for side projects?" assistant: "Invoking wiki-advisor to surface the decision from the vault with citations." <commenta

Installation

Installs to ~/.claude/agents/ignromanov-llm-obsidian-wiki-wiki-advisor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ignromanov/llm-obsidian-wiki/HEAD/agents/wiki-advisor.md -o ~/.claude/agents/ignromanov-llm-obsidian-wiki-wiki-advisor.md

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

Full documentation available on GitHub

View Source Repository