# Tldr

> Reduces a target to the tip of the inverted pyramid: its core conclusion in a short paragraph, dropping supporting detail and reasoning, then tightened to the fewest words.

- **Type:** Skill
- **Install:** `agentstack add skill-gsarig-skills-tldr`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [gsarig](https://agentstack.voostack.com/s/gsarig)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [gsarig](https://github.com/gsarig)
- **Source:** https://github.com/gsarig/skills/tree/main/skills/tldr

## Install

```sh
agentstack add skill-gsarig-skills-tldr
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

## Steps

### 1. Resolve the target

The target is, in priority order: (a) text or a reference passed as an argument; (b) a specific block the user named ("tldr the second paragraph"); or (c) the immediately preceding reply if nothing is specified. If the target is ambiguous, ask which block. Do not guess.

### 2. Keep only the tip

Find the single core conclusion or answer, the one thing the reader needs. Drop everything below it in the pyramid: reasoning, justification, elaboration, examples, and background. Drop any caveat that does not change the conclusion; keep one only if its removal would mislead. The result is a short paragraph, the lede, not a recap of the whole.

### 3. Tighten the tip

On that paragraph, strip words to the minimum:

1. Ask: could this say the same with fewer words? Cut every word the reader can derive or that carries no meaning.
2. Re-read and ask again.
3. Repeat until no word can be removed without losing meaning. If it is already there, leave it unchanged.

### 4. Keep it natural prose

Full grammatical sentences. No telegraphic fragments, headline style, or clipped parallel clauses. Keep subjects, articles, and pronouns ("I worked on it," not "Worked on it"), and use full words, not slang or abbreviations. Density comes from dropping detail and redundant words, not from breaking syntax.

## Important: output only the tip

Emit the core point and nothing else: no reasoning, no "here's why," no supporting detail, no preamble or label, no closing offer. If the reader wants the rest, they will ask.

Example:

- Full: "I looked at three options. Caching would help but adds complexity, and a queue is overkill for this volume, so the simplest fix is to add an index on the user_id column, which should cut the query time enough."
- Tip: "Add an index on user_id; that alone should fix the query time."

The tip keeps the conclusion and drops the comparison of options, while staying a full sentence.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [gsarig](https://github.com/gsarig)
- **Source:** [gsarig/skills](https://github.com/gsarig/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-gsarig-skills-tldr
- Seller: https://agentstack.voostack.com/s/gsarig
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
