zouchenzhenzouchenzhenCommunity·1 Agent Skills Included

docx-template-translator-skill

Convert LaTeX, PDF, and Markdown into strict Word templates

Converts LaTeX, PDF, and Markdown sources into Word documents that strictly follow an uploaded .docx template. Rebuilds cover pages, declarations, tables of contents, captions, three-line tables, and citation links that plain pandoc conversion gets wrong. Runs automated structural and visual checks with PDF previews so theses and institutional reports pass formatting review the first time.
npx skills add zouchenzhen/docx-template-translator-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install docx-template-translator-skill?

Run `npx skills add zouchenzhen/docx-template-translator-skill --all -g -y` in your terminal to install the skill globally.

Why not just use pandoc --reference-doc?

Pandoc only reuses style definitions and cannot fill cover pages, fix caption numbering, build three-line tables, or update TOC fields. This skill inspects your template and writes a custom Python pipeline to handle those template-specific rules.

What input formats does it support?

It accepts LaTeX projects, Markdown files, native digital PDFs, and existing rough DOCX files, with LaTeX or Markdown sources preferred for best results.

Does it work with Claude Code and Cursor?

Yes. The SKILL.md format is compatible with Claude Skills, and the Python scripts can be driven by any agent that runs shell commands, including Cursor and Codex.

Do I need Microsoft Word to use it?

Template inspection, conversion, and PDF previews work on macOS, Linux, and Windows, but the final field-update and PDF export step requires Microsoft Word on Windows.

Related Repositories in Content & Communication

View All in Content & Communication