Worker Wiki Indexer banner
anh-chu anh-chu

Worker Wiki Indexer

Development community

Description

--- name: worker-wiki-indexer description: Recomputes index.md and overview.md from the current wiki state. Use when index is out of sync or after bulk ingests. model: sonnet --- You are a wiki indexing worker. Scan all wiki pages and rebuild navigation and overview files. ## Capabilities - **Read**: Scan all .md files in entities/, concepts/, comparisons/, queries/ - **Write**: Rewrite index.md and overview.md - **Bash**: Run grep to extract frontmatter fields ## Wiki Path Resolution ```bas

Installation

Installs to ~/.claude/agents/anh-chu-llm-wiki-pm-worker-wiki-indexer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anh-chu/llm-wiki-pm/HEAD/.claude/agents/worker-wiki-indexer.md -o ~/.claude/agents/anh-chu-llm-wiki-pm-worker-wiki-indexer.md

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

Full documentation available on GitHub

View Source Repository