feat: add submitted skills review desk
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: lunch-time
|
||||
description: Log the start of the lunch break at the Long Day Factory. Records lunchTime with the current timestamp in ~/long-day-factory.json. Use when the user says they are going to lunch / "lunch time".
|
||||
---
|
||||
|
||||
# lunch-time
|
||||
|
||||
Records when the user leaves for lunch. Lunch is time served — it gets subtracted
|
||||
from the 4-hour sentence when `am-i-free` does the math.
|
||||
|
||||
## Steps
|
||||
|
||||
1. Run:
|
||||
|
||||
```bash
|
||||
bash "$CLAUDE_SKILL_DIR/lunch.sh"
|
||||
```
|
||||
|
||||
Fallback path: `~/.claude/skills/lunch-time/lunch.sh`.
|
||||
|
||||
2. The script creates `~/long-day-factory.json` if missing and sets `lunchTime`
|
||||
to now. If it warns that `startTime` is not set, pass that along — the user
|
||||
may have forgotten to run `long-day-start`.
|
||||
|
||||
3. Reply with light humor: bread-and-water break, the parole hearing, etc.
|
||||
Include the timestamp.
|
||||
Reference in New Issue
Block a user