Agent skill

docx

Expert in creating, editing, and automating Word documents (.docx) using python-docx and docx.js. Use when generating Word documents, modifying existing docx files, or automating document workflows.

Stars 66
Forks 6

Install this agent skill to your Project

npx add-skill https://github.com/404kidwiz/claude-supercode-skills/tree/main/docx-skill

SKILL.md

DOCX Skill

Purpose

Provides expertise in programmatic Word document creation and manipulation. Handles document generation, template filling, style management, and batch document processing using python-docx and JavaScript libraries.

When to Use

  • Generating Word documents programmatically
  • Filling document templates with data
  • Modifying existing .docx files
  • Extracting content from Word documents
  • Applying styles and formatting
  • Creating mail merge workflows
  • Converting data to formatted documents

Quick Start

Invoke this skill when:

  • Generating Word documents programmatically
  • Filling document templates with data
  • Modifying existing .docx files
  • Extracting content from Word documents
  • Automating document workflows

Do NOT invoke when:

  • Writing document content (use document-writer)
  • Creating PDFs (use pdf-skill)
  • Creating spreadsheets (use xlsx-skill)
  • Creating presentations (use pptx-skill)

Decision Framework

Library Selection:
├── Python backend → python-docx
├── Node.js backend → docx (npm)
├── Browser-based → docx.js
├── Complex templates → docxtemplater
└── Simple text extraction → mammoth

Task Type:
├── Generate from scratch → Build document programmatically
├── Fill template → Use placeholder replacement
├── Modify existing → Load, edit, save
└── Batch processing → Loop with template

Core Workflows

1. Document Generation (python-docx)

  1. Create Document object
  2. Add heading with level
  3. Add paragraphs with text
  4. Apply styles (built-in or custom)
  5. Add tables if needed
  6. Insert images
  7. Save document

2. Template Processing

  1. Load template document
  2. Find placeholders ({{variable}})
  3. Replace with actual values
  4. Handle conditional sections
  5. Process repeating sections
  6. Save as new document

3. Batch Document Generation

  1. Load template once
  2. Iterate over data records
  3. Clone template for each
  4. Fill placeholders
  5. Generate unique filenames
  6. Save each document

Best Practices

  • Use paragraph styles, not direct formatting
  • Create templates with placeholders for reuse
  • Handle missing placeholder values gracefully
  • Preserve original template, save to new file
  • Test with complex content (tables, images)
  • Validate output opens correctly

Anti-Patterns

Anti-Pattern Problem Correct Approach
Direct formatting Hard to maintain Use styles
Modifying template Corrupts original Save to new file
No error handling Fails on bad input Validate data first
Hardcoded paths Not portable Use relative paths
Ignoring encoding Character issues Use UTF-8 strings

Expand your agent's capabilities with these related and highly-rated skills.

404kidwiz/claude-supercode-skills

documentation-engineer

Technical documentation and knowledge management expert. Use when creating comprehensive documentation systems, improving developer knowledge sharing, or building documentation-driven development workflows.

66 6
Explore
404kidwiz/claude-supercode-skills

backend-developer

Comprehensive backend development for building production-ready server-side applications with multiple frameworks, databases, and deployment strategies. Use when building APIs, services, databases, or server infrastructure.

66 6
Explore
404kidwiz/claude-supercode-skills

powershell-5.1-expert

Expert in legacy Windows PowerShell 5.1. Specializes in WMI, ADSI, COM automation, and maintaining backward compatibility with Windows Server environments. Use for Windows-specific automation on legacy systems. Triggers include "PowerShell 5.1", "Windows PowerShell", "WMI", "ADSI", "COM object", "legacy PowerShell".

66 6
Explore
404kidwiz/claude-supercode-skills

qa-expert

Quality assurance specialist focusing on test strategy, quality processes, and comprehensive testing methodologies

66 6
Explore
404kidwiz/claude-supercode-skills

multi-agent-coordinator

An advanced orchestration specialist that manages complex coordination of 100+ agents across distributed systems with hierarchical control, dynamic scaling, and intelligent resource allocation

66 6
Explore
404kidwiz/claude-supercode-skills

tooling-engineer

Expert in building developer tools, CLI utilities, IDE extensions, and optimizing local development environments.

66 6
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results