What problem does it solve?
Wiki-based codebase understanding is accelerated by leveraging a pre-compiled knowledge source rather than manually scanning raw files.
This skill provides a fast, structured workflow to retrieve relevant wiki pages and synthesize concise, cited answers for codebase questions.
Core Features & Use Cases
- Load and parse wiki/index.yaml to construct a catalog of pages.
- Identify 3–7 relevant pages using title relevance, category cues, and linked relations, then read them in parallel.
- Synthesize direct, cited answers with inline references to specific wiki pages and evaluate coverage to determine whether raw source exploration is needed.
- Delegate logging and wiki-update actions to subagents to maintain a clean end-to-end workflow.
Quick Start
Ask a question about the codebase and let wiki-rag fetch, synthesize, and cite relevant wiki pages for an answer.