What problem does it solve? Maintaining a personal knowledge base in Obsidian involves many fragmented operations—ingesting sources, answering queries, auditing link health, deduplicating pages, and generating reports. This Skill consolidates roughly 30 atomic wiki operations into one toolkit with 8 modes, so a single entry point handles the full knowledge lifecycle. ## Core Features & Use Cases - Ingest & Query: Incrementally ingest Markdown, PDF, JSON/CSV, images, and URLs into a vault with manifest tracking, then query via tiered retrieval (index grep, optional QMD vector search, section grep, full read) including multi-hop relationship traversal. - Lint & Weave: Run 13 health checks (orphans, broken links, stale content, tag cohesion) with optional consolidation, plus cross-linking, dedup merging, synthesis page generation, and tag taxonomy normalization. - Report & Init: Generate status deltas, dashboards (Obsidian Bases/Dataview), digests, and graph exports (JSON, GraphML, Cypher, HTML), or bootstrap a new vault with directory structure, config, and manifest files. - Use Case: After dropping research notes into your vault, run the ingest mode to create structured pages with frontmatter and relationships, then weave cross-links and run lint to audit the resulting graph. ## Quick Start Ask the assistant to run the wiki skill in ingest mode to add a new source document to your Obsidian vault.