Log
Use when /log is invoked or when Shane wants to capture a lightweight session note. Appends a timestamped entry to today's daily note under Session Log.From its SKILL.md
npx -y skills add slogsdon/skills-vault-rituals --skill logAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 283 tokens by cl100k_base, as published. Nobody here has run it
Skill: /log
Lightweight session capture. No Qwen needed — this is a direct write.
Steps
-
Determine today's date (YYYY-MM-DD format)
-
Get the current time (HH:MM format)
-
Capture Shane's session note from his message (everything after /log)
-
Run:
obsidian append path='Daily/[today's date].md' content='**[HH:MM]** [Shane's note]'- If today's daily note doesn't exist yet, first run:
obsidian create name='Daily/[today's date]' content='# [YYYY-MM-DD]\n\n## Session Log\n\n**[HH:MM]** [Shane's note]' silent - If it exists but has no
## Session Logheading, prepend## Session Log\n\nto the content being appended
- If today's daily note doesn't exist yet, first run:
-
Commit the vault change:
VAULT="$HOME/Library/Mobile Documents/iCloud~md~obsidian/Documents/Personal" git -C "$VAULT" add -A && git -C "$VAULT" commit -m "docs: log session entry [HH:MM]" -
Confirm to Shane: "Logged at [HH:MM]."
Notes
- Keep it fast — this skill should feel like a 2-second action
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.