daily-note
Installation
SKILL.md
Daily Note Skill
Path Rule (Mandatory)
Daily Notes MUST reside at Daily Notes/{YYYY}/{MM}/{YYYY}-{MM}-{DD}.md (nested YYYY/MM/ subdirectories, not flat).
Creation Flow
If today's file does not exist, mkdir -p and create with the following structure (matching Templates/Daily Note Template.md):
---
date: {YYYY-MM-DD}
day: {Weekday}
tags: [daily]
---
# {YYYY-MM-DD} {Weekday}