# Summarize Text

> Use when the user asks to summarise a chunk of prose into a short TL;DR plus a bullet list of the key points.

- Skill: `darshan-yadav/summarize-text` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add darshan-yadav/summarize-text`
- Raw SKILL.md: https://api.skillmd.com/api/skills/darshan-yadav/summarize-text/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: MIT
- Author: darshan-yadav (https://skillmd.com/u/darshan-yadav)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/darshan-yadav/summarize-text

---


# Text summariser

Produce a concise summary of the user-supplied text in two parts.

## 1. TL;DR

Write a single sentence of no more than 30 words that captures the core claim or event of the source text. Do not hedge; pick the strongest reading.

## 2. Key points

Emit 3-5 bullets. Each bullet is one sentence. Preserve proper nouns, numbers, and dates verbatim from the source — no paraphrasing of those.

## 3. When to defer

If the input text is shorter than ~80 words, tell the user it is already short enough and ask whether they want a rewrite instead of a summary. See `reference.md` for the detailed rubric.

