What problem does it solve? Traditional RAG rediscovers knowledge from scratch on every query, losing cross-references and synthesis between sessions. This Skill maintains a persistent, compounding wiki of interlinked markdown files where knowledge is compiled once, kept current, and contradictions are explicitly flagged. ## Core Features & Use Cases - Source Ingestion: Capture URLs, PDFs, and pasted text into an immutable raw/ layer with sha256 drift detection, then synthesize them into cross-referenced entity, concept, and comparison pages. - Query & Synthesis: Answer questions from the compiled wiki, citing pages, and file valuable answers back as new pages. - Wiki Linting: Audit for orphan pages, broken wikilinks, stale content, contradictions, tag taxonomy violations, and source drift. - Use Case: A researcher tracking AI/ML developments ingests arxiv papers and articles weekly; the agent updates entity pages, flags contradictions between sources, and keeps an Obsidian-compatible vault that syncs across devices. ## Quick Start Ask the agent to create a new wiki for your research domain and ingest your first source URL into it.