ck:docx

Create and edit Word documents with tracked changes and OOXML validation.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/quanganh208/cookmate --skill ck-docx-quanganh208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docx
Source: https://github.com/quanganh208/cookmate/tree/main/.claude/skills/document-skills/docx
Command: npx skills add https://github.com/quanganh208/cookmate --skill ck-docx-quanganh208

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires defusedxml, lxml, and includes scripts (resource) components.

What problem does it solve?

Word document creation, editing, and analysis often require repetitive, error-prone manual steps. This skill automates those workflows with auditable tracked changes, comments, and template formatting to save time and improve consistency.

Core Features & Use Cases

  • Programmatic DOCX generation with styling, sections, and templates
  • Redlining support: tracked changes (ins/del) and inline comments
  • Metadata injection and auditing: RSID, author, and date for all edits
  • Validation against OOXML standards to ensure compatibility

Quick Start

Create a new Word document using the Python DOCX editor and save it as a .docx with a single tracked change.

Frequently Asked Questions about ck:docx

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

FAQPage Schema
How do I automate Word document editing with tracked changes?

Automate Word document editing with tracked changes using a Python-based DOCX editor that applies deterministic inserts and deletions while injecting RSID, author, and date metadata for full audit trails.

Can I add inline comments to a docx file programmatically?

Add inline comments to a docx file programmatically by defining comment ranges within the document processing workflow, enabling automated content reviews and collaborative annotations without manual input.

What is the best way to batch process Word documents for contract review?

Batch process Word documents for contract review by automating template formatting and applying tracked changes across multiple files, ensuring consistent styling and auditable redlining throughout the workflow.

Does this automated docx editing approach validate against OOXML schemas?

Automated docx editing validates generated and modified files against OOXML schemas, ensuring strict compatibility with Word standards and preventing structural corruption during programmatic content creation or metadata injection.

What do I need to set up to generate Word documents with Python?

Generate Word documents with Python by installing required dependencies like lxml and defusedxml, enabling programmatic creation of styled sections, templates, and redlined content with full metadata auditing.

Are there limitations when applying tracked changes to existing Word templates?

Applying tracked changes to existing Word templates requires strict OOXML schema validation to avoid compatibility issues, ensuring deterministic edits with RSID and author metadata remain structurally sound across document revisions.