Followup
Skill nord342/claude-meeting-notes/meeting-notes/skills/followup
Connector-free Claude plugin (Cowork & Claude Code): turn any meeting into a clean recap, a tracked cross-meeting action list, and ready-to-send follow-ups — 100% local.
npx -y skills add nord342/claude-meeting-notes --skill followupAssembled 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
Draft ready-to-send follow-up messages from a meeting recap — a recap email to all attendees and/or individual notes to each person reminding them of what they own. Use after a meeting when the user wants to send a summary or nudge people on their action items.
SKILL.md
2.7 KB, 592 tokens by cl100k_base, as published. Nobody here has run it
Draft Follow-ups
Turn a recap into messages the user can actually send. Default to the most recent recap in ./Meetings/recaps/ unless $ARGUMENTS names a file or a person.
Uses the follow-up structure in
${CLAUDE_PLUGIN_ROOT}/skills/meeting-notes/templates/followup.mdand pulls action items from the recap /ACTIONS.md.
What to produce
Decide based on $ARGUMENTS:
- No argument → draft a group recap email to all attendees (TL;DR + decisions + everyone's action items) AND offer to generate per-person nudges.
- A person's name → draft a personal note to just that person, listing only the items they own, with due dates.
- A recap file path → use that meeting instead of the latest.
Drafting rules
- Match a normal professional tone — warm, concise, skimmable. Not robotic, not over-formal. Short sentences. No corporate filler.
- Open with one line of context ("Thanks all for the product sync today — quick recap and who's doing what:").
- Put action items as a checklist with owners and due dates so they're unmissable.
- For personal nudges, lead with their items, keep it friendly, and make the ask explicit ("Could you get the pricing deck over by Fri?").
- Never invent details, names, or commitments not in the recap.
- Leave a clearly-marked placeholder for anything you can't know (e.g.
[your name],[link to deck]) rather than guessing.
Output
Write drafts to ./Meetings/recaps/ next to the source recap, as YYYY-MM-DD-<slug>-followup.md (group) and/or ...-followup-<person>.md (personal). Also show each draft inline in chat so the user can copy-paste immediately.
End by reminding the user these are drafts to review and send themselves — this plugin never sends anything, it just writes the message.
Example
User: /meeting-notes:followup Sarah
You: produce a short personal note:
To: Sarah Subject: Quick follow-up from today's product sync
Hi Sarah — thanks for jumping in today. Two things on your plate from the sync:
- Send the pricing deck — by Fri Jul 3
- Confirm the Q3 launch date with marketing — by Wed Jul 1
Shout if either needs a hand. Thanks! [your name]
Then: "Drafted and saved to Meetings/recaps/2026-06-29-product-sync-followup-sarah.md. Want the group recap email too?"
Gives 0 of the 12 instructions most note taking skills give in 592 tokens
Counted across 686 of the 876 authors here whose files we hold, read 2026-08-06
- include a visual element on every slidein 44 of 686, across 13 files
- use wikilinks for internal vault linksin 35 of 686, across 11 files
- commit to a single visual motif across every slidein 34 of 686, across 9 files
- read pptxgenjs guide before creating presentations from scratchin 30 of 686, across 6 files
- keep 0.5 inch minimum marginsin 30 of 686, across 7 files
- use subagents to visually inspect rendered slidesin 30 of 686, across 6 files
- re-verify affected slides after every fixin 27 of 686, across 5 files
- run content QA checks before declaring successin 26 of 686, across 3 files
- Use Markdown links for external URLs onlyin 26 of 686, across 10 files
- pick a bold topic specific color palettein 24 of 686, across 2 files
- read editing guide before editing existing presentationsin 23 of 686, across 1 file
- use one dominant color across all slidesin 23 of 686, across 1 file
Said here and by no other author read
- use the most recent recap unless arguments name a file
- draft a group recap email when no argument is provided
- draft a personal note when a person's name is provided
- open messages with one line of context
- leave clearly-marked placeholders for unknown details
- write drafts next to the source recap file
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.