Time banner
AproposoporpA AproposoporpA

Time

Productivity community

Description

--- description: Record an ad-hoc Apropos time entry for the logged-in user. --- Record time for the **logged-in user** — resolve their Apropos Person ID from the Windows username (ericbarone=321, joelperez=344, barrettgoldberg=276, calebbarone=1298), then run: `pwsh -NoProfile -File "R:/Intranet/ClaudeAI/skills/work-management/time/Record-Time.ps1" -PersonID <id> -Description "$ARGUMENTS"` If a task was named (`#30038`) add `-TaskID 30038`; if a project was named add `-ProjectID <id>`. If `$ARG

Installation

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

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

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

Full documentation available on GitHub

View Source Repository