Автоматизация работы с документами Word

automation

docx is a Claude Code skill that enables creating, editing, and analyzing .docx files with full support for tracked changes, comments, tables, styles, and lists. It works through two main approaches: generating new documents with docx-js — including explicit page size configuration, custom heading styles, proper numbering references, and dual-width table definitions — and editing existing files by unpacking the ZIP archive, modifying the underlying XML, and repacking. Text extraction respecting tracked changes relies on pandoc, while conversion to PDF or images uses LibreOffice and pdftoppm. The skill is aimed at developers and analysts who need to automate professional Word document workflows without manually opening the application.