docx

Generate, edit, and validate .docx files using docx-js and Python tooling.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/lastdays03/team-standards --skill docx-lastdays03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/lastdays03/team-standards/tree/main/.claude/skills/docx
Command: npx skills add https://github.com/lastdays03/team-standards --skill docx-lastdays03

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, docx-js, soffice, python, node, npm, and includes scripts (resource) components.

What problem does it solve?

Word document creation, editing, and analysis can be tedious and error-prone when done manually; this skill streamlines generating polished .docx files, applying consistent formatting, and integrating content edits.

Core Features & Use Cases

  • Document generation: create new Word documents with structured content and formatting.
  • Editing and analysis: programmatically modify existing .docx files, including text, formatting, and tracked changes handling.
  • Use Case: quickly generate client-ready reports or templates by feeding data into templates and producing ready-to-share Word documents.

Quick Start

Generate a new Word document from a template and save it as a .docx file.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word document generation from templates?

Automate Word document generation by feeding structured data into predefined templates to produce polished, client-ready .docx files with consistent styling. This workflow uses docx-js to programmatically create new documents with structured content and formatting.

Can I programmatically edit existing .docx files and handle tracked changes?

Programmatically edit existing .docx files using XML-based editing to modify text, apply formatting, and manage tracked changes. This approach provides formatting guardrails to ensure document integrity while updating contracts, letters, or reports.

What's the best way to convert and parse Word documents for automated workflows?

Convert and parse Word documents for automated workflows using Python and LibreOffice tooling. This combination enables reliable extraction of document content and conversion between formats, supporting end-to-end document processing pipelines.

Do I need Node and Python installed to automate .docx file creation?

Node and Python are required to automate .docx file creation, along with pandoc and LibreOffice tooling. These dependencies provide the runtime environments for docx-js document generation and Python-based parsing and conversion operations.

Does this approach work for generating batch client reports with consistent formatting?

This approach works for generating batch client reports with consistent formatting by applying template-driven document creation. You can feed structured data into templates to produce multiple ready-to-share Word documents with standardized styling and content structure.

Why does my automated Word document formatting break when editing existing files?

Automated Word document formatting can break when editing existing files due to complex XML structures. Using XML-based editing with formatting guardrails helps preserve document integrity, while Python and LibreOffice tooling validate formatting consistency.