What problem does it solve? Researchers with manuscripts or grant proposals in Markdown, LaTeX, Word, or PDF formats cannot directly edit them in the McGhee Lab RM Paper Builder; this Skill converts those sources into a portable .paperbundle.zip that imports as a fully editable paper draft. ## Core Features & Use Cases - Multi-format conversion: Reads .md, .tex, .docx, and .pdf sources (via pandoc, pdfimages, or direct reads) and maps content into the paper.json manifest with sections, blocks, figures, tables, and equations. - Citation and asset handling: Builds a references[] array from .bib or inline citations, rewrites numeric [N] markers to citation keys on import, and packages real image/PDF bytes in an assets/ directory indexed by the manifest. - Validation and packaging: Runs scripts/build_bundle.py to catch silent-coercion traps (bad table cells, unknown kinds, missing assets, out-of-range citations) before zipping the bundle. - Use Case: Turn an NSF proposal PDF into a grant paper with biosketch and budget attached as grant_docs, then upload the resulting .paperbundle.zip via the Import paper button on the RM Paper Builder page. ## Quick Start Ask the assistant to turn your manuscript file, such as draft.tex or proposal.pdf, into a .paperbundle.zip for import into the RM Paper Builder.