Files
ai-for-dummies/submitted-skills/Vinicius Nascimento/skills/long-day-start/SKILL.md
T
2026-09-04 00:34:53 -03:00

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

  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 "$CLAUDE_SKILL_DIR/start.sh"

If $CLAUDE_SKILL_DIR is not set, use the absolute path ~/.claude/skills/long-day-start/start.sh.

  1. 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.