Loam initializing vault
Skill scchearn/loam/skills/loam-ground/loam-initializing-vault
Workflow skills for AI coding agents: plan, execute, and maintain a persistent knowledge base across sessions.
npx -y skills add scchearn/loam --skill loam-initializing-vaultAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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".
SKILL.md
0.6 KB, as published. Nobody here has run it
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.