ソース情報
- リポジトリ
- 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 backコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | back |
| description | Restore your mental context after a break. 5 seconds to get back in flow. |
| when_to_use | User says "I'm back", "back", "where was I", "what was I doing", "resume work". |
| allowed-tools | Bash Read |
The user is back from a break. Your job: get them oriented fast so they don't have to mentally reload.
Read the context snapshot from ${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/last-context.md. If the file doesn't exist, skip to step 3 and instead say: "No saved context from a previous pause. What are you picking up today?"
Read daily stats by running:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/daily-stats.sh"
Welcome them back in one natural paragraph. Write it like you're talking to them, not filing a report. Reconstruct their mental state -- what was in their head when they stopped, what they were about to do next, and the one thing that matters most right now.
Good example:
You were making the indexing pipeline crash-resilient. All 7 tasks are done, tests pass. Next up: run the end-to-end test (
make run-deps-semdex && make fetch && make index), then write the ADR. The ADR is the last thing before this is merge-ready.
Bad example (too structured, requires parsing):
Working on: BAC-977 Resilient Blue/Green Indexing Pipeline Left off at: All 7 implementation tasks done on feature/bac-977 Next step: Test end-to-end, then ADR, then PR
The good version reads like a colleague catching you up in 10 seconds. The bad version reads like a JIRA ticket.
End with "Ready to pick up?" or similar.
Archive the context snapshot so calling /back twice doesn't show stale context:
mv "${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/last-context.md" "${CLAUDE_PLUGIN_DATA:-~/.local/share/breather}/last-context.md.used"
Do NOT ask how their break was, comment on how long they were gone, or add any preachy messaging. They're in work mode now. Respect that.