name: create_daily_language_notes description: Create a new dated markdown note in both grammar/daily and vocab/daily for the current language folder. Use this when the user wants daily note files like grammar/daily/daily-notes-YYYY-MM-DD.md and vocab/daily/daily-notes-YYYY-MM-DD.md.
Create Daily Language Notes
Use this skill when the current working directory is a language folder such as german.
Workflow
- Confirm the current directory contains
grammar/andvocab/. - Run
../scripts/create-daily-language-notes.sh. - Report which files were created and which already existed.
- The script appends a centralized log entry to
../CHANGELOG.mdautomatically.
Notes
- Pass an optional
YYYY-MM-DDargument when the user asks for a specific date. - The script creates
grammar/daily/andvocab/daily/if they do not exist yet. - If a dated note file already exists, the script leaves it unchanged.
- Every run logs the outcome to the root
CHANGELOG.md.