Lunch banner
AproposoporpA AproposoporpA

Lunch

Development community

Description

--- description: Record a Lunch (Meal Break, EventTypeID 7) for the logged-in user. --- Resolve the logged-in user's Person ID from the Windows username (ericbarone=321, joelperez=344, barrettgoldberg=276, calebbarone=1298), then run immediately (no confirmation): `pwsh -NoProfile -File "R:/Intranet/ClaudeAI/skills/work-management/time/Record-Time.ps1" -PersonID <id> -Description "Lunch" -EventTypeID 7`

Installation

Installs to ~/.claude/skills/aproposoporpa-apropos-plugin-lunch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aproposoporpa-apropos-plugin-lunch && curl -fsSL https://raw.githubusercontent.com/AproposoporpA/apropos-plugin/HEAD/commands/lunch.md -o ~/.claude/skills/aproposoporpa-apropos-plugin-lunch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository