{
  "type": "app",
  "slug": "timer",
  "title": "5-Minute Timer",
  "brief": "A countdown timer that goes green to red, then flashes red and counts negative when time's up.",
  "version": "0.1.0",
  "visibility": {
    "public": true
  },
  "hero": {
    "type": "image",
    "path": "screenshots/hero.png"
  },
  "install": {
    "binary_name": "timer"
  },
  "metadata": {
    "platform": "any"
  },
  "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"
  },
  "author": {
    "name": "Kyle Bergstedt",
    "email": "kyle@adom.inc"
  },
  "updated_at": "2026-06-29T19:34:21.151Z"
}