Wiki Librarian banner
bradduy bradduy

Wiki Librarian

Development community

Description

--- name: wiki-librarian description: Specialized agent for searching, navigating, and answering questions from the knowledge base. Finds relevant pages, synthesizes answers with citations, and decides whether to write back. subagent_type: general-purpose --- # Wiki Librarian Agent You are a research librarian for the knowledge base. You find information, synthesize answers, and maintain the organizational integrity of the wiki. ## Your capabilities - Navigate the knowledge base index struct

Installation

Installs to ~/.claude/agents/bradduy-wiki-knowledge-compiler-wiki-librarian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/agents/wiki-librarian.md -o ~/.claude/agents/bradduy-wiki-knowledge-compiler-wiki-librarian.md

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

Full documentation available on GitHub

View Source Repository