930 B
930 B
name, description
| name | description |
|---|---|
| long-day-start | 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
- Run the script below. It creates
~/long-day-factory.jsonif missing, setsstartTimeto now (ISO 8601,-03:00), and resetslunchTimeandbackToWorktonull.
bash "$CLAUDE_SKILL_DIR/start.sh"
If $CLAUDE_SKILL_DIR is not set, use the absolute path
~/.claude/skills/long-day-start/start.sh.
- 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.