doc

Edit and validate DOCX documents with layout-sensitive formatting checks.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill doc-haryelramalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/haryelramalho/skills/tree/main/skills/community/doc
Command: npx skills add https://github.com/haryelramalho/skills --skill doc-haryelramalho

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the guesswork from reading, creating, and editing DOCX documents when precise formatting, pagination, tables, and visual layout need to stay intact.

Core Features & Use Cases

  • Layout-Sensitive Review: Check rendered pages to catch clipping, spacing problems, broken tables, and style inconsistencies before delivery.
  • Structured Document Editing: Use python-docx to create or modify headings, lists, tables, and other Word elements cleanly and repeatably.
  • Practical Workflow Support: Handle reports, proposals, templates, and other professional Word files where visual fidelity matters.

Quick Start

Use the doc skill to review the attached DOCX file for layout fidelity and return a corrected version with a concise summary of changes.

Frequently Asked Questions about doc

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

FAQPage Schema
How do I check a DOCX file for layout and formatting defects before delivery?

To check a DOCX file for layout defects, the skill renders the document using LibreOffice and Poppler to visually verify pagination, catch clipping, and identify broken tables or style inconsistencies.

Can I fix broken tables and pagination issues in Word documents programmatically?

Yes, you can fix broken tables and pagination in Word documents programmatically by using python-docx to modify document elements and rendering checks to ensure visual fidelity is maintained.

Does this approach require LibreOffice and Poppler to validate DOCX visual fidelity?

Yes, validating DOCX visual fidelity requires LibreOffice and Poppler as dependencies to render pages and catch formatting defects like spacing problems and style inconsistencies.

What is the best way to edit Word documents while preserving layout-sensitive formatting?

The best way to edit Word documents while preserving layout-sensitive formatting is combining python-docx for structured element modification with rendering checks to verify visual fidelity.

Why does my DOCX file show clipped content or broken tables after automated editing?

Clipped content or broken tables in a DOCX file often appear when automated editing lacks layout validation, which this skill addresses by rendering pages to catch formatting defects.