From obsidian-brain
Loads Obsidian vault notes as conversational context when users request personal notes via phrases like 'check my notes about'. Scans MOCs, retrieves linked notes, limits to 15k chars.
npx claudepluginhub hamsurang/kit --plugin obsidian-brainThis skill uses the workspace's default tool permissions.
Use vault notes as conversational context and archive session learnings as Zettelkasten notes.
Manages Obsidian vaults: search, create, edit, move Markdown notes; handle YAML frontmatter, wikilinks, backlinks, daily notes, Zettelkasten setup, and sync via obsidian-cli.
Integrates Claude with Obsidian vaults for note creation, task management, knowledge organization, and project docs using CLI (1.12+), MOCs, properties.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Share bugs, ideas, or general feedback.
Use vault notes as conversational context and archive session learnings as Zettelkasten notes.
| Intent | Skill |
|---|---|
| Create, edit, move, search notes | obsidian |
| Use vault knowledge as context | obsidian-brain ✅ |
| Archive session learnings | /obsidian-archive command |
| Explicitly load vault context | /brain command |
Resolve once per session, cache for reuse:
~/.claude/obsidian-brain/config.json → vaultPathobsidian-cli print-default --path-only~/Library/Application Support/obsidian/obsidian.jsonIf vault path is invalid, clear config and re-resolve. See references/vault-setup.md for details.
When the user asks to reference their notes:
2-maps/*.md for keywords, read top 3 matching MOCs[[wikilinks]] from MOCs, read up to 5 linked notes1-zettelkasten/ and 0-inbox/ directly for keywords (catches orphan notes not linked to any MOC)이 주제에 대한 노트를 찾지 못했습니다.
관련 키워드: [searched terms]
If 2-maps/ is empty or missing, inform the user:
vault에 아직 노트가 없습니다. /obsidian-archive 로 학습 내용을 저장해보세요.
The /obsidian-archive command handles learning extraction. It follows:
0-inbox/에 저장, MOC 업데이트Full workflow details in references/archive-workflow.md.
Note and MOC templates in references/templates.md.
| Situation | Load |
|---|---|
| First run, vault setup needed | references/vault-setup.md |
| Creating notes or MOCs | references/templates.md |
| Running /obsidian-archive | references/archive-workflow.md |