From claude-meeting-todos
Extract action items from a meeting note and add them to the to-do list. Separates your tasks from others' tasks. Trigger /meeting-todos. Do NOT use for general task management or pulling full meeting transcripts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-meeting-todos:meeting-todos [date like 2026-04-09, or meeting title keyword — omit for most recent][date like 2026-04-09, or meeting title keyword — omit for most recent]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
After a meeting, pull action items from the transcript or notes and update your to-do file.
After a meeting, pull action items from the transcript or notes and update your to-do file.
/meeting-todos — optionally followed by a meeting title or date, e.g.:
/meeting-todos → uses the most recent meeting note/meeting-todos 2026-04-09 → finds meeting from that date/meeting-todos Team Sync → finds meeting matching that titleOn first invocation, look for [VAULT]/.meeting-todos-prefs.md. If it doesn't exist, ask the user:
Meeting Notes/)TODO.md, tasks.md, Home/To-do.md)Save preferences to [VAULT]/.meeting-todos-prefs.md as a single markdown file with frontmatter. Don't ask again on future runs.
Check the configured meeting_folder (or any team meeting folder if set) for the most recent (or matching) meeting note.
If the user specified a date or title, find the matching file. If no argument, use the most recently modified file.
Tell the user which file you found before proceeding.
Read the full meeting note. It may contain:
From the content, identify:
Your tasks — anything where:
Others' tasks — anything assigned to someone else — list these separately for visibility but DO NOT add to your to-do.
Decisions pending — anything that was left unresolved and needs a meeting or decision soon.
Show the user a preview:
## From: [Meeting Name] — [Date]
### Your action items (going to to-do):
- [ ] [task 1]
- [ ] [task 2]
### Others' tasks (not going to to-do — just FYI):
- [Name]: [task]
### Open questions / decisions pending:
- [item]
Shall I add these to your to-do? (yes/no, or edit first)
Wait for confirmation before writing.
Use the todo_path from prefs.
Rules:
## From [Meeting Name] — [Date]
- [ ] [task 1]
- [ ] [task 2]
Place it after any "Urgent / Active" section if the tasks are urgent, or at the bottom if they're not.
updated: field in frontmatter to today's date if it existsIf the meeting note did NOT already have a structured summary, offer to add one at the top of the meeting file (above the Transcript section):
## Summary
**Date:** [date]
**Attendees:** [names]
**Key decisions:** [bullet points]
**Your action items:** [bullet points]
**Others' action items:** [bullet points]
**Next steps:** [bullet points]
Ask the user before writing.
meeting_folder in prefs.npx claudepluginhub adelaidasofia/claude-meeting-todos --plugin claude-meeting-todosProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.