From vault-tools
Configure vault-tools for first-time use or change the vault path. Triggers: "setup vault-tools", "configure vault-tools", "set vault path", "install vault-tools", "get started with vault-tools", or when vault path is not configured.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vault-tools:setup-vault-toolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide the user through configuring the vault-tools plugin.
Guide the user through configuring the vault-tools plugin.
Check current state: Read $CLAUDE_PLUGIN_OPTION_VAULT_PATH. If already set, tell the user and ask if they want to change it.
Auto-detect vaults: Search common locations:
find ~/Vaults ~/Documents ~/OneDrive -maxdepth 2 -name ".obsidian" -type d 2>/dev/null | sed 's|/.obsidian$||'
Present found vaults as options.
Ask the user which vault to use, or let them provide a custom path. Verify the path exists and has a Notes/ directory with type subfolders.
Apply: Tell the user to run:
Go to
/plugin→ select vault-tools → Configure options → setvault_pathto:<chosen path>
Note: Plugin options cannot be set programmatically — the user must configure via the plugin menu.
Verify: After user confirms, check $CLAUDE_PLUGIN_OPTION_VAULT_PATH. A /reload-plugins may be needed.
Confirm rules bootstrapping: Check .claude/rules/ in vault for expected rule files.
Remind: This plugin replaces .claude/skills/, .claude/hooks/, .claude/rules/ in the vault — they're provided by the plugin on every machine.
npx claudepluginhub seangsisg/claude-depot --plugin vault-toolsInitializes TwinMind vault in current directory: creates TwinMind.md config, vault dirs (System, Cards, PARA, Sources, Atlas), initial files from templates. Checks existing setups; for new knowledge vaults.
Scaffolds an agent-ready Obsidian Zettelkasten vault with directories, templates, CLAUDE.md, MCP config, and git init.
Sets up or removes Memory Mason, including configuring vault path and installing hooks. Detects platform and agent, checks existing installs, and prompts for vault configuration when needed.