What problem does it solve? Re-deriving answers from raw sources on every query wastes effort and loses cross-references; this Skill builds a persistent, interlinked markdown wiki that compounds knowledge as sources are ingested. ## Core Features & Use Cases - Wiki Initialization: Scaffold a wiki directory with raw/, wiki/, index.md, log.md, and a domain-customized SCHEMA.md using the included init script and schema template. - Incremental Ingestion: Process new source documents into summary, entity, concept, and synthesis pages with Obsidian-compatible [[wikilinks]] and YAML frontmatter. - Query and Lint Operations: Answer questions with citations from wiki pages and health-check the wiki for contradictions, orphan pages, stale claims, and missing cross-references. - Use Case: A researcher collecting papers on a topic adds each PDF to raw/, ingests it to update entity and concept pages, then queries the wiki for synthesized comparisons with citations. ## Quick Start Ask the assistant to initialize a new LLM wiki for your chosen topic and then ingest your first source document from the raw folder.