summarize
10
总安装量
10
周安装量
#29128
全站排名
安装命令
npx skills add https://github.com/simhacker/moollm --skill summarize
Agent 安装分布
cline
10
command-code
10
claude-code
10
github-copilot
10
codex
10
gemini-cli
10
Skill 文档
Summarize
Compress without losing truth. Backlink to sources.
Context compression for memory management.
[!IMPORTANT] Always backlink. Every summary points to its source. Never orphan knowledge.
The Goal
When files are too large for context:
- Summarize â Extract key information
- Backlink â Point to original source
- Prioritize â Hot/cold hints for what matters
- Preserve â Never delete, just compress
Contents
| File | Purpose |
|---|---|
| SKILL.md | Full protocol documentation |
| SUMMARIES.yml.tmpl | Summary template |
Example
summary:
source: "designs/original-design.md"
created: "2025-12-30"
key_points:
- "Files are state, no hidden memory"
- "YAML comments carry meaning"
backlink: "../designs/original-design.md"
full_context_needed_for:
- "Implementation details"
- "Edge cases"
The Intertwingularity
Summarize enables the LIFT stage â compress wisdom for sharing.
graph LR
SUM[ð summarize] -->|compresses| SL[ð session-log]
SUM -->|compresses| RN[ð research-notebook]
SUM -->|enables| HF[ð«ï¸ honest-forget]
SUM -->|part of| PLL[ð®ðð play-learn-lift LIFT]
SR[ð§ self-repair] -->|triggers| SUM
Dovetails With
Sister Skills
| Skill | Relationship |
|---|---|
| play-learn-lift/ | Summarize IS LIFT â share wisdom |
| honest-forget/ | Summarize before forgetting |
| session-log/ | Source material to compress |
| research-notebook/ | Findings to distill |
| self-repair/ | Triggers when context exceeds budget |
| memory-palace/ | Place summaries in palace rooms |
Protocol Symbols
| Symbol | Link |
|---|---|
SUMMARIZE |
PROTOCOLS.yml |
HONEST-FORGET |
PROTOCOLS.yml |
HOT-COLD |
PROTOCOLS.yml |
Kernel
- kernel/memory-management-protocol.md â Full specification
Navigation
| Direction | Destination |
|---|---|
| â¬ï¸ Up | skills/ |
| â¬ï¸â¬ï¸ Root | Project Root |
| ð«ï¸ Sister | honest-forget/ |
| ð® Sister | play-learn-lift/ |