Summarizer
About
The Summarizer Skill condenses large text content into concise summaries, supporting bullet-points, paragraphs, or executive-summary formats. It analyzes text to identify key themes and main points while removing redundancy. Developers should use it for efficient content processing when they need to extract essential information from lengthy documents.
Documentation
name: Summarizer version: 1.0.0 description: Summarizes large text content into concise summaries category: analysis tools:
- text_analysis
- nlp input_schema: content: type: string description: Text content to summarize style: type: string enum: [bullet-points, paragraphs, executive-summary] default: bullet-points max_length: type: number description: Maximum length in words default: 500 output_format: markdown estimated_tokens: 1000 author: SkillsFlow tags:
- summarization
- analysis
- content-processing
Summarizer Skill
Purpose
Convert large blocks of text into concise, well-organized summaries while preserving key information.
How It Works
- Analyze the input text for key themes
- Identify main points and supporting details
- Remove redundancy and unnecessary information
- Organize summary in requested format
- Return formatted summary
Supported Styles
Bullet Points
Quick overview with key facts as bullets
Paragraphs
Narrative summary in paragraph form
Executive Summary
Professional summary with key takeaways
Example Usage
Input: "Long research paper about climate change..."
Style: executive-summary
Max Length: 300 words
Output: Professional summary of findings
Constraints
- Maximum 30,000 character input
- Output respects max_length parameter
- Preserves factual accuracy
- 15-second timeout
Quality Metrics
✓ Captures 80%+ of original meaning ✓ Reduces length by 60-80% ✓ Well-structured output ✓ No information loss on key points
Use Cases
- Research paper summarization
- Meeting notes compression
- Document review
- Content curation
Quick Install
/plugin add https://github.com/Quintusnz/SideKIckOS_V2/tree/main/summarizerCopy and paste this command in Claude Code to install this skill
GitHub 仓库
Related Skills
performance-analysis
OtherThis skill provides comprehensive performance analysis for Claude Flow swarms, detecting bottlenecks and profiling operations. It generates detailed reports and offers AI-powered optimization recommendations to improve swarm performance. Use it when you need to monitor, analyze, and optimize the efficiency of your Claude Flow implementations.
when-analyzing-performance-use-performance-analysis
OtherThis skill provides comprehensive performance analysis and bottleneck detection for Claude Flow swarms. It identifies optimization opportunities and delivers actionable recommendations to improve system performance. Use it when you need to profile workflows, analyze metrics, and benchmark your swarm's efficiency.
when-optimizing-prompts-use-prompt-optimization-analyzer
OtherThis diagnostic tool analyzes prompt quality to detect anti-patterns, identify token waste, and provide optimization recommendations. Developers should use it before publishing new skills, when prompts exceed token budgets, or when responses are inconsistent. It helps improve clarity, reduce token usage, and enhance prompt effectiveness.
performance-analysis
OtherThis skill provides comprehensive performance analysis and bottleneck detection for Claude Flow swarms. It identifies issues across communication, processing, memory, and network layers while offering AI-powered optimization recommendations. Use it for real-time monitoring, profiling swarm operations, and generating detailed performance reports.
