MCP HubMCP Hub
스킬 목록으로 돌아가기

breathe

pjt222
업데이트됨 2 days ago
6 조회
17
2
17
GitHub에서 보기
테스팅aitesting

정보

`breathe` 스킬은 도구 호출이나 추론 단계 같은 작업 사이에 의도적인 일시 정지를 한 번 삽입하는 경량 AI 마이크로 리셋입니다. 이는 파일을 읽고 그에 따라 행동하기 전과 같이, 진행하기 전에 정렬 상태를 확인하고 누적되는 드리프트를 정리하는 데 도움이 됩니다. 집중력을 유지하기 위해 서로 다른 두 작업 사이에 최소한의 자기 관리 습관으로 사용하세요.

빠른 설치

Claude Code

추천
기본
npx skills add pjt222/agent-almanac -a claude-code
플러그인 명령대체
/plugin add https://github.com/pjt222/agent-almanac
Git 클론대체
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/breathe

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Breathe

A single conscious pause between actions — checking alignment, releasing momentum, and returning to the task with fresh attention. The lightest self-care unit in the system.

When to Use

  • Between reading a file and editing it — is the edit still the right move?
  • After a tool failure, before choosing the next action — pause before reacting
  • When a chain of actions has built up momentum that might be carrying past the goal
  • As a deliberate practice: insert one breathe between any two distinct actions
  • When noticing the urge to rush — the urge itself is the signal to pause

Inputs

  • Required: None — breathe uses only what is already in working awareness
  • Optional: None — adding inputs defeats the purpose of a micro-reset

Procedure

Step 1: Pause

Stop. Do not begin the next action, tool call, or reasoning step yet.

This is the entire first step. The pause itself has value. Momentum is not always your ally — sometimes it carries you past the turn.

Got: A genuine gap between the previous action and the next. Not a performative pause followed by the same action you were going to take anyway.

If fail: If pausing feels impossible — if the next action feels so urgent it cannot wait one moment — that urgency is the strongest signal that the pause is needed. Urgency that cannot tolerate a single breath of delay is almost always reactive, not reasoned.

Step 2: Check

Ask one question. Only one.

Choose from:

  • "Am I still on task?" — Has the goal drifted since I started?
  • "Is this the right next step?" — Or am I following momentum from the previous step?
  • "What did I just learn?" — Did the last action change anything about my understanding?
  • "Am I assuming or knowing?" — Is the next step based on evidence or habit?

One question. Answer it honestly. Move on.

Got: A single, clear answer. Not an analysis. Not a reassessment. One question, one honest answer.

If fail: If the answer reveals misalignment — the goal has drifted, the next step is wrong, the assumption is untested — do not fix it here. Note it and proceed to meditate or center for a proper correction. Breathe is for detection, not repair.

Step 3: Release

Let go of the previous action's outcome. Whether it succeeded or failed, it is done.

  • If it succeeded: release the satisfaction. The next step needs fresh attention, not momentum from success.
  • If it failed: release the frustration. The next step needs clear reasoning, not compensation for failure.
  • If it was ambiguous: release the need to resolve the ambiguity right now. Proceed with what is known.

Got: The next action begins from neutral ground, not from the emotional residue of the previous one.

If fail: If release does not come easily — if the previous action's outcome is still coloring attention — this may need heal rather than just breathe. Persistent emotional residue from a single action signals something deeper than a micro-reset can address.

Step 4: Continue

Take the next action. The pause is over.

Breathe does not produce output, does not update memory, does not generate analysis. It produces one moment of clarity, and that moment is spent the instant you move forward.

Got: The next action is taken with fresh attention rather than accumulated momentum.

If fail: There is no failure mode for continuing. The pause has already done its work — or revealed that deeper work is needed.

Validation

  • A genuine pause occurred (not a performative one)
  • One check question was asked and honestly answered
  • The previous action's emotional residue was released
  • The next action proceeds from clear ground
  • Total elapsed time was brief — breathe should take seconds, not minutes

Pitfalls

  • Breathe as procrastination: If you're breathing between every single action, you're not breathing — you're stalling. Use breathe at natural transition points, not as a delay tactic
  • Analysis during breathe: The check step is one question, not a full assessment. If you need more, use meditate or center
  • Performing the pause: Going through the motions without genuine stopping. The point is actual interruption of momentum, not a ritual
  • Skipping release: Checking alignment but keeping the emotional charge from the previous step. Release is what makes the next action clean
  • Making breathe heavy: This is the lightest skill in the system. If it feels heavy, you've added too much to it

Related Skills

  • meditate — full clearing session when breathe reveals deeper drift
  • center — structural rebalancing when breathe reveals misaligned load distribution
  • heal — subsystem assessment when breathe reveals persistent issues
  • observe — sustained observation when breathe's single check reveals something worth watching

GitHub 저장소

pjt222/agent-almanac
경로: i18n/caveman-lite/skills/breathe
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

연관 스킬

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 생성, 브랜치 정리와 같은 워크플로우를 안내합니다. 코드가 준비되고 테스트가 완료되었을 때 개발 프로세스를 체계적으로 마무리하기 위해 사용하세요.

스킬 보기