refine
Installation
SKILL.md
Refine Daily Notes
Improve an Obsidian daily note by polishing prose, adding missing wikilinks to maintain a rich knowledge graph, extracting long sections into dedicated notes, and suggesting new vault entities.
Workflow
Phase 0: Setup
- Run
echo $OBSIDIAN_VAULT_PATHto get the vault root. If empty, ask the user for the path. - Determine the target date: use the argument if provided (e.g.,
/refine 2026-02-14), otherwise use today. - Read the daily note at
$VAULT/Daily Notes/{date}.md. Error if missing.
Phase 1: Transcribe Meeting Recordings
Detect meeting recordings and transcribe them into meeting notes. Two sub-phases run in order: SD card auto-detect (primary), then Google Drive URL scan (fallback).
Phase 1a: Recording Detection & Matching (Primary)
Related skills