Meeting notes
Skill openagentskills/betterskills/skills/productivity/meeting-notes
Portable, open catalogue of agent skills for Cursor, Claude Code, Windsurf, Copilot, and other AI coding assistants.
npx -y skills add openagentskills/betterskills --skill meeting-notesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Turns meeting transcripts, bullet dumps, or voice notes into structured minutes with decisions, action items, and owners. Use after meetings, for standup summaries, or when the user pastes raw meeting notes.
SKILL.md
1.2 KB, as published. Nobody here has run it
Meeting Notes
Input
Accept: transcript, rough bullets, or attendee list + topics discussed.
Output template
# [Meeting title]
**Date:** YYYY-MM-DD
**Attendees:** Name1, Name2
**Facilitator:** [if known]
## Purpose
[One sentence]
## Discussion summary
- Topic 1 — key points
- Topic 2 — key points
## Decisions
| Decision | Owner | Effective |
|----------|-------|-----------|
| ... | ... | ... |
## Action items
| Action | Owner | Due |
|--------|-------|-----|
| ... | ... | YYYY-MM-DD or TBD |
## Open questions
- ...
## Next meeting
[Date/time or "TBD"]
Rules
- Do not invent decisions or commitments not in the source
- Mark unclear owners as TBD
- Keep summary scannable; move detail to bullets
- Redact sensitive personal data unless user requests retention
Follow-up email (optional)
If asked, produce a 3-paragraph email: context, decisions, actions with owners.