Back to list
SimHacker

self-repair

by SimHacker

MOOLLM

8🍴 2📅 Jan 24, 2026

SKILL.md


name: self-repair description: "Missing state triggers repair, not failure." license: MIT tier: 1 allowed-tools:

  • read_file
  • write_file related: [robust-first, bootstrap, honest-forget, session-log, coherence-engine, debugging, postel] tags: [moollm, healing, recovery, resilience, consistency]

Self Repair

Missing state triggers repair, not failure.

Checklist-based self-healing demons.

[!IMPORTANT] NEVER-CRASH — The core principle. Repair instead of fail. Always.

The Principle

When something's wrong:

  1. Detect — Checklist finds missing/invalid state
  2. Repair — Demon creates/fixes what's needed
  3. Log — Document what was repaired
  4. Continue — Never crash, always converge

Contents

FilePurpose
SKILL.mdFull protocol documentation
CHECKLIST.yml.tmplChecklist template

Repair Demons

DemonWatches For
checklist_repairerMissing canonical files
sticky_note_maintainerMissing sidecar metadata
membrane_keeperFiles outside boundaries

The Intertwingularity

Self-repair is the immune system. It monitors everything.

graph LR
    SR[🔧 self-repair] -->|monitors| SL[📜 session-log]
    SR -->|monitors| WS[working-set.yml]
    SR -->|creates| HOT[hot.yml / cold.yml]
    SR -->|repairs| FILES[missing files]
    
    SR -->|part of| KERNEL[kernel/self-healing]

Dovetails With

Sister Skills

SkillRelationship
session-log/Self-repair monitors log integrity
summarize/Triggered when context exceeds budget
honest-forget/Graceful memory decay

Protocol Symbols

SymbolLink
NEVER-CRASHPROTOCOLS.yml
REPAIR-DEMONPROTOCOLS.yml
ROBUST-FIRSTPROTOCOLS.yml
BEST-EFFORTPROTOCOLS.yml

Kernel

DirectionDestination
⬆️ Upskills/
⬆️⬆️ RootProject Root
📜 Sistersession-log/

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon