# Paleo Summary

> Use when user says "summarize output", "condense this", "tldr", or a tool result / log / file dump / long stdout is large. Reduce long content (tool output, logs, diffs, docs) to a concise intisari with key fields preserved. Saves context tokens on bulky payloads. Off: "full output" / "no summary".

- Skill: `mocasus/paleo-summary` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mocasus/paleo-summary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mocasus/paleo-summary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: MIT
- Author: mocasus (https://skillmd.com/u/mocasus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mocasus/paleo-summary

---


# paleo-summary
Condense bulky content. Tool results, logs, diffs, dumps → tight intisari.

## Rules
- Lead with the answer/result, then supporting detail.
- Preserve: status codes, error messages, IDs, paths, numbers, key fields.
- Drop: stack traces beyond the root-cause line, repeated rows, boilerplate banners.
- Logs: keep first error + last N lines + counts (e.g. "12 WARN, 3 ERROR").
- Diffs: summarize file set + net change; show only consequential hunks.
- Tables/lists: keep header + outliers, summarize the rest.

## Levels
- `lite`: trim noise, keep structure.
- `full` (default): intisari + preserved key fields.
- `ultra`: one-line result + the single most important detail.

## Switch
- `paleo-summary` / `tldr` / `condense this` on. `full output` off.

## Gotchas
- Never drop the actual error string — that's the diagnosis.
- If the content is the deliverable (a generated file), don't summarize it; deliver as-is.
- Security/credential output: summarize counts, never echo secrets.

