用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jessedegans/breather --skill checkin命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Restore your mental context after a break. 5 seconds to get back in flow.
Full break. Saves your mental context so you can stop without losing your place. Fully resets the fatigue clock.
Full break. Saves your mental context so you can stop without losing your place. Fully resets the fatigue clock.
基于 SOC 职业分类
正在显示 SKILL.md
| name | checkin |
| description | Session and daily stats. Honest numbers, no guilt. |
| when_to_use | User asks "how am I doing", "session status", "how long have I been working", "check in", "checkin", "am I overdue for a break", or wants session stats. |
| allowed-tools | Bash |
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.