What problem does it solve?
Traditional RAG systems rediscover knowledge from scratch for every query, leading to redundant processing, missed cross-references, and inconsistent insights. Manually maintaining a structured, searchable knowledge base is time-consuming, and in-process agent knowledge is lost when the caller crashes or disconnects, resulting in repeated work and fragmented information.
Core Features & Use Cases
- Persistent Knowledge Compilation: Ingest sources (URLs, PDFs, pasted text) into an immutable raw layer, then synthesize and cross-link entity, concept, comparison, and query pages that compound insights over time.
- Consistency Enforcement: Built-in linting tools detect orphan pages, broken wikilinks, stale content, tag taxonomy violations, and contradictory claims across the wiki.
- Obsidian Integration: Syncs seamlessly with Obsidian for visual graph view, headless server support, and Dataview queries, making the wiki accessible across devices.
- Use Case: A researcher can ingest 20 arxiv papers on large language models, automatically generate linked pages for each model and technique, and query the wiki for a comparison of transformer variants without re-reading any source material.
Quick Start
Use the llm-wiki skill to ingest the attached arxiv paper on mixture of experts and create linked pages for all mentioned models and techniques.