government-writing

Drafts compliant Chinese government official documents and renders them as GB/T 9704-formatted .docx files.

2.0k|291|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/Pinvou/pinvou-agent --skill government-writing-pinvou
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: government-writing
Source: https://github.com/Pinvou/pinvou-agent/tree/main/pinvou3-app/src-tauri/resources/common/skill-marketplace/government-writing
Command: npx skills add https://github.com/Pinvou/pinvou-agent --skill government-writing-pinvou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Drafting Chinese Party and government official documents (公文) requires strict adherence to the GB/T 9704-2012 format standard, fixed phrasing conventions, hierarchical numbering rules, and document-number conventions. This Skill guides the drafting of compliant 通知 (notices) and 意见 (opinions), then renders the structured content into a properly formatted .docx file via the gongwen MCP server. ## Core Features & Use Cases - Document Type Dispatch: Classifies user intent into issuance-type notices, transactional notices, or implementation opinions, loading the matching template from templates/. - Seven-Element Skeleton & Fixed Phrasing: Enforces the standard structure (document number, title, recipient, body, signature, disclosure, print record) with a library of authentic phrasing patterns and a mandatory self-check checklist. - Compliance Rendering: Passes structured fields to the gongwen MCP make_gongwen tool, which validates content and outputs a GB/T 9704-compliant .docx, then presents it as an artifact card. - Use Case: A government office staffer asks to draft a notice issuing a new administrative measure; the Skill collects the issuing agency, recipient scope, and effective dates, drafts the shell notice plus the regulation-style attachment (第一章/第一条 structure), and delivers a compliant .docx. ## Quick Start Draft a notice issuing the Guangzhou talent subsidy measures and render it as a compliant official .docx document.

Frequently Asked Questions about government-writing

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

FAQPage Schema
How do I draft a compliant Chinese government notice (通知)?▼

Provide the issuing agency, subject matter, recipient scope, and attachment name if it is an issuance-type notice. The Skill loads the 通知 template, applies the seven-element skeleton and fixed closing phrasing, then renders a GB/T 9704-compliant .docx through the gongwen MCP tool.

What document types does this government writing skill support?▼

It currently supports 通知 (notices, both issuance-type and transactional) and 意见 (implementation opinions). Issuance-type notices can carry regulation-style attachments such as 办法 or 规定 using the chapter-and-article legal drafting format.

Does the skill require the gongwen MCP server to work?▼

Yes, rendering a compliant .docx requires the gongwen MCP server, which provides the make_gongwen tool with built-in compliance validation. Without it, the Skill can only produce plain-text drafts and will prompt you to install the connector from the plugin center.

How are document numbers (发文字号) handled during drafting?▼

The serial number is left as an X placeholder, such as 穗府办规〔2026〕X号, because real numbers are assigned only after official registration. The Skill never fabricates a specific number and reminds you to fill it in after registration.

Why must regulation attachments use 第一条 instead of 一、 for numbering?▼

In the legal drafting style, articles must use 第一条/第二条 and chapters use 第一章. Using 一、 causes the renderer to format the line as a bold level-one heading instead of a legal article, breaking the document structure.