Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.
- agent-skill
- video
- promo
- marketing
A skill that generates Chinese official-document DOCX to the GB/T 9704-2012 standard — and machine-verifies the layout.
Most AI 'official document' output stops at bold headings and FangSong body text. This skill encodes the real layout parameters — A4 page, type area, four heading levels, first-page layout, document numbers, signatures, dates, page numbering — into generable, checkable DOCX output, with a verify script that re-measures the result. It handles ordinary reports, preprinted red-letterhead overlay (leaving the printed zone blank), and full digital red-letterhead modes, plus dedicated branches for letters, orders and minutes. Installs into Claude Code, Codex, OpenCode, Trae Code, Kimi and more (eight harnesses in total), all reading the same rule source.
For anyone producing formal Chinese materials — 事业单位 and 国企 documents, red-letterhead filings, 汇报材料 — where a few millimetres or a missing page-number rule gets the document rejected.
git clone https://github.com/mizzlelover/gongwen-gbt9704-skill.git # copy/symlink the skill into each tool's skills directory # (Claude Code ~/.claude/skills/, Codex, OpenCode, Trae, Kimi… same rule source) # smoke-test the generator + verifier: node scripts/generate_gongwen_docx.mjs --input tests/fixture.md --output /tmp/gongwen.docx --format ordinary node scripts/verify_gongwen_docx.mjs --input /tmp/gongwen.docx --profile ordinary
Digital red-header output needs 仿宋/小标宋 actually installed on the target machine — without --require-standard-fonts the generator substitutes fonts and warns. GB/T 9704-2012 applies to party/government documents and other organizations follow it by reference, so check your own unit's letterhead and numbering conventions.
Repository
mizzlelover/gongwen-gbt9704-skillCharted
Guizang's agent skill turns your repo's recent updates into a finished promo video — real components, code-rendered animation, an original code-written soundtrack — no video editor involved.
An agent skill that geolocates a photo with nothing readable in it — OSM geometry, elevation skylines and satellite tiles turn “where was this taken?” into a measured answer with an error radius.
A skill that makes AI coding agents map the architecture and declare the blast radius before they touch a line of code — rendered as one standalone HTML page.