vault-journal
Installation
SKILL.md
Vault Journal
Log structured research entries to today's daily note. Automatically discovers related vault projects and wikilinks them.
Workflow
-
Get the user's entry content — what they learned, worked on, or want to capture. Accept freeform text.
-
Read today's daily note:
obsidian daily:readNote whether it exists and what sections are already present.
-
If the daily note is empty or missing, create an initial structure first:
obsidian create path="YYYY-MM-DD.md" content="---\ndescription: Daily research log\ndate: YYYY-MM-DD\n---\n\n# YYYY-MM-DD\n\n## Research Log\n" silentUse today's actual date in YYYY-MM-DD format.