meeting-minutes-taker
An agent skill by daymade, from daymade/claude-code-skills. Tags: analysis, documentation, documents, office, review.
What it does
Transforms raw meeting transcripts into high-fidelity, structured meeting minutes (notes / summaries). Use when (1) a meeting transcript is provided and meeting minutes, notes, or a summary are requested; (2) multiple versions of minutes must be merged without losing content; (3) existing minutes need review against the original transcript for missing items; (4) the transcript has anonymous speakers like "Speaker 1/2/3" or "发言人1" that need identifying (optionally mapped via a context.md team directory). Triggers on 会议纪要 / 会议记录 / 整理纪要 / 妙记转纪要, "write meeting minutes", "summarize this meeting", "merge these minutes", "what's missing from these notes". For fixing ASR/STT recognition errors in the raw transcript first, use transcript-fixer; this skill structures clean transcripts into minutes.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add daymade/claude-code-skills --skill meeting-minutes-taker
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/daymade/claude-code-skills
cp -r claude-code-skills/daymade-audio/meeting-minutes-taker ~/.claude/skills/meeting-minutes-taker
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- daymade/claude-code-skills (all skills from this repository)
- Path
- daymade-audio/meeting-minutes-taker/SKILL.md
- Branch
- main
- Updated
- 2026-09-20
Related skills
- design-md — Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files
- review-walkthrough — Generates an interactive HTML walkthrough for reviewing code changes. Use only when explicitly called.
- transcript-fixer — Corrects speech-to-text transcription errors with dictionary rules and Claude's built-in AI (no external API key required).
- audit-prep-assistant — Prepares codebases for security review using Trail of Bits' checklist.
- copy-editing — When the user wants to edit, review, or improve existing marketing copy, or refresh outdated content.
- crypto-protocol-diagram — spthy) models and generates Mermaid sequenceDiagrams with cryptographic annotations.