obsidian-vault-context

Installation
SKILL.md

Obsidian Vault Context

Vault Location

  • Detection: Run obsidian-cli print-default to get the vault path
  • Use direct file operations (Read, Write, Edit) — the vault is just a folder of markdown files
  • Only use obsidian-cli for UI operations or link updates

Folder Structure

$VAULT_PATH/
├── Daily/              # Daily notes (YYYY-MM-DD.md)
├── AI/                 # AI/LLM research
├── Software Development/
├── Technologies/
├── Work/
├── assets/             # Images and attachments
└── .obsidian/          # Internal config - don't modify
Installs
32
GitHub Stars
34
First Seen
Jan 25, 2026
obsidian-vault-context — steveclarke/dotfiles