One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill docx-moodmnky-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/docx
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill docx-moodmnky-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating, formatting, and editing Word documents is time-consuming and error-prone, especially when working with tracked changes, complex layouts, or bulk document generation. This skill automates these workflows to deliver professional, consistent .docx files quickly.

Core Features & Use Cases

  • New Document Generation: Build formatted Word docs with tables of contents, headers/footers, images, custom styles, and multi-column layouts using the docx-js library.
  • Existing Document Editing: Modify .docx files by unpacking XML, adding tracked changes and comments, replacing content, then repacking into valid, schema-compliant documents.
  • Content Conversion & Extraction: Convert legacy .doc files to .docx, extract text with tracked changes preserved, or convert documents to image sets for archival. For example, if you need to update 30 employee offer letters with new salary figures and add tracked changes for legal review, use this skill to edit all files in minutes instead of manually adjusting each one.

Quick Start

Use the docx skill to generate a formatted US Letter report with a table of contents, page numbers, and a header from the provided project update notes.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I automate Word document generation with tables of contents and headers?

Automate Word document generation by using the docx-js library to programmatically build formatted .docx files with custom styles, multi-column layouts, tables of contents, headers, footers, and images.

Can I add tracked changes and comments to existing .docx files programmatically?

Yes, you can modify existing .docx files by unpacking the XML, inserting tracked changes and comments, replacing content, and repacking it into a valid, schema-compliant Word document.

What is the best way to convert legacy .doc files to .docx format in bulk?

The best way to convert legacy .doc files to .docx format is through automated content conversion workflows that extract text, preserve tracked changes, and save valid .docx outputs.

How does XML-level editing work for modifying Word documents?

XML-level editing works by unpacking the .docx file structure, directly manipulating the underlying XML code to replace content or apply formatting, and then repacking it into a schema-compliant document.

Can I extract text with tracked changes preserved from a .docx file?

Yes, content extraction workflows can pull text directly from a .docx file while preserving tracked changes, or convert the document into an image set for archival purposes.

Does this approach support complex document styling like multi-column layouts and custom styles?

Yes, document automation supports standard Word features including custom styles, multi-column layouts, tables of contents, headers, footers, and image insertion for consistent document styling.