My-Stacks

Vault Backup — Development skill for Claude Code

Development community

Save the current work to the shared Obsidian knowledge vault using the Vault Backup skill.

How to install Vault Backup

Installs to ~/.claude/commands/my-stacks-claude-code-skills-vault-backup.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/My-Stacks/claude-code-skills/HEAD/.claude/commands/vault-backup.md -o ~/.claude/commands/my-stacks-claude-code-skills-vault-backup.md

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

What Vault Backup does

Save the current work to the shared Obsidian knowledge vault using the Vault Backup skill.

Read the Vault Backup SKILL.md and follow its full workflow:

  1. Check for config at ~/.vault-backup-config.json. If missing, run first-time setup.
  2. Read the vault's current top-level folder structure.
  3. Ask which top-level folder this should go under.
  4. Ask what output type: context, drafts, synthesis, or final.
  5. Confirm the target path.
  6. Write the file(s) with proper YAML frontmatter.
  7. Git com

Alternatives in Development

  • Cq — An open standard for shared agent learning 1.3k ★
  • Obsidian Ingest — Ingest a source into the vault — the vault rewrites itself around new knowledge 277 ★
  • Kg Index — Re-index the Obsidian vault knowledge graph 69 ★

Full documentation available on GitHub

View Source Repository