meeting-docs-generator

Generate Thai meeting documents in docx format from structured JSON input.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ThanabordeeN/gemini-productivity-skills --skill meeting-docs-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meeting-docs-generator
Source: https://github.com/ThanabordeeN/gemini-productivity-skills/tree/main/meeting-docs-generator
Command: npx skills add https://github.com/ThanabordeeN/gemini-productivity-skills --skill meeting-docs-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docx, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill automates the creation of formal Thai meeting documents in Word (.docx), ensuring consistent formatting and official presentation.

Core Features & Use Cases

  • Generate MINUTES, INVITATION, and RESOLUTION_MEMO documents from structured input.
  • Adhere to Thai official formatting using TH Sarabun New font and precise margins.
  • Use JSON data to automate document production for board meetings, invitations, and memos.

Quick Start

Provide a ready-to-use data payload (meeting-data.json) based on assets/meeting-template.json and execute the generator script to produce the .docx output.

Frequently Asked Questions about meeting-docs-generator

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

FAQPage Schema
How do I generate Thai meeting minutes in Word format?

Generate Thai meeting minutes in Word format by providing structured JSON input containing meeting details, attendees, and agendas. The script automatically produces a .docx file using the TH Sarabun New font with precise official margins.

Can I create a Thai meeting invitation automatically from JSON data?

You can create a Thai meeting invitation from JSON data by executing the generator script. It processes your structured payload to output an INVITATION document in .docx format, adhering to Thai official formatting standards.

What is the best way to automate producing formal Thai resolution memos?

Automate producing formal Thai resolution memos by passing structured JSON input to the generator. It outputs a RESOLUTION_MEMO in .docx format, ensuring consistent official presentation and correct formatting.

Do I need to install the docx package to use this Thai document generator?

You need the docx package installed to use this Thai document generator. The skill relies on this dependency to programmatically construct and save the Word documents from your structured JSON data.

How do I control the output filename when generating Thai meeting documents?

Control the output filename by setting the data.settings.outputFileName property within your input JSON payload. The generator script uses this specific field to name the resulting .docx file.

Does the generated Word document use the TH Sarabun New font for Thai official formatting?

The generated Word document uses the TH Sarabun New font to comply with Thai official formatting requirements. It also applies specific margins to ensure the document meets official presentation standards.