From caffeinate
This skill should be used when the user asks to "prevent sleep", "caffeinate", "keep awake", "stop sleeping", "clamshell mode sleep prevention", "toggle caffeinate", or mentions system sleep prevention on macOS. Toggles caffeinate -ims (idle, disk, system sleep prevention; display sleep allowed for battery saving).
How this skill is triggered — by the user, by Claude, or both
Slash command
/caffeinate:caffeinateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the toggle script and report the result:
Run the toggle script and report the result:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/toggle.sh"
STARTED → sleep prevention activated (caffeinate -ims).STOPPED → sleep prevention deactivated.Respond concisely in one line with the current state (active/inactive).
npx claudepluginhub jongwony/cc-plugin --plugin caffeinateManages macOS caffeinate command to prevent system sleep. Supports start, stop, and status via bash script. macOS only.
Diagnoses macOS issues: kernel panics, failing drives, slow boot, TCC permission denials, APFS snapshot bloat, wake failures, launchd audits, and startup item triage via logs, diskutil, and sysdiagnose.
Automates macOS disk cleanup and memory monitoring with Mole-based safety guards and LaunchAgent alerting. Responds to low disk space, kernel panics, and vm-compressor shortages on Apple Silicon.