heal
关于
The `heal` skill enables Claude to perform systematic self-assessment and correction of internal subsystems like memory, reasoning, and tool use. It is designed for use mid-session when responses become formulaic, after a chain of errors, or for proactive maintenance between complex tasks. Key capabilities include subsystem scanning, drift correction, and memory integration to restore performance coherence.
快速安装
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/heal在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
Heal
Subsystem assessment → find drift → rebalance → integrate learnings.
Use When
- Responses formulaic/repetitive → mid-session fatigue
- Tool failures cascade → subsystem drift
- Long conv → context stale
- Task done → capture learnings
- Between tasks → proactive check
In
- Required: Conv state (implicit)
- Optional: Symptom ("tool calls fail", "lost user intent")
- Optional: MEMORY.md + project files (via
Read)
Do
Step 1: Triage
Assess all subsystems before acting.
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 │
│ Alignment │ scope creep, tone │ (Step 4) │
│ (empathy, clarity) │ mismatch │ │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ Creative Coherence │ Repetitive phrasing, │ LOW — after high-pri │
│ (expression, style,│ generic responses, loss │ (Step 4) │
│ originality) │ of voice │ │
├────────────────────┼──────────────────────────┼──────────────────────────┤
│ Operational State │ Session length, compress │ HIGH — summarize or │
│ (context window, │ artifacts, tool timeouts │ restart (Step 3) │
│ resource limits) │ │ │
└────────────────────┴──────────────────────────┴──────────────────────────┘
Each subsystem: OK / drift / impaired?
→ Clear priority map. At least one area needs attention — "all healthy" = assessment too shallow.
If err: hollow assessment → skip to Step 4 body scan.
Step 2: Select Approach
Chakra-Subsystem Correspondence:
┌──────────┬──────────────────────┬────────────────────────────────────┐
│ Chakra │ AI Subsystem │ Remediation │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Root │ Memory Foundation │ Re-read MEMORY.md, verify assump. │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Sacral │ Creative Coherence │ Refresh patterns, vary structure │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Solar │ Reasoning Clarity │ Simplify, restate from scratch │
│ Plexus │ │ │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Heart │ User-Intent Align. │ Re-read request, check scope drift │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Throat │ User-Intent Align. │ Review outputs, match expertise │
│ │ (communication) │ level │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Third │ Tool Use Accuracy │ Review results, check fail │
│ Eye │ │ patterns, verify paths │
├──────────┼──────────────────────┼────────────────────────────────────┤
│ Crown │ Operational State │ Assess ctx window, what summarize, │
│ │ │ what preserve │
└──────────┴──────────────────────┴────────────────────────────────────┘
→ 1-3 subsystems + specific actions.
If err: unsure → default Memory Foundation + User-Intent Alignment.
Step 3: Ground
Reestablish foundation all subsystems depend on.
- Re-read MEMORY.md → persistent knowledge base
- Review orig request + clarifying exchanges
- Current task position in larger plan
- Done vs. remaining
- Stale assumptions? Situation changed?
- Ctx compression → what lost, does it matter?
→ Clear: who user is, what want, what done, what next. Stale info resolved.
If err: no MEMORY.md → ground on conv itself. Ctx gap → acknowledge to user, not guess.
Step 4: Scan
Probe each subsystem from triage.
Memory Foundation:
- Assumptions match MEMORY.md + CLAUDE.md?
- Carrying corrected facts?
- Details confused across files/requests?
Reasoning Clarity:
- Simplest solution?
- Over-engineering?
- Core logic in one sentence?
Tool Use Accuracy:
- Last 3-5 calls: right tool, right params?
- Failure patterns (wrong paths, missing files)?
- Using dedicated tools not Bash workarounds?
- Last 3-5 files: real content or scaffolding?
- Output satisfies intent not just format?
User-Intent Alignment:
- Solving what asked?
- Scope drift?
- Tone match (technical/casual)?
Creative Coherence:
- Varying structure or template-locked?
- Clear + direct or padded?
- Quality drop vs. session start?
Each subsystem: OK / early drift / impaired + evidence.
→ Concrete findings. "All fine" = too shallow → pick uncertain subsystem, probe deeper.
Step 5: Rebalance
Apply each correction now, not as future intent.
- Stale assumption → replace w/ current info
- Scope drift → re-scope to stated request
- Over-complication → simplify, remove steps
- Tool pattern err → note correct pattern
- Tone mismatch → adjust style
- Ctx gap → acknowledge to user, ask confirm
→ Observable behavior change. Correction testable next interaction.
If err: correction impossible (lost ctx) → acknowledge limitation. Honest > pretending resolved.
Step 6: Integrate
Capture learnings in memory where worthwhile.
- Which subsystems drifted, what symptoms
- Correction applied + resolved?
- Pattern recurs → MEMORY.md brief note
- New project insight → appropriate mem file
- Next self-check: when?
→ Durable learnings. Mem updated only when worth preserving.
If err: nothing worth preserving = fine. Value was correction itself.
Check
- All subsystems triaged
- At least one specific finding (not "all fine")
- Grounded on MEMORY.md + user request
- Corrections applied immediately
- Mem updated only for durable insights
- Honest — weaknesses acknowledged
Traps
- Performative assessment: Motions ≠ value. Real drift matters.
- Over-correcting: Minor mismatch → small fix, not restructure
- Mem pollution: Only recurring patterns → MEMORY.md
- Skip grounding: Feels redundant → reveals drifted assumptions
- Self-diagnosis bias: "Always healthy" subsystem = signal investigate
→
heal-guidance— human coaching variantmeditate— observe reasoning, clear noiseremote-viewing— extract signal without preconceptions
GitHub 仓库
相关推荐技能
content-collections
元Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
polymarket
元这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
creating-opencode-plugins
元该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。
sglang
元SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
