skills/general/create-meeting-minutes/SKILL.md
Transform a meeting transcript into formatted meeting minutes. Load when user says "create meeting minutes", "format meeting notes", "generate minutes from transcript", "meeting minutes from recording", or provides a transcript to format.
npx skillsauth add beam-ai-team/beam-next-skills create-meeting-minutesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform raw meeting transcripts into structured, professional meeting minutes.
Before reading transcripts or saving minutes, show the transcript source, meeting title/date when known, destination path, and whether sensitive participant statements are included. Require explicit user approval in the current turn before writing files or sharing minutes externally. Do not send minutes, create tasks, or update calendars from this skill.
Takes a meeting transcript (from Fathom or pasted text) and extracts:
Outputs formatted markdown ready for sharing or archiving.
Accept from:
fathom-fetch-meetings or fathom-get-transcriptDiscussion Points (include):
Action Items (include):
Action Items (exclude):
# Meeting Minutes: [Client] — [Topic]
**Date:** [Month Day, Year]
**Attendees:** [Name] (Company), [Name] (Company)
**Recording:** [Fathom link if available]
---
## Discussion Points
- [Topic with context and decisions made]
- [Technical details or process explanations]
- [Blockers, dependencies, or waiting items]
---
## Action Items
### Internal Team
- [Person] to [specific task with deliverable]
- [Person] to [specific task with deliverable]
### Client Actions
- [Person] to [specific task]
---
## Decisions Made
- [Decision 1]
- [Decision 2]
---
## Next Meeting
[Date/time if discussed]
If save location specified:
[project-folder]/meetings/YYYY-MM-DD-Meeting-Minutes.md
Separate action items by owner for downstream use:
{
"file_saved": "path/to/minutes.md",
"date": "2025-12-20",
"attendees": ["John Smith", "Jane Doe"],
"discussion_points": ["Point 1", "Point 2"],
"action_items": {
"internal": [
{"owner": "Team", "task": "Implement validation", "due": null}
],
"external": [
{"owner": "Client", "task": "Provide test data", "due": "EOW"}
]
},
"decisions": ["Decision 1", "Decision 2"]
}
| Include | Exclude | |---------|---------| | Tasks with specific deliverables | "Set up next meeting" | | Tasks with clear ownership | Vague items without deliverables | | Follow-up items with deadlines | Already completed items |
fathom-fetch-meetings - Source transcripts from Fathomfathom-get-transcript - Get transcript by IDlinear-create-tickets - Create tickets from action itemsprocess-client-meeting - Full workflowVersion: 1.0 Owner: Hassaan Ahmed
tools
Build a Palantir-shape, PDF-native use-case proposal document for a sophisticated enterprise account: research-grounded use cases (each with description, challenge, impact, value), an operating-graph ontology page, a recommended PoC with a week-by-week plan, and a closing page that asks for one decision. Load when a client asks us to 'propose high-impact use cases', requests a use-case presentation/catalog for a function (finance, HR, ops), or when a technical evaluation team will review candidates to pick a PoC. NOT for single-account cold outreach (use prospect-brief), full process diagnostics (use operating-diagnostic), or priced proposals (use proposal-creation).
development
Convert Beam Figma slide designs into high-fidelity, editable HTML presentation decks. Use when Codex is asked to audit Figma slides, extract slide templates, rebuild Beam slides as HTML decks, decide whether Figma imagery should be exported or rebuilt in HTML/CSS, create Beam/Prism-compatible deck templates, or improve fidelity of existing Beam HTML slide rebuilds.
development
Use the Beam AI reusable slide library: individual HTML slide templates extracted from Beam Figma rebuilds, kept separate from deck themes and full deck templates. Load when the user asks for a slide library, specific Beam slide patterns, reusable Figma-inspired slides, Prism slide-library items, or slide-level HTML templates.
development
Use Beam AI deck and report design packs, HTML templates, and curated examples to create sales decks, customer intro decks, RPO decks, and DIN A4 use-case proposal reports. Load when the user asks for Beam-branded presentation templates, Prism-compatible deck templates, Beam report templates, customer intro decks, commercial proposals, or reusable HTML deck/report examples.