Use when the user wants to check, pause, or resume automatic habit capture. Triggers on: watch status, stop watching, pause capture, resume capture.
Watch is always active by default. This skill lets you pause, resume, or check status. Watch State and Prompt Count below are already resolved.
@${CLAUDE_PLUGIN_ROOT}/skills/habit-shared/TRIGGERS.md
!bash ${CLAUDE_PLUGIN_ROOT}/bin/habit-tools.sh watch status ${CLAUDE_SESSION_ID}
!bash ${CLAUDE_PLUGIN_ROOT}/bin/habit-tools.sh read-prompt-count ${CLAUDE_SESSION_ID}
Pick the first matching branch:
$ARGUMENTS is empty, "status", or "resume" -> Status/Resume below.$ARGUMENTS expresses intent to deactivate (off, stop, disable, pause, turn off) -> Pause below.ACTIVE -> "Watch is active. {Prompt Count} prompts captured this session." and stop.bash ${CLAUDE_PLUGIN_ROOT}/bin/habit-tools.sh watch start ${CLAUDE_SESSION_ID}PAUSED -> "Watch is already paused." and stop.bash ${CLAUDE_PLUGIN_ROOT}/bin/habit-tools.sh watch stop ${CLAUDE_SESSION_ID}/habit:distill to process this session's patterns."/habit:watch to resume."