Book Editor

Real docx track-changes and comments editing for manuscripts, via raw OOXML surgery

Autor: lfurze · lfurze/claude-skills

Testowano · Działa ★ 9.6/10

Book Editor — Real docx track-changes and comments editing for manuscripts, via raw OOXML surgery

Co robi ten skill

A structural/line/copy/polish four-pass manuscript editing workflow that produces genuine Word track changes and comments by unzipping the .docx, hand-editing document.xml with w:ins/w:del wrappers plus comments.xml, and rezipping — not a plain-text rewrite. Triggers on edit book, edit manuscript, proofread, copy edit, line edit, structural edit, developmental edit, or SPAG check requests.

Raport z testu

Built a real 3-paragraph .docx and ran the skill's actual unzip/w:ins+w:del/comments.xml/rezip recipe by hand: produced a valid docx with genuine Word-readable track changes and a comment (confirmed via well-formed-XML checks and raw-XML inspection); the same task done the naive way — python-docx text overwrite, which has no track-changes API at all — silently destroyed the original text with zero accept/reject trail for the author.

Testowano: 2026-07-14 · Claude Code 2.x (agent harness)

Instalacja

git clone https://github.com/lfurze/claude-skills
cd claude-skills
mkdir -p ~/.claude/skills
cp -r book-editor ~/.claude/skills/book-editor

Komendy i przykładowe prompty

  • /book-editorReal docx track-changes and comments editing for manuscripts, via raw OOXML surgery

Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):

  • Edit my manuscript docx with real Word track changes
  • Leave editorial comments in this chapter without rewriting it
  • Mark up my book draft so my editor sees every change