Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".
74
91%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Log exercise reps for the Peon Trainer.
The user provides a number and exercise type. Run the following command using the Bash tool:
bash ~/.claude/hooks/peon-ping/peon.sh trainer log <count> <exercise>Where:
<count> is the number of reps (e.g. 25)<exercise> is pushups or squatsbash ~/.claude/hooks/peon-ping/peon.sh trainer log 25 pushups
bash ~/.claude/hooks/peon-ping/peon.sh trainer log 30 squatsReport the output to the user. The command will print the updated rep count and play a trainer voice line.
If the output says trainer is not enabled, tell the user to run /peon-ping-toggle or peon trainer on first.
If the user asks for their progress after logging, also run:
bash ~/.claude/hooks/peon-ping/peon.sh trainer status8ef3766
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.