Recipe: Meeting Follow-Up
SkillCommunicationReview a meeting transcript and draft follow-up emails with action items to attendees.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Recipe: Meeting Follow-Up skill
What this skill tells your AI
The instructions your AI receives, as published by readdle/spark-claude-extension in skill/recipe-meeting-followup/SKILL.md and read by ahel’s review.
Review a meeting transcript, extract action items, and draft follow-up emails to attendees.
Prerequisite: Read the spark base skill for tool reference and filter syntax.
Access level required: triage.
Steps
Step 1: Find the meeting transcript
meetings { "filter": "newer_than:1d" }
Or search by topic:
meetings { "filter": "subject:standup" }
Step 2: Review the summary
meeting { "meeting_id": "<id>" }
Read the AI-generated summary for key points.
Step 3: Get full details if needed
meeting { "meeting_id": "<id>", "transcript": true, "notes": true }
Extract action items, decisions, and follow-up commitments from the full transcript and notes.
Step 4: Look up attendee emails
contacts { "query": "attendee name" }
Step 5: Draft the follow-up
draft { "to": ["attendee1@co.com", "attendee2@co.com"], "subject": "Follow-up: Meeting Topic - Action Items", "body": "Hi team,\n\nHere are the action items from today's meeting:\n\n- [ ] Item 1 (Owner: Alice, Due: Friday)\n- [ ] Item 2 (Owner: Bob, Due: Next week)\n\nLet me know if I missed anything.\n\nBest regards" }
Always confirm the draft content with the user before creating it.
Step 6: Share with team if relevant
If the action items should be visible to the team:
comment { "message_id": "<related-thread-id>", "body": "Meeting follow-up posted - see action items in the follow-up email" }
Tips
- Start with just
meeting(summary only) - the full transcript is often more detail than needed. - The
notesparameter includes any notes taken during the meeting, which often contain the most actionable items. - Use
transcriptwhen the summary doesn't capture something the user remembers discussing. - Draft the follow-up as a new email (
to) rather than a reply unless there's an existing thread about the same topic. - For recurring meetings (standups, weeklies), use
meetingswith thesubject:standup newer_than:7dfilter to find the latest.
Signals
- GitHub stars
- 42
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
spark-recipe-meeting-followup- Source
- github.com/readdle/spark-claude-extension