agentsclimarketplace

Vault sync use

Skill graphlit/vault-sync/skills/vault-sync-use

Use when the user wants an AI agent to answer questions or perform research from an already-synced Vault folder using local Markdown files and normal filesystem tools.From its SKILL.md

Install
npx -y skills add graphlit/vault-sync --skill vault-sync-use

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 7 commands, including `vault-sync pull <path>` and 6 more.

SKILL.md

1.4 KB, 318 tokens by cl100k_base, as published. Nobody here has run it

Vault Sync Use

Use an already-synced Vault as local, read-only context. Vault Sync provides files; the agent does the reading and reasoning.

Workflow

  1. If vault-sync is available and the user has not asked to avoid updates, refresh the Vault:
vault-sync pull <path>
  1. Read <path>/README.md first to learn the Vault source and conventions.
  2. Ignore hidden control folders: .git, .zine, .dossium, .graphlit, .claude, and .codex.
  3. Search and read Markdown directly with normal filesystem tools:
rg -n "<terms>" <path>
ls <path>
sed -n '1,160p' <file>
  1. Cite local file paths in responses when useful.

Boundaries

  • Do not call app APIs for Vault consumption.
  • Do not use vault-sync for search, query, read, summarize, rank, or index.
  • Do not edit generated Vault files unless the user explicitly asks for local modifications.
  • If QMD is installed, it can be an optional local search helper. Add the Vault folder with qmd collection add <path> --name <name> --mask "**/*.md", add context with qmd context add qmd://<name> "Local Vault synced by Vault Sync", then run qmd embed. Use QMD to find likely files and local file reads for the full source. Do not require QMD.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.