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.