docx

Generate standardized Word documents from PO data using Node.js scripts and pandoc templates.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill docx-semicolon-devteam
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/eng/nextjs/skills/docx
Command: npx skills add https://github.com/semicolon-devteam/semo --skill docx-semicolon-devteam

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

๋ฌธ์„œ ์ž‘์„ฑ/ํŽธ์ง‘์— ํ•„์š”ํ•œ ์›Œํฌํ”Œ๋กœ์šฐ๋ฅผ ์ž๋™ํ™”ํ•˜๊ณ , Markdown๋ฅผ Word๋กœ ๋ณ€ํ™˜ํ•˜๋Š” ๋“ฑ์˜ ์ž‘์—…์„ ๋‹จ์ˆœํ™”ํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ๋ฌธ์„œ ๋ณ€ํ™˜: Markdown โ†” Word ๋ณ€ํ™˜( pandoc ๊ธฐ๋ฐ˜ ).
  • ๋ฌธ์„œ ํŽธ์ง‘ ์ž๋™ํ™”: OOXML ํŽธ์ง‘ ๋ฐ Tracking Changes ๊ด€๋ฆฌ.
  • ํ…œํ”Œ๋ฆฟ ๊ธฐ๋ฐ˜ ๋ฌธ์„œ ์ƒ์„ฑ: ํ‘œ/์„œ์‹์ด ํฌํ•จ๋œ ๋ฌธ์„œ ์ž๋™ ์ƒ์„ฑ.

Quick Start

specs/{domain}/spec.md๋ฅผ ๋ฌธ์„œํ™”ํ•˜๋ ค๋ฉด docxskill์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ์˜ˆ: "spec ๋ณ€ํ™˜".

Frequently Asked Questions about docx

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

FAQPage Schema
How do I convert Markdown to Word documents?โ–ผ

Convert Markdown to Word documents using pandoc-based transformation. This Skill automates the conversion process, preserving formatting and structure to produce standardized .docx files suitable for sharing with stakeholders.

Can I automate Word document generation from templates?โ–ผ

Yes. This Skill generates Word documents from templates populated with structured data via Node.js scripts. It applies predefined styles and layouts to create consistent, template-driven artifacts like proposals, requirements, and reports automatically.

How do I manage tracked changes and edit OOXML in Word documents?โ–ผ

This Skill enables direct OOXML editing and Tracked Changes management, allowing programmatic control over document revisions and formatting. You can automate edits while preserving change history for collaborative workflows.

What's the best way to generate standardized documents at scale?โ–ผ

Use template-based document generation with this Skill to enforce consistent typography, layout, and metadata across multiple outputs. Ingest domain data, populate templates via scripts, and output formatted files with embedded metadata for organizational consistency.

Can I convert Word documents back to Markdown?โ–ผ

Yes. This Skill supports bidirectional conversion between Markdown and Word formats via pandoc, enabling workflow flexibility. Convert .docx files to Markdown for editing or version control while maintaining document structure.

Do I need to write code to use this Skill?โ–ผ

This Skill leverages Node.js scripts and pandoc for automation, targeting users comfortable with scripting. While it handles complex templating and OOXML operations programmatically, basic use cases can be executed through predefined workflows.