vault-sync-setup

Mirror a Git-backed Markdown Vault repository to local filesystem files.

2|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/graphlit/vault-sync --skill vault-sync-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-sync-setup
Source: https://github.com/graphlit/vault-sync/tree/main/plugins/vault-sync/skills/vault-sync-setup
Command: npx skills add https://github.com/graphlit/vault-sync --skill vault-sync-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, curl, wget, and includes scripts (resource) components.

What problem does it solve?

It solves the problem of keeping an existing, Git-backed Markdown Vault up to date on your local machine so AI tools can read it as filesystem files without needing a live app connection.

Core Features & Use Cases

  • Install and mirror an existing Vault repository locally: clones a Vault Git repo to a user-chosen folder and verifies the setup, so notes and context are available offline for local tooling.
  • Refresh Vault content on demand: pulls updates to keep the local mirror current after new exports or edits are committed upstream.
  • Optionally configure a recurring pull schedule: keeps the local mirror fresh automatically at a chosen interval for ongoing research, writing, or team workflows.

Quick Start

Ask an agent to set up Vault Sync for your Vault Git repository and initialize it in a local folder so it can be read by your AI tool from the filesystem.

Frequently Asked Questions about vault-sync-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mirror a Git-backed Markdown Vault to local filesystem files for AI tools?

To mirror a Git-backed Markdown Vault to local filesystem files, you initialize the repository in a local folder using the vault-sync init command. This clones the Vault content so your AI tool can read the notes directly from the filesystem without a live app connection.

Can I automatically refresh local Vault content on a schedule?

Yes, you can automatically refresh local Vault content on a schedule by installing an optional recurring pull configuration. This keeps your local mirror current at a chosen interval for ongoing research or team workflows without manual intervention.

Does vault-sync work on Windows or require WSL2?

Vault-sync requires macOS, Linux, or WSL2 support to function properly. It relies on the availability of bash and git, meaning native Windows environments without WSL2 are not supported for this filesystem sync setup.

How do I pull updates to keep my local Vault mirror current?

To keep your local Vault mirror current, you run the vault-sync pull command to fetch updates. This pulls new exports and committed edits from the upstream repository so your local reading context remains up to date.

What does the vault-sync doctor command check?

The vault-sync doctor command verifies your local Vault mirror setup and checks the filesystem sync configuration. It ensures the repository is correctly cloned and that dependencies like git are available for ongoing pulls.

Can I use filesystem sync for team workflows where exported notes must stay current?

Yes, filesystem sync supports team workflows where exported notes and context must stay current. By mirroring the Git-backed repository and optionally scheduling pulls, the entire team can access updated local files for AI processing.