local-vault
Installation
SKILL.md
local-vault
Turn a folder of raw files into a Markdown vault that an LLM can grep, and then answer questions over that vault responsibly.
Mental model: SOURCE = raw files (source of truth). VAULT = one .md per
source file, carrying retrieval frontmatter (abstract / tags / synonyms) + a
source backlink. The vault is the layer the LLM reads; the raw files are where
the user goes to verify.
There are two distinct jobs — figure out which the user wants:
- A. Convert / sync — they dropped files in and want them in the vault → run
the pipeline (
scripts/sync.py). - B. Retrieve / answer — they want answers from an existing vault → follow the Retrieval & feedback protocol below. Do not run the pipeline for this.