Setup & Installation
What This Skill Does
Handles reading, creating, and editing .docx files where formatting fidelity matters. Uses python-docx for structured edits and a render pipeline (LibreOffice + Poppler) to visually inspect layout before delivery. Catches formatting defects like broken tables, clipped text, and pagination issues.
Manually editing .docx files risks silent formatting breaks that only show up in print or PDF export, and this skill closes that gap by rendering and inspecting the document after every meaningful change.
When to use it
- Reading DOCX files that contain tables or diagrams where layout context matters
- Generating a formatted report from structured data with consistent headings and styles
- Editing an existing contract or proposal without breaking its original formatting
- Validating a client document visually before sending it out
- Converting DOCX to PDF and spot-checking each page for spacing or alignment issues
Similar Skills
minimax-pdf
Generates print-ready PDFs through three routes: creating documents from scratch with a token-based design system, filling form fields in existing PDFs, and reformatting existing documents into styled output.
minimax-docx
Creates, edits, and formats DOCX files using OpenXML SDK (.
seo
Applies technical SEO, on-page optimization, and structured data based on Lighthouse audits and Google Search guidelines.
doc-coauthoring
A structured workflow for co-authoring documents with Claude.
