gov-meeting-minutes

Convert meeting notes into an A4 minutes PDF with summary and speaker table.

8|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/mouseco/k-gov-skills --skill gov-meeting-minutes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gov-meeting-minutes
Source: https://github.com/mouseco/k-gov-skills/tree/main/skills/gov-meeting-minutes
Command: npx skills add https://github.com/mouseco/k-gov-skills --skill gov-meeting-minutes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill turns messy meeting notes and transcripts into a clean, official-style minutes PDF format, saving you from manual page layout and repetitive structuring.

Core Features & Use Cases

  • Official-style PDF layout (1-page summary + detailed transcript): Produces a meeting minutes PDF where page 1 contains the summary and page 2+ contains a time-ordered speaker table.
  • Anonymous speaker identification workflow: If the transcript contains anonymous labels (e.g., 참석자 1/2), it prompts the user to confirm names/titles before finalizing speaker fields.
  • Reliable rendering pipeline: Generates HTML first and then renders it to an A4 PDF with strict formatting rules suitable for public-institution documents.

Quick Start

Use gov-meeting-minutes to generate a two-page meeting minutes PDF from the provided minutes JSON input file.

Frequently Asked Questions about gov-meeting-minutes

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

FAQPage Schema
How do I convert meeting transcripts into an official PDF format?

Meeting minutes PDF generation works by transforming validated structured JSON into HTML and then rendering it to an A4 PDF using a headless browser, producing a one-page summary and a time-ordered speaker table.

What is the best way to format public-institution meeting notes with anonymous speakers?

Formatting public-institution meeting notes with anonymous speakers requires an identification workflow that prompts you to confirm names and titles. This ensures all anonymous labels are resolved before the final PDF is rendered.

Can I use ClovaNote transcriptions to generate structured meeting minutes?

Yes, you can use ClovaNote transcriptions to generate structured meeting minutes. The workflow accepts ClovaNote-style transcriptions as input and requires YAML-defined metadata to process the content into a validated structured JSON format.

Does the meeting minutes PDF generation require a headless browser?

Yes, the meeting minutes PDF generation requires a headless browser. The render_minutes_pdf.py workflow relies on a headless browser to convert the generated HTML into a strictly formatted A4 PDF suitable for public documents.

How do I structure a meeting minutes PDF with a summary and detailed transcript?

To structure a meeting minutes PDF with a summary and detailed transcript, the output is organized with page 1 containing the summary and page 2 onwards containing a time-ordered speaker table. This layout is automatically generated from your structured JSON input.