一键导入
commute
Log commute time to daily work log
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Log commute time to daily work log
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Sweep Wolf calendars and the DMP calendar for OoO mirroring, tag-line normalization, and DMP conflict detection. Auto mode is silent and runs once per day, fired by the first worklog-touching skill that creates today's worklog file. Interactive mode (default) does the full sweep.
Log a notable accomplishment
Systematic code audit of a Python codebase against DMP standards
Ship completed work — direct release or PR
Find what to work on next — pulls from Jira, OmniFocus, and local inbox/TODO
Log a meeting to daily work log
| name | commute |
| description | Log commute time to daily work log |
| argument-hint | [direction] [start-time] [end-time | duration] |
| allowed-tools | Read, Write, Edit, Bash, AskUserQuestion, mcp__things__*, mcp__omnifocus__* |
Log a commute leg. Argument: $ARGUMENTS (direction, times or duration).
Read ~/Vaults/Notes/0-log/worklog/CLAUDE.md for the canonical worklog
format — frontmatter schema, entry format, duration short forms, and client
attribution rules.
Extract direction and time/duration from $ARGUMENTS:
in, to work, to livonia, to office → morning commute.
home, back, return → evening commute. Default: ask.7:15am 8:30am → compute duration from the
delta.1h15m, 45m, ~1h → use directly.Examples:
/commute in 7:15am 8:30am → "Commute to Livonia", 1h15m/commute home 45m → "Commute home", 45m/commute to work 1h → "Commute to Livonia", 1h/commute → ask direction and durationWrite to: ~/Vaults/Notes/0-log/worklog/YYYY/MM/YYYY-MM-DD.md
Create year and month directories as needed. If today's worklog file did not
exist before this run and you just created it, invoke /calendar-cleanup --auto
immediately after writing the initial frontmatter — this fires the once-per-day
silent calendar sweep. Continue with the rest of the procedure regardless of
cleanup outcome.
## Commute to Livonia
Duration: 1h15m (DMP)
Or for the return:
## Commute home
Duration: 45m (DMP)
event_type: commute in frontmatter entries.When creating or appending to a daily file, always read the existing file first, then update the YAML frontmatter to reflect all entries (including the new one). See the worklog CLAUDE.md for the full frontmatter schema.
The entry in the frontmatter entries list uses event_type: commute:
- title: "Commute to Livonia"
duration: "1h15m"
client: DMP
event_type: commute
tickets: []
After adding the entry, check OmniFocus for matching tasks (e.g., "leave for work", "leave work"). If a match exists, ask if it should be marked complete or updated.