executive-docs-generator

Generate Thai government .docx documents from structured JSON input.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/ThanabordeeN/gemini-productivity-skills --skill executive-docs-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executive-docs-generator
Source: https://github.com/ThanabordeeN/gemini-productivity-skills/tree/main/executive-docs-generator
Command: npx skills add https://github.com/ThanabordeeN/gemini-productivity-skills --skill executive-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 government-style documents (.docx), saving time and ensuring consistent formatting across memos, official letters, and powers of attorney.

Core Features & Use Cases

  • Generate MEMO (บันทึกข้อความ) documents with department, subject, to, reference, and attachments fields.
  • Create OFFICIAL_LETTER (หนังสือราชการ) with standardized layout and Thai Gov styling.
  • Produce POWER_OF_ATTORNEY (หนังสือมอบอำนาจ) with signatory sections and witness lines.
  • Uses TH Sarabun New font and Thai indentation/spacing conventions for professional government documents.

Quick Start

Provide a JSON payload following the template and run the script to produce the .docx document.

Frequently Asked Questions about executive-docs-generator

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

FAQPage Schema
How do I generate Thai government memos and official letters in .docx format?

You generate Thai government memos and official letters in .docx by supplying a structured JSON payload to the script, which uses the docx library and Node.js to render the final formatted file.

What is the required input format for generating Thai executive documents?

The required input format for generating Thai executive documents is a structured JSON payload containing the document.type field and related content fields like department, subject, to, reference, and attachments.

Does the document generator support Thai government standard formatting and fonts?

Yes, the document generator supports Thai government standard formatting by using the TH Sarabun New font and applying Thai indentation and spacing conventions for professional internal and external communications.

Can I create a power of attorney document with witness lines using the docx library?

Yes, you can create a power of attorney document with signatory sections and witness lines by specifying POWER_OF_ATTORNEY as the document type in your JSON input for the docx library to render.

What runtime environment do I need to run the Thai executive document generation script?

You need a Node.js runtime environment and the docx library installed to execute the script and generate the Thai executive .docx files from the provided JSON input data.