home/writing/summarize-6

Summarize

GPTClaudeGemini··926 copies·updated 2026-07-14
summarize-6.prompt
---
name: summarize
description: Summarizes a piece of text into concise bullet points
model: claude-sonnet-4-6
provider: anthropic
temperature: 0.3
max_tokens: 512
vars:
  text: string
  style: string = bullet points
  max_bullets: int = 5
---

Summarize the following text as {{style}}.
Use no more than {{max_bullets}} bullets.
Be concise — each bullet should be one sentence.

Text to summarize:
{{text}}

fill the variables

This prompt has 3 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{style}{{max_bullets}{{text}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo maneesh-kumar-thakur/Prompt-Run (MIT). A "Summarize" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

writingcommunitygeneral

source

maneesh-kumar-thakur/Prompt-Run · MIT