From adeu-redlining
Reviews and redlines existing DOCX files with Track Changes. Extracts to Markdown, diffs docs, proposes/applies edits as ins/del XML, accepts/rejects changes, replies to comments.
npx claudepluginhub dealfluence/adeu --plugin adeu-redliningThis skill uses the workspace's default tool permissions.
Adeu acts as a "Virtual DOM" for DOCX files. It allows you to read documents as Markdown, propose edits, and apply them as native XML `w:ins` (insertions) and `w:del` (deletions) without breaking document structure.
Programmatically edits .docx Word documents with live preview, track changes, insertions, deletions via SuperDoc VS Code extension. Use for redlining contracts, markup, or tracked edits when DOCX files are mentioned.
Creates, edits, and analyzes DOCX files including tracked changes, comments, formatting, and text extraction using pandoc, OOXML unpacking, and docx-js.
Share bugs, ideas, or general feedback.
Adeu acts as a "Virtual DOM" for DOCX files. It allows you to read documents as Markdown, propose edits, and apply them as native XML w:ins (insertions) and w:del (deletions) without breaking document structure.
This skill relies on the adeu CLI tool. Always execute via uvx to ensure the environment is correct.
uvx adeu --version