docx▌
19 indexed skills · max 10 per page
docx
davila7/claude-code-templates · Documents
Create, read, edit, and analyze Word documents with full formatting control and tracked changes support. \n \n Supports reading, creating, and editing .docx files with comprehensive formatting options including tables, headers/footers, images, hyperlinks, and multi-column layouts \n Provides JavaScript-based document generation via docx-js library with critical guidance on page sizing (defaults to A4; use explicit DXA units), table width configuration, and style overrides \n Enables XML-level ed
docx
appautomaton/document-skills · Documents
Create, edit, and analyze Word documents with tracked changes, comments, and formatting preservation. \n \n Three distinct workflows: text extraction via pandoc, document creation using docx-js, and editing existing files via the Python Document library with OOXML manipulation \n Redlining workflow for comprehensive tracked changes with batching strategy, minimal precise edits, and systematic change implementation across document sections \n Raw XML access for comments, complex formatting, embed
pdf-to-docx
claude-office-skills/skills · Documents
This skill enables conversion from PDF to editable Word documents using pdf2docx - a Python library that preserves layout, tables, images, and text formatting. Unlike OCR-based solutions, pdf2docx extracts native PDF content for accurate conversion.
docx-manipulation
claude-office-skills/skills · Documents
Programmatic creation, editing, and manipulation of Word documents with formatting, tables, and images. \n \n Supports document creation from scratch, opening existing files, and template-based workflows with placeholder replacement \n Includes comprehensive formatting capabilities: paragraphs, headings, character styling, page setup, headers, footers, and built-in Word styles \n Enables table creation with dynamic row/column management, cell merging, and data population from structured sources
docx
rysweet/amplihack · Documents
A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
docx
tfriedel/claude-office-skills · Documents
Create, edit, and analyze Word documents with tracked changes, comments, and formatting preservation. \n \n Three distinct workflows: text extraction via pandoc, creating new documents with docx-js, and editing existing documents with the Python Document library \n Redlining workflow for comprehensive tracked changes with batching strategy, minimal edits principle, and systematic implementation guidance \n Raw XML access for comments, complex formatting, embedded media, and document structure vi
kimi-docx
thvroyal/kimi-skills · Documents
To preserve ANY formatting from the source document, MUST unzip and parse XML.
docx
skillcreatorai/ai-agent-skills · Documents
For professional documents, use tracked changes:
minimax-docx
minimax-ai/skills · Documents
Create, edit, and format DOCX documents via CLI tools or direct C# scripts built on OpenXML SDK (.NET).