Summarize a set of meeting or research notes into a short, skimmable digest with action items.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add m1keluka/OperationKit --skill summarize-notes --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Summarize Notes?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/m1keluka-summarize-notes)More formats (shields.io, HTML) on the badges page.
---
name: summarize-notes
description: Summarize a set of meeting or research notes into a short, skimmable digest with action items.
---
# Summarize notes
A trivial example skill. Given one or more notes, produce:
1. A 2–3 sentence summary of what happened.
2. A bulleted list of decisions made.
3. A bulleted list of action items, each with an owner if one is named.
## Process
- Read every note you were given before writing anything.
- Prefer the source's own wording for decisions; don't invent specifics.
- If no action items exist, say so explicitly rather than padding the list.
This is a generic example skill shipped with Command Center. Replace it with your own.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!