Converts academic papers between formats (PDF, Word, Markdown) while preserving formatting integrity. Routes through four pipelines: OCR for PDFs, XML-level style remapping for existing Word docs (no Markdown intermediary to avoid mangling equations), direct conversion for Markdown with LaTeX-to-OMML formula handling, and content generation from scratch. The standout piece is Pipeline B's unpack-edit-pack approach that rewrites Word XML styles directly instead of round-tripping through Markdown, which keeps complex OMML equations and annotations intact. Built for Chinese academic thesis formatting but supports IEEE and other standards. Handles checkpoint recovery, auto-renders Mermaid diagrams to PNG with syntax auto-healing, and enforces strict three-line tables. Opinionated about directory structure and explicitly bans Pandoc for Word conversion.
npx skills add https://github.com/tfboy1/academic-paper-writer --skill academic-paper-writer-pro