mit einem Klick
sleep
Record bedtime for envelope tracking
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Record bedtime for envelope tracking
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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 commute time to daily work log
| name | sleep |
| description | Record bedtime for envelope tracking |
| argument-hint | [time] |
| allowed-tools | Read, Write, Edit, Bash, AskUserQuestion |
Record what time I'm going to bed. Argument: $ARGUMENTS (optional time).
Read ~/Vaults/Notes/0-log/worklog/CLAUDE.md for the canonical worklog
format — frontmatter schema.
Extract optional time and optional date from $ARGUMENTS:
8:30pm, 9pm, 21:15, etc. Default: current time via
date +%H:%M.yesterday, 2026-02-25, monday, etc. Default: yesterday.Examples:
/sleep → yesterday, now/sleep 9pm → yesterday, 21:00/sleep 9pm today → today, 21:00/sleep 10pm 2026-02-25 → 2026-02-25, 22:00Normalize time to 24-hour HH:MM format. Resolve date to YYYY-MM-DD.
Why yesterday? This skill is almost always invoked the morning after —
"I went to sleep at 10pm" means last night. The only time you'd want today
is recording it right before bed, which requires the explicit today keyword.
date +%H:%M for current
time.yesterday, today, weekday names) to
YYYY-MM-DD.~/Vaults/Notes/0-log/worklog/YYYY/MM/YYYY-MM-DD.md
(resolved date). Create year/month directories and file with minimal
frontmatter if it doesn't exist.sleep is already set, show the existing value and ask
whether to overwrite.sleep: "HH:MM" in the top-level frontmatter
(not inside workday — this is a daily-level field).