📄
WritingPython

Document Format Skills

by KaguraNanaga

Document Format Skills is a Writing skill for Claude Code, published by KaguraNanaga in document-format-skills.

224 stars19 forkson KaguraNanaga/document-format-skillsAdded 2026/09/03Repository updated 2026/08/26
chinese-documentchinese-documentationclaudeclaude-codeclaude-skillsclaudecodedocformatterdocumentformatskills
Install in seconds
Install Document Format Skills
Copy Document Format Skills into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/KaguraNanaga/document-format-skills ~/.claude/skills/document-format-skills

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/KaguraNanaga/document-format-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in KaguraNanaga/document-format-skills
Installs to
~/.claude/skills/document-format-skills
Collection
The only skill cataloged from this repository
Category
Writing1109 skills

What Document Format Skills does

Document Format Skills cleans and formats Chinese Word documents from the command line. Use it to diagnose formatting issues, fix punctuation and spacing, apply presets, normalize tables and page numbers, or convert text and Markdown to DOCX.

Document Format Skills is cataloged under Writing on DirSkills. Document Format Skills comes from a repository tagged chinese-document, chinese-documentation, claude, claude-code and claude-skills.

Documentation

README

Document Format Skills

Use these scripts to clean and format Chinese Word documents from the command line. Prefer scripts/process.py for normal work because it mirrors the desktop app's core pipeline without the GUI.

Quick Workflow

Run one smart pass when the user wants the document cleaned end to end:

uv run --with python-docx python scripts/process.py smart input.docx output.docx --preset official

Run diagnostics only:

uv run --with python-docx python scripts/process.py analyze input.docx
uv run --with python-docx python scripts/process.py analyze input.docx --json

Run only punctuation/spacing cleanup:

uv run --with python-docx python scripts/process.py punctuation input.docx output.docx --space-mode keep_en_boundary

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Document Format Skills

  • How does Document Format Skills compare to other Writing skills?

    Document Format Skills ranks #928 by stars among the 1109 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Document Format Skills against them. Open each page to compare what they document and how they install.