break
Start a break timer and step away from the screen. Use when the user wants to take a break, or when the timeout plugin suggests one.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start a break timer and step away from the screen. Use when the user wants to take a break, or when the timeout plugin suggests one.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | break |
| description | Start a break timer and step away from the screen. Use when the user wants to take a break, or when the timeout plugin suggests one. |
| allowed-tools | Bash Read |
| argument-hint | [minutes] |
The user wants to take a break from their coding session.
node ${CLAUDE_SKILL_DIR}/../../scripts/session_status.js
Show the user a brief summary of their session (duration and prompt count from the stats above).
Determine break duration:
Open a timer in their browser:
open "https://www.google.com/search?q=timer+for+N+minutes"
Replace N with the break duration.
Record the break:
node ${CLAUDE_SKILL_DIR}/../../scripts/record_break.js
Send them off with a brief, warm message. Let them know their session will be here when they get back.
Keep the tone supportive and casual. Don't lecture about health. Just make stepping away feel easy and natural.