What problem does it solve?
This Skill solves the context-bottleneck problem of accumulating and querying large document collections. Traditional RAG systems re-derive knowledge from raw chunks on every query, but this skill compiles sources once into a persistent, structured wiki of markdown pages, allowing knowledge to compound over time without hitting context limits or losing prior synthesis.
Core Features & Use Cases
- Ingest & Compile: Process papers, articles, transcripts, and notes into structured wiki pages with cross-references, entity tracking, and source citations.
- Query & Synthesize: Answer questions against the accumulated knowledge base and file answers back as synthesis pages so future queries benefit.
- Lint & Maintain: Run structural and semantic health checks to catch contradictions, orphan pages, broken links, and stale claims before they compound.
- Scale to Thousands: Sharded indexes, atomic page sizing, YAML frontmatter, and BM25 search keep the wiki usable from dozens to thousands of pages.
Quick Start
Use the llm-wiki skill to ingest the attached document into your wiki and ask what it says about the topic.