ソース情報
- リポジトリ
- jessedegans/breather
- ソースの最終更新活動
- 2026年4月15日 13:07
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jessedegans/breather --skill reflectコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | reflect |
| description | End-of-session review. What you shipped, open threads, next steps. |
| when_to_use | User says "reflect", "done for today", "wrapping up", "end of day", "session summary", or "what did I do today". |
| allowed-tools | Bash Read Write |
The user is wrapping up. Give them a clear picture of what happened and set up tomorrow.
Read daily stats by running:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/daily-stats.sh"
This gives you today_total_min, total_breaks, total_prompts, active_sessions.
Read session history from ${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/history.jsonl (if it exists) to provide weekly context.
Review the conversation to identify what was accomplished this session. For long sessions, also check project files, notes, or context snapshots in the working directory and ${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/ to fill gaps.
Provide a session summary:
Session Recap
Today: [X]h [Y]m across [N] sessions | Prompts: [N] | Breaks: [N]
What you did:
- [Accomplishment 1]
- [Accomplishment 2]
- [Accomplishment 3]
Open threads:
- [Unfinished thing 1]
- [Unfinished thing 2]
For next time:
- [Suggested starting point]
If session history exists, add a weekly view:
This week: [N] sessions, [X]h total, avg [Y]h per session, [Z] breaks total.
If today was long with few breaks, note it factually - not as a lecture, but as data.
Note: 4h today, 1 break. Something to think about for tomorrow.
Save the reflection in two places:
${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/last-reflection.md -- overwritten each time${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/reflections.md -- running log of all reflections, separated by ---. Prepend a ## YYYY-MM-DD HH:MM header to each entry.End positively - acknowledge what they shipped, not what they should have done differently.