log-work

star 2

Log work activity to today's journal

MichaelVessia By MichaelVessia schedule Updated 5/14/2026

name: log-work description: Log work activity to today's journal allowed-tools: Bash

Create or append to today's journal file in your Obsidian vault. Intended for daily logging of activities, summaries, or notes.

Arguments: $ARGUMENTS

If arguments provided, use them as the entry content. If no arguments or arguments reference conversation context (e.g., "summarize what we did", "the error above"), use the conversation context to generate the entry.

Follow these steps precisely:

  1. Determine today's date in YYYY-MM-DD format.
  2. Check if ~/obsidian/Notes/YYYY-MM-DD.md exists; if not, create it with a header # Journal YYYY-MM-DD.
  3. Append a new timestamped entry: ## HH:MM followed by the entry content as plain text on the next line(s)
  4. Confirm successful addition by echoing the full path and entry.

Notes:

  • Use Markdown syntax for all content.
  • Designed for daily journaling of sessions, fixes, or thoughts.
Install via CLI
npx skills add https://github.com/MichaelVessia/nixos-config --skill log-work
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
MichaelVessia
MichaelVessia Explore all skills →