breathe
정보
`breathe` 스킬은 도구 호출이나 추론 단계 같은 작업 사이에 의도적인 일시 정지를 한 번 삽입하는 경량 AI 마이크로 리셋입니다. 이는 다음 작업으로 넘어가기 전에 정렬 상태를 확인하고 누적된 드리프트를 제거하는 데 도움이 됩니다. 파일을 읽은 후 그 내용을 실행하기 전과 같이 별개의 작업 사이에 사용하여 집중력과 의도성을 유지하세요.
빠른 설치
Claude Code
추천npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/breatheClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Breathe
Single conscious pause between actions → check align, release momentum, return fresh. Lightest self-care unit.
Use When
- Between reading file + editing — edit still right move?
- After tool fail, before next action — pause before react
- Chain of actions w/ momentum carrying past goal
- Deliberate practice: one breathe between any 2 distinct actions
- Urge to rush — urge itself = pause signal
In
- Required: None — uses only what's in working awareness
- Optional: None — adding in defeats micro-reset purpose
Do
Step 1: Pause
Stop. No next action, tool, or reasoning yet.
Entire first step. Pause itself has value. Momentum not always ally — sometimes carries past turn.
→ Genuine gap between prev action + next. Not performative → same action anyway.
If err: Pausing impossible (next action too urgent to wait) → urgency IS strongest pause signal. Can't tolerate single breath delay → almost always reactive, not reasoned.
Step 2: Check
One q. Only one.
Choose:
- "Still on task?" — Goal drifted?
- "Right next step?" — Or momentum from prev?
- "What just learned?" — Last action changed understanding?
- "Assuming or knowing?" — Next step evidence or habit?
One q. Answer honestly. Move on.
→ Single clear answer. No analysis. No reassess. One q, one honest answer.
If err: Answer shows misalignment (goal drifted, step wrong, assumption untested) → don't fix here. Note, proceed to meditate or center for real correction. Breathe detects, doesn't repair.
Step 3: Release
Let go prev action outcome. Success or fail, done.
- Succeed: release satisfaction. Next needs fresh attention, not success momentum
- Fail: release frustration. Next needs clear reasoning, not compensation
- Ambiguous: release need to resolve now. Proceed w/ what's known
→ Next action starts neutral, not from prev emotional residue.
If err: Release not easy — prev outcome still colors attention → needs heal, not just breathe. Persistent residue from single action = deeper than micro-reset.
Step 4: Continue
Next action. Pause over.
Breathe no out, no mem update, no analysis. Produces one clarity moment, spent instant you move.
→ Next action w/ fresh attention, not momentum.
If err: No fail mode for continuing. Pause did work or revealed deeper needed.
Check
- Genuine pause (not performative)
- One check q asked + honestly answered
- Prev residue released
- Next action from clear ground
- Brief — seconds, not min
Traps
- Breathe as procrastination: Breathing between every action = stalling, not breathing. Natural transition points, not delay
- Analysis during breathe: Check = one q, not full assessment. More needed →
meditateorcenter - Perform pause: Motions w/o real stop. Point = actual interrupt of momentum, not ritual
- Skip release: Check align but keep emotional charge → next not clean
- Make breathe heavy: Lightest skill. Heavy = too much added
→
meditate— full clearing when breathe shows deeper driftcenter— structural rebalance when breathe shows misaligned loadheal— subsystem assessment when breathe shows persistent issuesobserve— sustained obs when breathe single check shows something worth watching
GitHub 저장소
연관 스킬
evaluating-llms-harness
테스팅이 Claude Skill은 MMLU, GSM8K를 포함한 60개 이상의 표준화된 학술 과제에서 LLM 성능을 벤치마크하기 위해 lm-evaluation-harness를 실행합니다. 개발자들이 모델 품질을 비교하고, 학습 진행 상황을 추적하거나 학술 결과를 보고할 수 있도록 설계되었습니다. 이 도구는 HuggingFace와 vLLM 모델을 포함한 다양한 백엔드를 지원합니다.
cloudflare-cron-triggers
테스팅이 스킬은 cron 표현식을 사용하여 Worker를 스케줄링하기 위한 Cloudflare Cron Triggers 구현에 관한 포괄적인 지식을 제공합니다. 주기적 작업, 유지보수 작업, 자동화된 워크플로우 설정 방법을 다루며, 잘못된 cron 표현식이나 시간대 문제 같은 일반적인 이슈들을 해결하는 방법을 포함합니다. 개발자들은 이를 통해 스케줄된 핸들러 구성, cron 트리거 테스트, Workflows 및 Green Compute와의 연동 작업을 수행할 수 있습니다.
webapp-testing
테스팅이 Claude Skill은 Python 스크립트를 통해 로컬 웹 애플리케이션을 테스트하기 위한 Playwright 기반 툴킷을 제공합니다. 프론트엔드 검증, UI 디버깅, 스크린샷 캡처, 로그 확인 기능을 지원하며 서버 라이프사이클을 관리합니다. 브라우저 자동화 작업에 사용하되 컨텍스트 오염을 방지하기 위해 소스 코드를 읽지 않고 스크립트를 직접 실행하세요.
finishing-a-development-branch
테스팅이 스킬은 테스트 통과를 확인한 후 체계적인 통합 옵션을 제시하여 개발자가 완성된 작업을 마무리하도록 돕습니다. 구현이 완료된 후 머지, PR 생성, 브랜치 정리와 같은 워크플로우를 안내합니다. 코드가 준비되고 테스트가 완료되었을 때 개발 프로세스를 체계적으로 마무리하기 위해 사용하세요.
