What problem does it solve? Raw web clippings pile up in an Obsidian vault without becoming usable knowledge. This Skill processes the ingest backlog by summarizing captured sources into structured wiki pages with correct provenance, citations, and concept links. ## Core Features & Use Cases - Backlog Detection: Computes the ingest backlog via a content-hash join (health.mjs --backlog) so only unprocessed clippings are handled. - Provenance-Safe Summaries: Writes wiki/sources/<slug>.md pages with quoted wikilink citations, exact clipping paths, and source-hashes to prevent broken links and provenance gaps. - Concept Management: Searches for existing concepts before creating new pages, extends canonical pages, adds aliases, and updates the task map and generated catalog. - Atomic Commits: Wraps the operation in op-begin/op-commit so each ingest is committed as one revertable unit without touching the user's uncommitted work. - Use Case: After clipping a dozen articles on a research topic, run the ingest to turn each raw clipping into a cited source summary, link them into existing concept pages, and regenerate the wiki index. ## Quick Start Ask the agent to process the wiki ingest backlog, or pass the path of a specific raw clipping to summarize it into the wiki.