Agent Skills: sync-vaults

Sync work notes from flo-notes into main Obsidian vault

UncategorizedID: michaelvessia/nixos-config/sync-vaults

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MichaelVessia/nixos-config/tree/HEAD/modules/programs/agents/shared/skills/sync-vaults

Skill Files

Browse the full folder contents for sync-vaults.

Download Skill

Loading file tree…

modules/programs/agents/shared/skills/sync-vaults/SKILL.md

Skill Metadata

Name
sync-vaults
Description
Sync work notes from flo-notes into main Obsidian vault

Context

  • Work vault location: ~/flo-vault (git repo)
  • Main vault location: ~/obsidian
  • Symlink: ~/obsidian/flo-vault -> ~/flo-vault

Your task

Sync the work vault into the main Obsidian vault:

  1. Ensure the symlink exists: ln -sfn ~/flo-vault ~/obsidian/flo-vault
  2. Pull latest changes: git -C ~/flo-vault pull
  3. Report what was updated (or if already up to date)

Do all of this in a single message with parallel tool calls where possible.