Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Transforms raw meeting notes, transcripts, or recordings text into a concise, scannable summary with clear sections for decisions made and owned action items (owner + due date). Use this skill when the user asks to "summarize this meeting", "turn these notes into a summary", "extract action items", "who agreed to what", "write meeting minutes", "TLDR this transcript", "pull decisions and next steps", or pastes a Zoom/Teams/Google Meet transcript and wants it condensed. Also applies to standups,
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 198% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 289% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 373% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 361% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 439% | 0% |
This skill converts messy meeting input (chat transcripts, dictated notes, bullet dumps, recording transcripts) into a structured, decision-oriented summary that a busy reader can absorb in under a minute. The output prioritizes the two things people actually need after a meeting: what was decided and who owes what by when.
Keywords: meeting minutes, summary, recap, action items, decisions, owners, due dates, TLDR, standup, retro, 1:1, transcript, notes.
The non-negotiable rule: every action item must have an owner. If the source does not name one, the action item is flagged as OWNER: UNASSIGNED rather than silently dropped or guessed.
Use this skill whenever the user wants raw meeting content distilled. Triggers include pasting a transcript, asking for "minutes", "a recap", "key takeaways", "next steps", or "the TLDR". Do not use it for live note-taking guidance or scheduling — only for processing content that already exists.
Follow these steps in order.
Date: not stated.UNASSIGNED.templates/summary.md. Lead with a 1–3 sentence TLDR, then Decisions, then Action Items (as a table), then Discussion, then Open Questions. Omit any empty section except Action Items (which always renders, even if to state "None captured").references/checklist.md before delivering. Most importantly verify the no-orphan-actions rule and that no decision was downgraded to a discussion bullet.# <Meeting Topic> — Summary
Date: ... | Attendees: ...
## TLDR
1–3 sentences.
## Decisions
- ...
## Action Items
| # | Action | Owner | Due |
## Discussion Highlights
- ...
## Open Questions / Risks
- ...See templates/summary.md for the full fill-in template and examples/standup-recap.md for a complete worked example.
Use this quick test on each notable line:
When something is both a decision and spawns work (e.g., "We'll launch Tuesday — Sam, prep the release notes"), record the decision in Decisions AND the task in Action Items.
For tone, owner-resolution edge cases, and a helper script, see the references below.
scripts/extract_actions.py is a zero-dependency Python tool that scans a notes/transcript file for likely action-item and decision lines using cue-word heuristics, and prints them grouped — a fast first pass before you write the polished summary. Run:
python3 scripts/extract_actions.py meeting.txt
python3 scripts/extract_actions.py meeting.txt --jsonIt is a draft aid, not a replacement for reading the full input.
UNASSIGNED instead.See references/checklist.md for the full pre-delivery QA list and references/owner-resolution.md for handling tricky attribution cases.
Other measured skills in the registry, with their headline benchmark lift.