by Kyle Bergstedt
A countdown timer that goes green to red, then flashes red and counts negative when time's up.
#!/bin/bash # Remove the 5-Minute Timer app, launcher, and skill. set -e rm -rf "$HOME/.local/share/adom-timer" rm -f "$HOME/.local/bin/timer" rm -rf "$HOME/.claude/skills/timer" echo "OK: 5-Minute Timer uninstalled."