How this command is triggered — by the user, by Claude, or both
Slash command
/vault-boot:vault-bootThe summary Claude sees in its command listing — used to decide when to auto-load this command
---
name: vault-boot
description: >
This skill should be used at the start of a new Cowork session involving the
Teslasoft vault to parallel-load all critical context via Obsidian MCP, open
the dashboard, and render a structured status briefing. Not for mid-session
status checks (use /jarvis status instead) or file editing operations.
Usage:
/vault-boot - Full context boot + dashboard + briefing
/boot - Alias for /vault-boot
argument-hint: ""
examples:
- /vault-boot
- /boot
---
# /vault-boot Command
Teslasoft Vault cold-start loader. Replaces...Teslasoft Vault cold-start loader. Replaces 10+ sequential tool calls with 2 parallel batches for instant session context.
/vault-boot # Full context boot + dashboard + briefing
/boot # Alias
When invoked, the command:
Falls back to direct file reads if Obsidian MCP is unreachable.
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin vault-boot/setupOrchestrates interactive Obsidian vault setup wizard: performs app preflight check and optional install, then delegates vault interview to socratic subagent.
/initInitializes Obsidian vault by creating ~/.claude/obsidian-vault.json config file and standard folder structure for projects, technologies, claude-code components, notes, and auto-captures. Supports --check and --vault <path> flags.
/forge-dashOpens a local dashboard panel at localhost:4712 for the obsidian-forge skill, with optional port, browser, refresh, and vault path flags.
/setupConfigures Vault PKM plugin: sets Obsidian vault path and optional OpenAI API key plus permissions in ~/.claude/settings.json, checks scaffolding, verifies setup.
/researchBootstraps a schema for an empty or chaotic Obsidian vault using a swarm of exploration agents and interactive Q&A. Only for vaults lacking structure.
/wikiBootstraps or checks Claude-Obsidian wiki vault, runs setup workflow: checks Obsidian install/vault/MCP, asks vault purpose, scaffolds full structure.