Gongwen GB/T 9704 Skill is a loadable agent skill that turns Chinese formal copy into an editable DOCX laid out against GB/T 9704-2012. The repo mizzlelover/gongwen-gbt9704-skill is MIT, created 2026-09-09, JavaScript. On 2026-09-10 GitHub listed 7 stars and 1 fork. It showed up on X For You via 谁是专家's article that open-sourced the pack the author already used for state-enterprise paperwork. Homepage on the repo is that X account.
Compare DOCX Skill if you wanted Anthropic's general Word skill, Document Skills if you needed PDF/PPTX/XLSX as well, or WorkBuddy if you wanted a Chinese-first host that can import this pack.
Key Features
- Layout, not legal review:
SKILL.mdsays it only sets A4, 156mm x 225mm type area, FangSong body, Xiaobiao Song title, four heading levels, two-character first-line indent, agency name, document number, signature, date, and page numbers. It does not guess missing fields or embed a seal image. - Generator plus checker:
scripts/generate_gongwen_docx.mjswrites the DOCX.scripts/verify_gongwen_docx.mjschecks what the generator can promise (layoutorstandard-pages). - One source, many hosts:
scripts/install.sh --all(and the PowerShell twin) links the sameSKILL.mdtree into Codex, Claude Code, OpenCode, Trae Code, Kimi, WorkBuddy, and ZCode. TraeWork usesdist/traework-gongwen-skill.zip. - National standard pointer: README cites GB/T 9704-2012 as still in force after the 2025-05-30 review, via the national standards portal.
Limitation: 7 stars is a heat signal from a day-old repo, not an audit. Font names can survive in the file while Word or WPS substitutes something else. Seals, attachments, and tables still need a human in Word or WPS. This is not a substitute for the full GB/T 9704-2012 text.
Use Cases
- Claude Code / Codex / OpenCode / Kimi users who already draft Chinese memos and keep losing heading, indent, and page-number rules.
- Enterprise or public-sector writers who will finish stamps and annexes in Word or WPS after the skill writes the shell.
- People comparing it with DOCX Skill who need GB/T 9704 page geometry, not tracked changes.
Pricing
| Piece | Price | Notes from first-party pages 2026-09-10 |
|---|---|---|
| gongwen-gbt9704-skill | $0 | MIT. About 7 stars. |
| Host | Confirm that product | Claude Code, Codex, OpenCode, Trae, Kimi, WorkBuddy, or ZCode. |
Getting Started
- Clone github.com/mizzlelover/gongwen-gbt9704-skill.
- On macOS or Linux run
scripts/install.sh --all. On Windows run.\scripts\install.ps1 -All. - Generate a sample:
node scripts/generate_gongwen_docx.mjs --input tests/fixture.md --output /tmp/gongwen.docx --org "示例单位文件" --doc-no "示例发〔2026〕1号" --title "公文格式回归测试" --page-number standard. - Verify with
node scripts/verify_gongwen_docx.mjs --input /tmp/gongwen.docx --profile standard-pages, then open the file in Word or WPS.
First-party resource: SKILL.md.
Frequently Asked Questions
Does it write the full official document, including the seal?
No. README says insert an already obtained seal image, or stamp on paper, in Word or WPS.
Is this Anthropic's DOCX skill?
No. DOCX Skill is the official general Word pack. This one is a GB/T 9704 layout generator.
Will Songti pass as Xiaobiao Song?
SKILL.md says no. Keep the requested font name and check what Office actually substitutes.
Alternatives
- DOCX Skill: Anthropic's official Word create/edit skill.
- Document Skills: Office plus PDF in one scientific-writer pack.
- WorkBuddy: A Chinese-first host that can import this zip.
Tips
- Quote MIT, 7 stars, GB/T 9704-2012, and
scripts/install.sh --allfrom pages checked 2026-09-10. - Run
tests/run_tests.shbefore you trust a new clone. - Treat this as layout automation. Do not claim it certifies a filing.
Conclusion
Gongwen GB/T 9704 Skill is the small MIT pack X For You was pointing at: one SKILL.md, a DOCX generator, and installers for the agents people already run. Start at the GitHub repo. If you only needed generic Word editing, open DOCX Skill instead.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Claude Code's Next Frontier: Not Code, But Your Local Obsidian Knowledge Base
Explore how Obsidian + Claude Code transforms from a knowledge management tool into your private AI assistant. Complete guide including obsidian-skills, Claudian plugin, Claudesidian template, and best practices for achieving both data privacy and AI capabilities.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.