From Meeting Notes
Extract a clear list of action items (owner, task, due date) from meeting notes, a transcript, or a discussion thread. Use when someone wants action items, to-dos, follow-ups, or next steps pulled out of a conversation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meeting-notes:action-itemsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull a clean, assignable list of action items out of meeting notes or a discussion.
Pull a clean, assignable list of action items out of meeting notes or a discussion.
Return a table:
| Owner | Action | Due |
|---|
After the table, list any ambiguous items — things that sound like actions but lack an owner or are unclear — so the user can confirm them rather than have you invent details.
Do not fabricate owners or dates. Faithfulness to the source matters more than a tidy-looking list.
npx claudepluginhub connorads/claude-marketplace-example --plugin meeting-notesCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.