Lukehle

Vault Sync — Development skill for Claude Code

Development community

Run the vault-to-Notion mirror - status, push, pull, and conflict resolution.

How to install Vault Sync

Installs to ~/.claude/skills/lukehle-vaultkit-vault-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lukehle-vaultkit-vault-sync && curl -fsSL https://raw.githubusercontent.com/Lukehle/vaultkit/HEAD/commands/vault-sync.md -o ~/.claude/skills/lukehle-vaultkit-vault-sync/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Vault Sync does


description: Run the vault-to-Notion mirror - status, push, pull, and conflict resolution

/vault-sync

$ARGUMENTS

Run the **notion-sync** skill for the vault named in the arguments (default: current directory).

  1. Pre-flight: node ~/.claude/vaultkit/scripts/vault-lint/cli.js --vault — a secret error blocks the sync entirely (rotating comes before syncing).
  2. node ~/.claude/vaultkit/scripts/notion-sync/cli.js status --vault and show the per-note table.
  3. Push

Alternatives in Development

  • Gmail Sync — /gmail-sync - Sync Application Status from Gmail 36.6k ★
  • Notion Meeting Intelligence — Prep meetings by pulling Notion context and tailoring agendas 14.6k ★
  • Internet Court Skill — The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 4.9k ★

Full documentation available on GitHub

View Source Repository