docx

Create and modify Word documents in Python, Node.js, and browsers.

8|11|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/belokonm/claude-supercode-skills --skill docx-belokonm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/belokonm/claude-supercode-skills/tree/main/docx-skill
Command: npx skills add https://github.com/belokonm/claude-supercode-skills --skill docx-belokonm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Programmatic Word document creation, editing, and formatting to automate repetitive document tasks, reducing manual workload and errors.

Core Features & Use Cases

  • Document generation: generate .docx files from templates with dynamic data.
  • Template processing: fill placeholders, apply styles, and merge content across Python, Node.js, and browser contexts.
  • Batch workflows: process multiple documents in a single run with consistent formatting and templates.

Quick Start

Provide a data object and a Word template, then run the skill to produce and save a .docx document.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I generate Word documents programmatically from templates?

To generate Word documents programmatically, you provide a data object and a .docx template, then run the skill to fill placeholders and save the final file. This automates document creation and formatting.

Can I use python-docx and docx.js in the same document automation workflow?

Yes, the skill supports python-docx, docx.js, and docxtemplater. You can create and modify Word documents programmatically across Python, Node.js, and browser contexts within a single workflow.

What is the best way to batch process multiple Word documents with consistent formatting?

The best way to batch process Word documents is using a template-driven workflow that applies consistent formatting and styling across multiple files in a single run, reducing manual workload and errors.

Does this approach work for both backend and frontend Word document generation?

Yes, programmatic Word document generation works for both backend and frontend integration. It supports generating templates, filling data, and processing documents in Node.js, Python, and browser environments.

How do I fill placeholders and apply styles in a Word document template?

You fill placeholders and apply styles in a Word document template by passing a dynamic data object to the template processor. The skill merges the content and applies formatting automatically to produce the final .docx file.