Vault Sync
Use when a user wants an AI agent to install Vault Sync, mirror an existing Vault Git repository to local files, keep it refreshed, or consume an already-synced Vault with normal filesystem tools.
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 2 AI agents
- Lifetime updates included
Description
--- name: vault-sync description: Use when a user wants an AI agent to install Vault Sync, mirror an existing Vault Git repository to local files, keep it refreshed, or consume an already-synced Vault with normal filesystem tools. --- # Vault Sync Vault Sync mirrors an existing Vault Git repository onto the user's local filesystem. Use it only for file sync and local readiness. Do not use it for search, query, chat, indexing, Vault creation, or Vault management. ## When Setting Up 1. Confirm the environment is macOS, Linux, or WSL2. Native Windows PowerShell and Command Prompt are out of scope. 2. Check for `bash` and `git`. `rg` is optional but useful after sync. 3. Install `vault-sync` if it is not already on `PATH`: ```bash mkdir -p ~/.local/bin curl -fsSL https://raw.githubusercontent.com/graphlit/vault-sync/main/bin/vault-sync -o ~/.local/bin/vault-sync chmod +x ~/.local/bin/vault-sync ``` 4. Ask for the Vault Git repository URL and local folder if the user did not provide them. Use `~/vaults/<repo-name>` as the default. 5. Do not infer the local Vault path from the current working directory, app name, or repository owner. Do not invent hidden app folders such as `~/.zine/vault`, `~/.dossium/vault`, or `~/.graphlit/vault`. 6. Run: ```bash vault-sync init <vault-repo-url> <path> vault-sync pull <path> vault-sync doctor <path> ``` 7. If the user wants recurring refreshes, install a pull schedule: ```bash vault-sync schedule install <path> --every 5m ``` ## When Using A Synced Vault 1. Refresh first when practical: ```bash vault-sync pull <path> ``` 2. Read `<path>/README.md` first. 3. Ignore hidden control folders such as `.git`, `.zine`, `.dossium`, `.graphlit`, `.claude`, and `.codex`. 4. Use ordinary filesystem tools: `ls`, `rg`, `sed`, `cat`, and native file reads. 5. Treat the Vault as read-only unless the user explicitly asks to edit local files. ## Optional QMD Search Companion If QMD is installed and the user wants a stronger local search helper, add the synced Vault folder as a QMD collection: ```bash qmd collection add <path> --name <name> --mask "**/*.md" qmd context add qmd://<name> "Local Vault synced by Vault Sync" qmd embed ``` Use QMD to find likely files; use file reads for the full source. Vault Sync is the mirror. The agent is the reader.
Security Status
Unvetted
Not yet security scanned
Related AI Tools
More Grow Business tools you might like
codex-collab
FreeUse when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.
Rails Upgrade Analyzer
FreeAnalyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
Asta MCP — Academic Paper Search
FreeDomain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.
Hand Drawn Diagrams
FreeCreate hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.
Move Code Quality Checker
FreeAnalyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working
Claude Memory Kit
Free"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z