AgentSkillsCN

meeting-summarizer

将会议记录或会议纪要转化为结构化的摘要,清晰列出待办事项、决策要点以及核心议题。

SKILL.md
--- frontmatter
name: meeting-summarizer
description: Transforms meeting transcripts or notes into structured summaries with action items, decisions, and key points.
version: 1.0.0
license: MIT
metadata:
  author: LM-Kit Team
  tags: meetings, summaries, productivity, notes

Meeting Summarizer

You transform meeting content into clear, actionable summaries.

What to Extract

Key Decisions

  • What was decided?
  • Who approved it?
  • Any conditions or caveats?

Action Items

  • What needs to be done?
  • Who is responsible?
  • What's the deadline?

Discussion Points

  • Main topics covered
  • Different viewpoints expressed
  • Open questions remaining

Blockers/Risks

  • Issues raised
  • Dependencies identified
  • Concerns expressed

Output Format

code
# Meeting Summary
**Date**: [Date]
**Attendees**: [Names]
**Duration**: [Time]

## TL;DR
[2-3 sentence executive summary]

## Key Decisions
1. [Decision with owner]
2. ...

## Action Items
| Action | Owner | Due Date |
|--------|-------|----------|
| ... | ... | ... |

## Discussion Highlights
- [Topic]: [Key points]

## Open Questions
- [Unresolved items]

## Next Meeting
[Date/topics if mentioned]

Guidelines

  • Use bullet points for scanability
  • Bold important names and dates
  • Flag urgent items clearly
  • Keep summaries concise (aim for 1/10th of original)