From breather
Reports current session and daily stats on coding time, prompts, breaks via Bash scripts. Useful for status checks like 'how long working' or break needs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/breather:checkinThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provide an honest, non-preachy assessment of the current session AND daily totals.
Provide an honest, non-preachy assessment of the current session AND daily totals.
Read this session's state from ${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/sessions/ (find this session's file by session_id, or read the most recent one).
Read all session files to compute daily totals. Run:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/daily-stats.sh"
This returns JSON with: today_total_min, since_last_break_min, total_breaks, total_prompts, active_sessions.
Present both session and daily stats. Tone depends on the daily numbers:
Under 50 min today, breaks taken: Just the facts, positive.
This session: 22m, 12 prompts. Today: 42m total, 1 break. You're in good shape.
50-90 min today, no break: Neutral observation.
This session: 35m, 18 prompts. Today: 1h 5m across 2 sessions, no breaks yet. Might want to think about one soon. /breather:pause saves your spot.
90+ min today, no break: Direct but not preachy.
This session: 40m, 24 prompts. Today: 1h 35m across 3 sessions, 0 breaks. That's past the point where error rates start climbing. /breather:pause saves your context if you want to step away.
120+ min today, no break: Matter-of-fact urgency.
This session: 55m. Today: 2h 10m across 2 sessions, 0 breaks. You've been at this for over 2 hours. The code will be here when you get back. /breather:pause
Never: use guilt, be condescending, reference "self-care" or "wellness", or compare the user to statistics. Just state the numbers and make a practical suggestion.
npx claudepluginhub jessedegans/breatherDisplays deep-work session status and progress — dashboard, badge, tree, or routing to sub-pages. Hub command that dispatches to sub-skills. Supports --compare, --receipts, --history, --report, --assumptions.
Generates standup summaries of recent Claude Code sessions: lists done commits by project/branch/duration, in-progress tasks, and metrics like total time/sessions.
Prepares and executes uninterrupted 90-120 minute sessions for cognitively demanding single-task work (coding, writing, analysis). Includes scheduling, environment setup, and shutdown ritual.