word-master

Installation
SKILL.md

Word Master Skill

AI-driven Word document creation and editing system with dual-layer architecture: AI intent layer + deterministic execution layer.

Core Scripts

Script Purpose
${SKILL_DIR}/scripts/md_to_docx.py Convert Markdown to DOCX with format templates
${SKILL_DIR}/scripts/docx_reader.py Read DOCX, output rich-text Markdown with paragraph IDs
${SKILL_DIR}/scripts/docx_editor.py Execute JSON DSL operations on DOCX
${SKILL_DIR}/scripts/docx_diff.py Compare before/after DOCX, generate diff report
${SKILL_DIR}/scripts/style_analyzer.py Extract format fingerprints from a template DOCX
${SKILL_DIR}/scripts/style_transfer.py Apply template style profile to a target DOCX
${SKILL_DIR}/scripts/template_analyzer.py Extract comprehensive format profile (paragraphs + tables)
${SKILL_DIR}/scripts/table_analyzer.py Extract table style fingerprints (library)

Format Templates

Installs
1
First Seen
Jun 22, 2026
word-master — foxian/office-skills