SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/jessedegans/breather --skill checkin명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
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.
| 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.