What problem does it solve? Working with a SwarmVault knowledge vault requires respecting its three-layer structure (raw/, wiki/, state/) and schema conventions; this Skill teaches the agent to query, ingest, and compile vault content correctly without corrupting compiler-owned files. ## Core Features & Use Cases - Schema-first vault operations: Reads swarmvault.schema.md before any compile or query work and preserves wiki frontmatter fields like page_id, source_ids, and freshness. - Graph-based retrieval: Prefers typed graph queries (query_graph, shortest_path, blast_radius, god_nodes) over grep for relational and dependency questions. - Ingest and maintenance workflow: Adds new sources via ingest_input, re-derives wiki pages with compile_vault, and checks vault health with lint_vault. - Use Case: Ask how two modules in your vault relate, get a grounded answer with source citations, and save it to wiki/outputs/ so it becomes first-class vault content. ## Quick Start Ask the agent to answer a question against the SwarmVault vault and save the grounded answer to wiki/outputs/.