meeting-minutes-writer

Generate structured meeting minutes with action items and decisions from transcripts.

5|4|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/takusaotome/claude-skills-library --skill meeting-minutes-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-minutes-writer
Source: https://github.com/takusaotome/claude-skills-library/tree/main/skills/meeting-minutes-writer
Command: npx skills add https://github.com/takusaotome/claude-skills-library --skill meeting-minutes-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill transforms raw meeting transcripts or notes into clear, structured meeting minutes in Japanese or English while preventing common accuracy issues through a mandatory self-review loop.

Core Features & Use Cases

  • Minutes generation (JP/EN): Produces scannable minutes from transcript content, matching the source language by default.
  • Action items & decisions extraction: Captures commitments as an Action Items table and records agreed directives under Decisions Made.
  • Quality-gated self-review loop: Runs up to 3 iterations to detect and fix internal contradictions, missing action items, speaker-name errors, and date/day-of-week mistakes (including mandatory date verification with Python).
  • Date accuracy enforcement: Ensures all concrete dates include the correct day of week, verified via python3 -c ... rather than memory.

Quick Start

Use the meeting-minutes-writer to turn the text inside your transcript into formatted meeting minutes with action items and decisions, then automatically self-check them for contradictions, omissions, speaker-name mistakes, and date/day-of-week errors.

Frequently Asked Questions about meeting-minutes-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate meeting minutes from a transcript automatically?

Generating meeting minutes from a transcript involves structuring meeting information, extracting action items and decisions, and matching the output language to the Japanese or English source text.

Can I create bilingual Japanese and English meeting minutes from a single transcript?

You can process Japanese or English transcripts to produce structured minutes, with the output language matching the source input by default rather than generating a translated bilingual document simultaneously.

How do you verify date accuracy and day-of-week consistency in meeting minutes?

Verifying date accuracy in meeting minutes is handled by enforcing mandatory date and day-of-week validation via Python, ensuring all concrete dates include the correct day rather than relying on memory.

What is the best way to extract action items and decisions from call notes?

The best way to extract action items and decisions from call notes is to capture commitments in an Action Items table and record agreed directives under a Decisions Made section during structuring.

Does generating executive briefings from transcripts require a self-review process?

Generating executive briefings requires a two-phase workflow with an up-to-3-pass self-review loop that enforces internal consistency, speaker attribution accuracy, action-item completeness, and date validation.

What happens if there are contradictions or missing action items in my transcript summary?

When transcript summarization yields contradictions or missing action items, a mandatory self-review loop runs up to three iterations to detect and fix internal inconsistencies, speaker-name errors, and omissions.