dokument-docx

Create, read, edit, and convert Microsoft Word .docx documents with OpenXML validation.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/luuspoo-create/claude-bildungs-skills --skill dokument-docx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dokument-docx
Source: https://github.com/luuspoo-create/claude-bildungs-skills/tree/main/dokument-docx
Command: npx skills add https://github.com/luuspoo-create/claude-bildungs-skills --skill dokument-docx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a reliable, repeatable workflow for creating, reading, editing, and validating Microsoft Word .docx documents so users avoid broken files, inconsistent formatting, and platform rendering issues.

Core Features & Use Cases

  • Full .docx lifecycle: create new documents with precise page sizes, styles, headers/footers, tables, images, and TOCs; unpack, edit XML, and repack existing .docx files.
  • Tracked changes & comments: insert, delete, accept, and manage tracked changes and comments with correct XML patterns and author metadata.
  • Interoperability & conversion: convert legacy .doc to .docx, export pages as images, extract text with tracked changes preserved, and validate OpenXML structure for cross-platform compatibility.
  • Use Case: Turn a rough draft into a print-ready report with consistent styles, a working table of contents, padded tables, embedded images with alt text, and all tracked changes accepted or preserved as requested.

Quick Start

Use the dokument-docx skill to convert 'draft.doc' to a validated .docx, apply the required styles, and accept tracked changes for a clean printable report.

Frequently Asked Questions about dokument-docx

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

FAQPage Schema
How do I generate a .docx file from a draft and apply consistent styles?

To generate a .docx file from a draft, you can unpack the existing file, edit the OpenXML structure to apply precise page sizes and styles, and repack it into a validated, print-ready document.

Can I programmatically insert and manage tracked changes in a Word document?

Yes, you can programmatically insert, delete, and accept tracked changes in a Word document by applying correct OpenXML patterns and author metadata to preserve or resolve revisions cleanly.

Does this approach support converting legacy .doc files to valid .docx packages?

Yes, this approach supports converting legacy .doc files to valid .docx packages by managing OpenXML structure, DXA table widths, and image relationships for cross-platform compatibility.

What is the best way to embed images with alt text into a .docx file?

The best way to embed images with alt text into a .docx file is by managing image relationships and content types within the OpenXML package to ensure valid rendering across platforms.

How do I extract text from a .docx file while preserving tracked changes?

You can extract text from a .docx file while preserving tracked changes by unpacking the document, reading the XML patterns, and exporting the content without losing author metadata or revisions.

What are the limitations of editing .docx XML directly for document generation?

Editing .docx XML directly requires managing valid OpenXML packages, including page sizes and content types, to avoid broken files and platform rendering issues during document generation.