ninestepninestepCommunity·1 Agent Skills Included

docx-format-skill

Word document formatting, analysis, and Markdown conversion

Analyzes and reformats Word documents with precise control over fonts, sizes, indentation, and line spacing. Applies Chinese official document (GB/T 9704-2012) and academic paper standards automatically, eliminating manual style adjustments. Converts Markdown directly to properly formatted DOCX files without pandoc, handling mixed Chinese-English fonts correctly.
npx skills add ninestep/docx-format-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install docx-format-skill?

Run `npx skills add ninestep/docx-format-skill --all -g -y` in your terminal to install this skill globally.

How to batch reformat Word documents?

This skill uses python-docx scripts to analyze and modify fonts, sizes, indentation, and line spacing across entire documents, including content inside tables.

Can it apply Chinese official document standards?

Yes. It includes built-in presets for the GB/T 9704-2012 government document standard and common academic paper formats.

How to convert Markdown to Word without pandoc?

The included md_to_docx.py script reads Markdown headings, lists, and tables, then writes a fully formatted DOCX file directly.

Does it handle mixed Chinese and English fonts?

Yes. It sets Chinese and English fonts separately using the w:eastAsia property, so mixed-language documents render correctly.

Related Repositories in Content & Communication

View All in Content & Communication