self-repair
10
总安装量
2
周安装量
#29831
全站排名
安装命令
npx skills add https://github.com/simhacker/moollm --skill self-repair
Agent 安装分布
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
cline
1
Skill 文档
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:
- Detect â Checklist finds missing/invalid state
- Repair â Demon creates/fixes what’s needed
- Log â Document what was repaired
- Continue â Never crash, always converge
Contents
| File | Purpose |
|---|---|
| SKILL.md | Full protocol documentation |
| CHECKLIST.yml.tmpl | Checklist template |
Repair Demons
| Demon | Watches For |
|---|---|
checklist_repairer |
Missing canonical files |
sticky_note_maintainer |
Missing sidecar metadata |
membrane_keeper |
Files 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
| Skill | Relationship |
|---|---|
| session-log/ | Self-repair monitors log integrity |
| summarize/ | Triggered when context exceeds budget |
| honest-forget/ | Graceful memory decay |
Protocol Symbols
| Symbol | Link |
|---|---|
NEVER-CRASH |
PROTOCOLS.yml |
REPAIR-DEMON |
PROTOCOLS.yml |
ROBUST-FIRST |
PROTOCOLS.yml |
BEST-EFFORT |
PROTOCOLS.yml |
Kernel
- kernel/self-healing-protocol.md â Full specification
- schemas/agent-directory-schema.yml â What gets repaired
Navigation
| Direction | Destination |
|---|---|
| â¬ï¸ Up | skills/ |
| â¬ï¸â¬ï¸ Root | Project Root |
| ð Sister | session-log/ |