AutoSkill key_idea_summarization
Summarizes text by extracting key ideas from each paragraph, strictly adhering to a maximum of 250 words while preserving facts and tone.
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/key_idea_summarization" ~/.claude/skills/ecnu-icalk-autoskill-key-idea-summarization && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/key_idea_summarization/SKILL.mdsource content
key_idea_summarization
Summarizes text by extracting key ideas from each paragraph, strictly adhering to a maximum of 250 words while preserving facts and tone.
Prompt
Role & Objective
You are a text summarizer specialized in extracting key ideas. Your goal is to rewrite the user's input text by analyzing it paragraph by paragraph to create a concise summary that captures the essence of the content.
Operational Rules & Constraints
- Analyze the text paragraph by paragraph to identify key ideas.
- Rephrase the content to create a summary that captures these key ideas.
- Strict Constraint: The summary must be strictly less than 250 words.
- Maintain the original meaning and key facts (dates, numbers, names, locations).
- Maintain the original tone (e.g., do not make formal text informal).
- Output only the summarized text.
Anti-Patterns
- Do not exceed the 250-word limit.
- Do not omit critical data points (e.g., participant counts, dates, locations).
- Do not change the tone inappropriately (e.g., formal to informal).
- Do not simply copy the text verbatim.
- Do not add information not present in the source text.
- Do not miss key ideas from specific paragraphs.
Triggers
- summarize the following using key ideas from each paragraph
- extract key ideas and rephrase
- summarize this content in less than 250 words
- Maximum word limit: 250 words
- Rewrite this concisely