What problem does it solve? Turning captured raw documents into durable, organized wiki knowledge is tedious and error-prone: pages get duplicated, contradictions get silently overwritten, and cross-links are forgotten. This Skill standardizes the ingest workflow so every source becomes a canonical, citable wiki page with consistent structure. ## Core Features & Use Cases - Source Page Creation: Reads a raw source end to end and writes a neutral, frontmatter-valid source page at wiki/sources/<slug>.md as the canonical citation target. - Downstream Page Updates: Creates or updates entity, concept, and synthesis pages, wiring bidirectional cross-links and citations back to the source. - Contradiction Handling: Flags conflicts with existing pages using annotated callouts instead of silently overwriting prior knowledge. - Index and Log Maintenance: Refreshes wiki/index.md with one-line summaries and appends a structured entry to wiki/log.md. - Use Case: An operation issue of type ingest arrives referencing raw/competitor-launch-notes.md; the Skill reads the space conventions, writes the source page, updates related entity pages, and logs the ingest. ## Quick Start Ingest the raw source mentioned in the operation issue into the LLM Wiki for the given wikiId and spaceSlug.