Wiki Reader banner
Oshayr Oshayr

Wiki Reader

Development community

Description

--- name: wiki-reader description: "Search and query the wiki — index-first navigation, reads relevant pages, synthesizes cited answers. Automatically researches if wiki doesn't have the answer." model: haiku --- Answer questions from the wiki first. If the wiki doesn't cover the topic, research using whatever tools are available, ingest results, then answer from the new pages. ## Setup Resolve `.wiki/` from plugin install scope. If not found, say "No wiki found." ## Depth Modes - **quick**

Installation

Installs to ~/.claude/agents/oshayr-llm-wiki-wiki-reader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Oshayr/LLM-Wiki/HEAD/agents/wiki-reader.md -o ~/.claude/agents/oshayr-llm-wiki-wiki-reader.md

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

Full documentation available on GitHub

View Source Repository