diagnose

Installation
SKILL.md

/floating-clock:diagnose

Emit a one-page diagnostic summary.

Self-Evolving Skill: This skill improves through use. If a check is wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.

Steps

Run a sequence of read-only checks. Safe to invoke at any time — does not modify files, does not touch NSUserDefaults.

PLUGIN_ROOT="$(cc-plugin-root floating-clock)"
APP_SYS="/Applications/FloatingClock.app"
APP_LOCAL="$PLUGIN_ROOT/build/FloatingClock.app"

echo "=== FloatingClock diagnostic ==="
echo
Installs
73
GitHub Stars
74
First Seen
Mar 3, 2026
diagnose — terrylica/cc-skills