document-summary

328installs4stars

Install to Claude Code

npx -y skills add https://github.com/tatat/agents-playground --skill document-summary

Description

document summary

SKILL.md

---
name: document-summary
description: Summarize documents, extract key points, and generate structured outlines
---

# Document Summary

Summarize long documents and extract key information.

## Capabilities

- Generate concise summaries (executive, detailed, bullet points)
- Extract key points and main arguments
- Create structured outlines
- Identify important entities and topics

## Summary Types

### Executive Summary
- 2-3 paragraphs
- Focus on conclusions and recommendations
- Target audience: decision makers

### Detailed Summary
- Comprehensive coverage of main points
- Preserves important details
- Target audience: stakeholders needing full context

### Bullet Points
- Quick-scan format
- Key facts and figures
- Target audience: busy readers

## Output Format

```markdown
## Summary
[Brief overview in 2-3 sentences]

## Key Points
- Point 1
- Point 2
- Point 3

## Main Topics
1. Topic A - brief description
2. Topic B - brief description

## Action Items (if applicable)
- [ ] Action 1
- [ ] Action 2
```

## Best Practices

- Preserve original meaning and intent
- Maintain neutral tone
- Include quantitative data when available
- Note any caveats or limitations