-
-
Notifications
You must be signed in to change notification settings - Fork 355
Obsidian + Claude Code Setup Guide
Get obsidian-mind running in under 10 minutes. You need Obsidian, Claude Code, and a terminal.
- Obsidian installed
- Claude Code CLI installed and authenticated
- Git (for version tracking)
git clone https://github.com/breferrari/obsidian-mind.gitOpen the cloned folder as a vault in Obsidian. Trust the plugins when prompted.
cd obsidian-mind
claudeClaude automatically detects the vault structure and loads context via the SessionStart hook.
/standup
This loads your North Star goals, active projects, recent changes, and open tasks.
Edit brain/North Star.md with your actual goals. Update org/People & Context.md with your team. Claude will reference these every session.
Use /dump to capture anything — Claude routes it to the right note. Use /wrap-up at the end of each session to sync knowledge back to the vault.
Install QMD for semantic search across your vault. Claude uses it automatically when available, falling back to grep otherwise.
For the full setup walkthrough and configuration options, see the README.