analyze-interviews
Analyze qualitative interview transcripts. Generates structured summaries, thematic codes, cross-case analysis, and evidence tables. Solves context-window…
Export the current paper draft to production-ready LaTeX (.tex) and PDF using the arxiv-style template. Converts draft.md + references.bib + figures/ into a complete LaTeX project with resolved citations, tables, and figures. Compiles to PDF automatically.
> /plugin marketplace add TobiasBlask/open-paper-machine > /plugin install open-academic-paper-machine@open-paper-machine
How it fires
How this command gets triggered: by you, by Claude, or both.
/export-latexContext preview
What this command does when you run it.
Export the current paper draft to production-ready LaTeX (.tex) and PDF using the arxiv-style template. Converts draft.md + references.bib + figures/ into a complete LaTeX project with resolved citations, tables, and figures. Compiles to PDF automatically.
description: > Export the current paper draft to production-ready LaTeX (.tex) and PDF using the arxiv-style template. Converts draft.md + references.bib + figures/ into a complete LaTeX project with resolved citations, tables, and figures. Compiles to PDF automatically.
Activate the **latex-engine** skill. Read `skills/latex-engine/SKILL.md` in full. Then execute the full export pipeline:
1. **Verify prerequisites**: Check that `draft.md` and `references.bib` exist in the working directory. If they don't exist, inform the user they need to run `/write-paper` first.
2. **Install LaTeX if needed**: Check if `pdflatex` is available. If not, install:
apt-get update && apt-get install -y texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-bibtex-extra
3. **Set up the latex/ directory**: Create `latex/` with arxiv.sty, references.bib, and figures/.
4. **Run the converter**: Use `scripts/md_to_latex.py` to generate `paper.tex`.
5. **Compile to PDF**: Run pdflatex → bibtex → pdflatex → pdflatex.
6. **Validate**: Check for undefined citations, missing figures, and remaining TODOs.
7. **Report results**: Present the final package with file list and any issues found.
Do not ask for confirmation to start — execute immediately.
A Claude Code plugin that autonomously writes academic papers — from literature search to production-ready LaTeX/PDF. Scope note.
Analyze qualitative interview transcripts. Generates structured summaries, thematic codes, cross-case analysis, and evidence tables. Solves context-window…
Analyze how the paper positions itself relative to the closest existing work. Identifies the 5-10 most similar papers, builds a differentiation matrix, and…
Analyze academic writing quality of the current draft. Checks for passive voice overuse, weak openings, hedging balance, readability, sentence length…
Audit a paper's empirical claims against the linked code repository — catches MISMATCH, MISSING, and PARTIAL claims before submission
Creative research brainstorming — generate ideas researchers within a single field would miss. Cross-field connections, assumption challenges, alternative…
Write one specific section of a paper as complete paragraphs. Use when you already have context and just need one section drafted. Follows writing-engine…