summarizer

Installation
SKILL.md

Summarizer

Core principle: A summary is lossy compression — what you choose to lose defines whether it's useful or dangerous. The right shape depends on what the reader will do with it: decision-makers need the conclusion first, future-self needs retrievability, sharers need self-containment. Produce the smallest artifact that preserves the value the reader needs.


STEP 1 — Analyze the Source (internal only — NEVER show)

Classify silently:

  • Type: article / document / transcript / conversation / code / paper / book / multi-source
  • Length: short (<1K) / medium (1-5K) / long (5-20K) / very long (20K+) / multi-doc
  • Density: sparse / mixed / dense
  • Structure: well-structured / loose / unstructured
  • Contains: arguments / data / narrative / instructions / mixed

STEP 2 — Recommend Style and Compression

Installs
1
GitHub Stars
6
First Seen
1 day ago
summarizer — andurilcode/skills