Agent Skills: log-work

Log work activity to today's journal

UncategorizedID: michaelvessia/nixos-config/log-work

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MichaelVessia/nixos-config/tree/HEAD/modules/programs/agents/shared/skills/log-work

Skill Files

Browse the full folder contents for log-work.

Download Skill

Loading file tree…

modules/programs/agents/shared/skills/log-work/SKILL.md

Skill Metadata

Name
log-work
Description
Log work activity to today's journal

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.