This extracts formatting from Word documents and applies it to new content, which is genuinely useful if you're cranking out reports or specs that need to look identical. You run extract_format.py on a template docx, get a JSON config with all the styles and numbering schemes, then generate_document.py combines that with your content JSON to spit out new documents. It handles multi-level numbering, tables, headers, the usual corporate document machinery. The workflow is three clear steps and the included example shows a technical research template with approval tables and structured sections. If you've ever manually copied formatting across documents or maintained template consistency, this automates that loop.
npx skills add https://github.com/iamzhihuix/happy-claude-skills --skill docx-format-replicator