Book Editor

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

par lfurze · lfurze/claude-skills

Testé · Fonctionne ★ 9.6/10

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

Ce que fait

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.

Rapport de test

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.

Testé le: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

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

Commandes et exemples de prompts

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

Les skills se déclenchent sur des demandes en langage courant — aucune commande à retenir. Après installation, des prompts comme ceux-ci l'activent (en anglais) :

  • 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