26 lines
930 B
Markdown
26 lines
930 B
Markdown
---
|
|
name: long-day-start
|
|
description: Punch in at the Long Day Factory. Records startTime with the current timestamp in ~/long-day-factory.json and wipes lunchTime / backToWork from any previous shift. Use when the user says they arrived at the office / started their day / "long day start".
|
|
---
|
|
|
|
# long-day-start
|
|
|
|
Begins a new shift at the Long Day Factory (the office). The sentence is 4 hours,
|
|
minus time served at lunch.
|
|
|
|
## Steps
|
|
|
|
1. Run the script below. It creates `~/long-day-factory.json` if missing, sets
|
|
`startTime` to now (ISO 8601, `-03:00`), and resets `lunchTime` and
|
|
`backToWork` to `null`.
|
|
|
|
```bash
|
|
bash "$CLAUDE_SKILL_DIR/start.sh"
|
|
```
|
|
|
|
If `$CLAUDE_SKILL_DIR` is not set, use the absolute path
|
|
`~/.claude/skills/long-day-start/start.sh`.
|
|
|
|
2. Report back to the user with a bit of humor — they've just clocked in and the
|
|
clock is now running. Mention the time they punched in.
|