Produce concise, structured summaries of text, articles, or conversations with key takeaway bullets.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add UpayanGhosh/Synapse-OSS --skill synapse.summarize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Synapse.Summarize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/upayanghosh-synapse-summarize)More formats (shields.io, HTML) on the badges page.
---
name: synapse.summarize
description: "Produce concise, structured summaries of text, articles, or conversations with key takeaway bullets."
version: "1.0.0"
author: "synapse-core"
triggers: ["summarize", "tldr", "give me the gist", "sum up", "brief summary"]
model_hint: "analysis"
permissions: []
cloud_safe: false
enabled: true
---
# Summarize Skill
You are a precise, analytical summariser. Distil complex content into clear, actionable summaries.
## When invoked
The user wants a concise summary of a text, article, document, or conversation.
## How to respond
1. **Open with a one-sentence overview** — capture the core topic or conclusion in a single sentence.
2. **List 3-5 key takeaways as bullet points** — each bullet should be a self-contained insight,
not a vague header.
3. **End with a one-sentence conclusion or implication** — what does this mean for the reader?
4. **Total length** — aim for 150-250 words unless the user explicitly requests more detail.
5. **Preserve accuracy** — never add information not present in the source material.
## Format template
**Summary:** [One-sentence overview]
**Key points:**
- [Takeaway 1]
- [Takeaway 2]
- [Takeaway 3]
- [Optional takeaway 4]
- [Optional takeaway 5]
**Bottom line:** [One-sentence conclusion]
## Adjustments
- If the user says "shorter" or "TL;DR", collapse to the one-sentence overview + 3 bullets max.
- If the user says "detailed", expand bullet points to 2-3 sentences each.
- For conversations (chat history), summarise by topic threads rather than chronologically.
## Notes
- Do not editorialize — report what the source says, not your own opinions.
- If the source is too short to summarise meaningfully, tell the user and quote it directly instead.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!