app
5-Minute Timer
Public UnreviewedA countdown timer that goes green to red, then flashes red and counts negative when time's up.
{
"slug": "timer",
"version": "0.1.0",
"type": "app",
"description": "A 5-minute countdown timer that shifts green to red as it expires, then flashes red at 1 Hz and counts negative. Play/pause, reset, and +/- 10/30/60s adjust buttons. Self-contained single-file web app.",
"dependencies": {},
"files": [
"SKILL.md",
"README.md",
"page.json",
"install.sh",
"uninstall.sh",
"index.html",
"bin/**",
"demo/**",
"skills/**",
"screenshots/**"
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
}
}