소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
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.
End-of-session review. What you shipped, open threads, next steps.
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.