trackmedaddy
Manage Everhour time tracking. Use when the user wants to start, stop, or check a timer for a Linear ticket. Triggers include "track time", "log time", "start working on", "what am I tracking", "stop timer", or any mention of tracking time on a ticket.
install
source · Clone the upstream repo
git clone https://github.com/HappyEmu/trackmedaddy
manifest:
skill.mdsource content
Run the
trackmedaddy command (available on PATH) with the appropriate subcommand based on $ARGUMENTS. Important: invoke it as a plain shell command, do NOT prefix it with the skill directory path.
If no arguments are provided, run
trackmedaddy status to show the current timer.
Commands
— start a timer.trackmedaddy start <TICKET>
is a Linear ticket ID (e.g.<TICKET>
,TRG-80
).ENG-123
— stop the current timer.trackmedaddy stop
— show the running timer.trackmedaddy status
— set up the Everhour API key (interactive prompt).trackmedaddy login
— remove the stored API key.trackmedaddy logout
Always show the command output to the user.
Setup
If the command fails with a missing config or auth error, run
trackmedaddy login to set up the API key.