소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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.