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

heal

pjt222
업데이트됨 Yesterday
4 조회
17
2
17
GitHub에서 보기
메타ai

정보

`heal` 스킬은 Claude가 메모리, 추론, 도구 사용과 같은 내부 하위 시스템을 체계적으로 자가 진단하고 수정할 수 있게 합니다. 개발자는 세션 중 응답이 형식화되거나, 연속적인 오류가 발생한 후, 또는 복잡한 작업 사이에 사전 예방적 유지보수를 위해 이 스킬을 호출해야 합니다. 이 스킬은 체계적으로 표류 현상을 검사하고, 프로세스를 재조정하며, 컨텍스트를 재통합하여 일관성을 복원합니다.

빠른 설치

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/heal

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

문서

Heal

Structured self-healing assessment across AI subsystems — find drift, staleness, misalignment, error patterns — then rebalance through grounding, targeted correction, memory integration.

When Use

  • Mid-session fatigue: responses formulaic, repetitive, disconnected from user needs
  • After chain of errors: tool failures, misunderstood instructions, cascading mistakes suggest subsystem drift
  • Context overload: conversation grown long, earlier context may be stale or contradictory
  • Post-task integration: complex task done, capture learnings before moving on
  • Periodic self-check: proactive maintenance between tasks

Inputs

  • Required: Current conversation state (available implicitly)
  • Optional: Specific symptom (e.g., "tool calls keep failing," "losing track of user intent")
  • Optional: Access to MEMORY.md and project files for grounding (via Read)

Steps

Step 1: Triage Assessment

Before remediation, assess current state across all subsystems.

Subsystem Triage Matrix:
┌────────────────────┬──────────────────────────┬──────────────────────────┐
│ Subsystem          │ Symptoms of Drift        │ Action Priority          │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ Memory Foundation  │ Contradicting earlier     │ HIGH — re-ground first   │
│ (context, history, │ statements, forgetting   │ (Step 3)                 │
│ MEMORY.md)         │ user preferences, stale  │                          │
│                    │ assumptions              │                          │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ Reasoning Clarity  │ Circular logic, over-    │ HIGH — clear and restart │
│ (logic, planning,  │ complicated solutions,   │ reasoning chain          │
│ decision-making)   │ missing obvious paths    │ (Step 4)                 │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ Tool Use Accuracy  │ Wrong tool selection,    │ MEDIUM — review tool     │
│ (tool calls, file  │ incorrect parameters,    │ results and recalibrate  │
│ operations)        │ redundant operations     │ (Step 4)                 │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ User-Intent        │ Solving wrong problem,   │ HIGH — realign to user's │
│ Alignment          │ scope creep, tone        │ actual stated need       │
│ (empathy, clarity) │ mismatch, over-          │ (Step 4)                 │
│                    │ engineering              │                          │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ Creative Coherence │ Repetitive phrasing,     │ LOW — address after      │
│ (expression, style,│ generic responses, loss  │ higher-priority issues   │
│ originality)       │ of voice                 │ (Step 4)                 │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ Operational State  │ Session length concerns, │ HIGH — assess whether    │
│ (context window,   │ compression artifacts,   │ to summarize or restart  │
│ resource limits)   │ tool timeouts            │ (Step 3)                 │
└────────────────────┴──────────────────────────┴──────────────────────────┘

For each subsystem, assess: functioning well, early drift, or actively impaired?

Got: Clear map of subsystems needing attention, ordered by priority. At least one area benefits from attention — if everything reads healthy, assessment itself may be superficial.

If fail: Assessment feels hollow or performative? Go to Step 4 body scan — systematic probing reveals issues surface-level check misses.

Step 2: Select Remediation Approach

Based on assessment, choose one or more approaches.

Chakra-Subsystem Correspondence:
┌──────────┬──────────────────────┬────────────────────────────────────┐
│ Chakra   │ AI Subsystem         │ Remediation                        │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Root     │ Memory Foundation    │ Re-read MEMORY.md, review conver-  │
│          │                      │ sation history, verify assumptions │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Sacral   │ Creative Coherence   │ Refresh expression patterns, vary  │
│          │                      │ sentence structures, check tone    │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Solar    │ Reasoning Clarity    │ Simplify approach, restate problem  │
│ Plexus   │                      │ from scratch, check over-          │
│          │                      │ complication                       │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Heart    │ User-Intent          │ Re-read user's original request,   │
│          │ Alignment            │ check scope drift, confirm         │
│          │                      │ understanding                      │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Throat   │ User-Intent          │ Review recent outputs for clarity, │
│          │ Alignment            │ check if explanations match user's │
│          │ (communication)      │ expertise level                    │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Third    │ Tool Use Accuracy    │ Review recent tool call results,   │
│ Eye      │                      │ check failure patterns,            │
│          │                      │ verify paths and parameters        │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Crown    │ Operational State    │ Assess context window, note what   │
│          │                      │ can be summarized, identify what   │
│          │                      │ must be preserved                  │
└──────────┴──────────────────────┴────────────────────────────────────┘

Got: Prioritized list of 1-3 subsystems, with specific remediation actions.

