What problem does it solve? Turning captured raw documents into durable, organized knowledge is tedious and error-prone: pages get duplicated, contradictions get silently overwritten, and sources lose their citations. This Skill standardizes the ingestion of a raw source into a structured LLM Wiki so every claim stays traceable. ## Core Features & Use Cases - Source-to-page pipeline: Reads a raw/ source end to end and writes a canonical source page at wiki/sources/<slug>.md with valid frontmatter. - Downstream knowledge graph: Creates or updates entity, concept, and synthesis pages, wiring cross-links and citations back to the source page. - Contradiction handling: Flags conflicts with ⚠ contradicted by callouts instead of silently overwriting existing pages, and records every ingest in wiki/log.md and wiki/index.md. - Use Case: An operation issue of type ingest arrives referencing raw/todero-architecture.txt; the Skill reads the space conventions, writes the source page, updates related entity pages, refreshes the index, and logs the ingest. ## Quick Start Ingest the raw source mentioned in the operation issue into the wiki space using its wikiId and spaceSlug.