con un clic
sleep
Record bedtime for envelope tracking
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Record bedtime for envelope tracking
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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 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).