Agent skill
document-processing-docx
Process, parse, create, and manipulate Microsoft Word (.docx) documents programmatically using libraries like docx or mammoth.js for document generation and data extraction. Use when generating Word documents from templates, extracting text and formatting from .docx files, creating reports and invoices, parsing resumes and forms, converting Word to HTML, creating mail merge documents, or automating document workflows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/document-processing-docx
SKILL.md
Document Processing - DOCX Files
When to use this skill
- Generating Word documents from templates
- Extracting text content from .docx files
- Creating automated reports and invoices
- Parsing resumes and job applications
- Converting Word documents to HTML or Markdown
- Creating mail merge documents programmatically
- Extracting tables and data from Word files
- Automating document generation workflows
- Creating contracts or agreements from templates
- Processing bulk document uploads
- Extracting metadata from Word documents
- Building document management systems
When to use this skill
- Creating, editing Word documents programmatically.
- When working on related tasks or features
- During development that requires this expertise
Use when: Creating, editing Word documents programmatically.
Example
```typescript import { Document, Packer, Paragraph } from 'docx';
const doc = new Document({ sections: [{ children: [new Paragraph("Hello World")] }] }); ```
Resources
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?