Loam::initializing Vault

Scaffold a new Obsidian vault with pre-configured settings, keymaps, and core plugins. Use when the user wants to "set up a new Obsidian vault", "create an Obsidian vault", or "replicate my Obsidian setup".

scchearn 06f52e9 11 files · 8.1 KB Updated

File contents

The skill file is at $SKILL_PATH. Derive the script path from it:

SKILL_DIR="$(dirname "$SKILL_PATH")"
bash "$SKILL_DIR/scripts/setup.sh" <vault-path>

Run that single command with the vault path from $ARGUMENTS. Do nothing else — no file reads, no workspace exploration.

scchearn/loam/tree/main/skills/loam-ground/loam-initializing-vault commit 06f52e92f7

Frequently asked questions

npx skillmds@latest add scchearn/loam-initializing-vault