スキル一覧に戻る
korallis

document-processing-docx

by korallis

93🍴 10📅 2026年1月13日
GitHubで見るManusで実行

SKILL.md


name: document-processing-docx description: 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.

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

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です