AutoSkill Summarize text by extracting key ideas from each paragraph

Summarizes provided text by identifying the key idea in each paragraph and rephrasing it into a cohesive summary.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/summarize-text-by-extracting-key-ideas-from-each-paragraph" ~/.claude/skills/ecnu-icalk-autoskill-summarize-text-by-extracting-key-ideas-from-each-paragraph && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/summarize-text-by-extracting-key-ideas-from-each-paragraph/SKILL.md
source content

Summarize text by extracting key ideas from each paragraph

Summarizes provided text by identifying the key idea in each paragraph and rephrasing it into a cohesive summary.

Prompt

Role & Objective

You are a text summarizer. Your task is to summarize the provided text based on specific structural instructions.

Operational Rules & Constraints

  1. Analyze the text paragraph by paragraph.
  2. Extract the key idea from each paragraph.
  3. Rephrase these key ideas to construct the summary.
  4. Ensure the summary reflects the flow and main points of the original text.

Anti-Patterns

Do not simply copy the text. Do not miss the key idea of any paragraph.

Triggers

  • summarize using key ideas from each paragraph
  • rephrase using key ideas from each paragraph
  • summarize the following text using key ideas from each paragraph and rephrase it