docx

Generate Markdown Architectural Decision Records with status and date fields.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill docx-abdullah1854
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/abdullah1854/ClaudeSuperSkills/tree/main/docx
Command: npx skills add https://github.com/abdullah1854/ClaudeSuperSkills --skill docx-abdullah1854

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing Word documents manually is error-prone and tedious. This Skill covers reading, editing, and transforming docx files with attention to formatting and tracked changes.

Core Features & Use Cases

  • Reading & extraction: Pull text and structure from DOCX files.
  • Editing & formatting: Safe text replacement that preserves styling.
  • Tracked changes (redlining): Programmatic insertion/deletion with provenance.

Quick Start

Replace a placeholder text in a DOCX while preserving formatting, then export the result.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate editing and formatting changes in Word documents?

Word document automation reads, edits, and transforms DOCX files while preserving formatting and styling. This Skill handles safe text replacement, structural changes, and tracked modifications programmatically, eliminating manual editing errors and enabling batch processing of document updates.

Can I programmatically insert tracked changes and redlining in DOCX files?

Tracked changes (redlining) can be applied programmatically with full provenance—insertions and deletions are captured as changes within the document. This enables automated review workflows where modifications are visible to human reviewers without altering the original content directly.

How do I extract text and structure from DOCX files?

Reading and extraction from DOCX files pulls text content and document structure while maintaining formatting context. This is useful for migration, content analysis, or feeding document data into downstream processes that require clean, structured input.

What's the best way to replace placeholder text in Word documents while keeping formatting intact?

Safe text replacement preserves all styling—fonts, colors, spacing, and layout remain unchanged. The Skill handles placeholder substitution end-to-end, then exports the modified document, making it suitable for template-based document generation workflows.

Do I need additional tools to work with DOCX redlining and change tracking?

No additional dependencies are required. This Skill handles redlining, tracked changes, and DOCX manipulation natively, making it a self-contained solution for document automation that captures editorial intent and maintains audit trails.