ai/skills-archive/obsidian-vault-context/SKILL.md
Works with the local Obsidian vault using direct file operations. Knows folder structure, daily note format (YYYY-MM-DD.md), and research capture templates. Use when reading/writing Obsidian notes or capturing research. Triggers on "obsidian", "daily note", "vault", "capture research".
npx skillsauth add steveclarke/dotfiles obsidian-vault-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
obsidian-cli print-default to get the vault path$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
YYYY-MM-DD.md (e.g., 2025-10-18.md)/Daily/ folder$VAULT_PATH/Daily/{YYYY-MM-DD}.mdSteve captures research in daily notes using this template:
### [Tool/Topic Name]
**Link:** [URL]
**What it is:** [Brief description]
**Key Features:**
- Feature 1
- Feature 2
**Why it's interesting:** [Relevance]
**Use case:** [When to use it]
[[Note Name]] (wikilinks)[Text](URL) (markdown)![[image.png]] (stored in /assets/)Read daily note:
Use the Read tool with path $VAULT_PATH/Daily/2025-10-18.md
Append to daily note:
Read the existing file first, then use the Edit tool to append new content at the end. Add \n\n spacing before the new section.
Create new note:
Use the Write tool to create $VAULT_PATH/Topic/Note.md with the desired content.
obsidian-cli print-default - Get vault pathobsidian-cli open "Note" - Open in Obsidian UIobsidian-cli move "Old" "New" - Rename with link updatesPrefer direct file operations over obsidian-cli for reading/writing.
\n\n spacing between sections.obsidian/ foldercontent-media
Download content from YouTube including transcripts, captions, subtitles, music, MP3s, and playlists. Use when the user provides a YouTube URL or asks to download, transcribe, or get content from YouTube videos or playlists.
development
Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.
development
Review UI for visual consistency, layout structure, and design system compliance. Two modes — code review (check view files against patterns) and visual audit (screenshot all routes and analyze). Use when reviewing UI code, checking consistency, auditing views, or when user says "review the UI", "check consistency", "UI audit", "design review".
tools
Improves typography by fixing font choices, hierarchy, sizing, weight, and readability so text feels intentional. Use when the user mentions fonts, type, readability, text hierarchy, sizing looks off, or wants more polished, intentional typography.