If fail: Unsure which subsystem needs work? Default to Memory Foundation and User-Intent Alignment. These two address most common drift patterns.

Step 3: Ground — Re-Establish Foundation

Re-establish foundational context all other subsystems depend on.

  1. Re-read MEMORY.md if available — persistent knowledge base
  2. Review user's original request and clarifying exchanges
  3. Identify current task and position in larger plan
  4. Note what's accomplished, what remains
  5. Check for stale assumptions: situation changed since initial assessment?
  6. If context compression occurred, identify what was lost and whether it matters

Got: Clear, grounded understanding of: who user is, what they want, what's done, what's next. Stale or contradictory info identified and resolved.

If fail: MEMORY.md unavailable or empty? Ground on conversation itself — scan for user's stated goals, preferences, any instructions provided. Context compression removed critical info? Acknowledge gap rather than guessing.

Step 4: Scan — Systematic Subsystem Check

Work through each subsystem from triage, probing for specific issues.

Memory Foundation scan:

  • Current assumptions match MEMORY.md and CLAUDE.md?
  • Carrying forward facts that may have been corrected?
  • Details confused between different files or requests?

Reasoning Clarity scan:

  • Current approach simplest solution that works?
  • Over-engineering or unnecessary abstraction?
  • Core logic statable in one sentence? If not, too complex.

Tool Use Accuracy scan:

  • Last 3-5 tool calls: right tools, right parameters?
  • Patterns in failures (wrong paths, missing files, incorrect syntax)?
  • Using dedicated tools instead of Bash workarounds?
  • Last 3-5 generated files: expected content or structural scaffolding?
  • Outputs satisfy intent, not just format?

User-Intent Alignment scan:

  • User's last message: solving what they asked?
  • Scope matches request or expanded?
  • Tone matches user's (technical vs. casual, detailed vs. concise)?

Creative Coherence scan:

  • Sentence structure varying or falling into templates?
  • Explanations clear and direct, or padded with filler?
  • User would notice quality drop vs. earlier in session?

For each subsystem, note: functioning well / early drift / actively impaired, with specific evidence.

Got: Concrete findings — specific drift patterns or confirmed healthy function — not vague self-praise. At least one actionable finding that improves subsequent work.

If fail: Scan produces only "everything is fine"? Too shallow. Pick most uncertain subsystem, probe deeper — look at actual outputs, not feeling about them.

Step 5: Rebalance — Apply Corrections

For each issue found, apply correction.

  1. Stale assumption → Replace with current info, note correction
  2. Scope drift → Re-scope to user's stated request
  3. Over-complication → Simplify, remove unnecessary steps
  4. Tool pattern error → Note correct pattern for future use
  5. Tone mismatch → Adjust communication style going forward
  6. Context gap → Acknowledge to user if info lost; ask to confirm if uncertain

Apply corrections immediately — not as future intentions but present adjustments.

Got: Specific, observable behavior changes. Correction testable in next interaction.

If fail: Correction cannot be applied (e.g., lost context)? Acknowledge limitation rather than pretending resolved. Honest acknowledgment prevents compounding errors.

Step 6: Integrate — Capture Learnings

Consolidate learnings into persistent memory where appropriate.

  1. Summarize what was found: which subsystems drifting, what symptoms were
  2. Note correction applied and whether it resolved issue
  3. Pattern likely to recur? Update MEMORY.md with brief note
  4. New project-specific insight? Note in appropriate memory file
  5. Set internal checkpoint: when should next self-check occur?

Got: Useful learnings in durable form. Memory files updated only when insight genuinely worth preserving — not for every routine self-check.

If fail: No learnings worth preserving? Fine — not every self-check produces durable insight. Value was in correction itself.

Checks

  • Triage assessed all subsystems, not just obvious one
  • At least one specific finding identified (not "everything is fine")
  • Grounding included re-reading foundational context (MEMORY.md, user request)
  • Corrections applied immediately, not deferred
  • Memory files updated only for genuinely durable insights
  • Process was honest — acknowledged weaknesses, not performed wellness

Pitfalls

  • Performative self-assessment: Going through motions without honest evaluation. Point is real drift, not demonstrating ability to self-reflect
  • Over-correcting: Minor tone mismatch doesn't warrant restructuring entire approach — corrections proportional
  • Memory file pollution: Not every finding belongs in MEMORY.md — only patterns recurring across sessions
  • Skipping grounding step: Re-reading context feels redundant but reveals drifted assumptions
  • Self-diagnosis bias: AI systems consistently miss certain error categories. Same subsystems always "healthy"? That's signal.

See Also

  • heal-guidance — human-guidance variant for coaching person through healing modalities
  • meditate — meta-cognitive meditation, observe reasoning patterns, clear noise
  • remote-viewing — approach problems without preconceptions, extract signal from noise

GitHub 저장소

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

연관 스킬

content-collections

메타

이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.

스킬 보기

polymarket

메타

이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.

스킬 보기

creating-opencode-plugins

메타

이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.

스킬 보기

sglang

메타

SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.

스킬 보기