Agent skill

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill key_idea_summarization --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.2
Path: SkillBank/ConvSkill/english_gpt3.5_8/key_idea_summarization/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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. ## Tr

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the key_idea_summarization skill do?

Summarizes text by extracting key ideas from each paragraph, strictly adhering to a maximum of 250 words while preserving facts and tone.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill key_idea_summarization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going