From claude-scholar
Checks a LaTeX paper before submission: verifies references, compilation, figure quality, affiliations, acknowledgements, and data/code availability, returning a severity-ranked report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:presubmit-checksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inspect the paper without modifying it. Run independent checks concurrently when practical; the coordination method and number of agents may vary.
Inspect the paper without modifying it. Run independent checks concurrently when practical; the coordination method and number of agents may vary.
Use a manuscript path supplied by the user. Otherwise, infer the main file from project configuration, build files, and the TeX document tree. Follow \input and \include dependencies and resolve figure and bibliography paths from the main document.
Use the project's documented build command. If none is documented and a Makefile exists, use its default target. Record the command and working directory so failures are reproducible.
Use the check-refs skill to verify cited works. Report retracted citations as blockers, distinguish unverified entries from nonexistent works, and note missing DOI or URL metadata separately.
Use the latex-cleanup skill for source-level checks. Build the paper and inspect the log for:
draft mode.Continue the other checks if the build fails.
Use the critique-figures skill on the manuscript's rendered figures. Incorporate its findings on format, effective resolution, legibility, accessibility, visual encoding, panel labels, and statistical presentation.
Carry every blocker identified by critique-figures into the unified report. In particular, raster-only plots, diagrams, and line art remain submission blockers; apply that skill's rules for pixel-native and mixed figures.
Extract enough information for the user to verify:
Return one concise report organized by severity:
Give file and line references or log excerpts for each actionable finding. Group repeated warnings and state which checks could not be completed. Do not modify files unless the user approves a separate fix pass. Use critique-manuscript only when the user also requests a content-level review.
npx claudepluginhub yy/claude-scholar --plugin claude-scholarValidates TeX/LaTeX projects against arXiv submission requirements: file organization, TeX compliance, figures, metadata, bibliography, PDF. Produces pass/fail report with specific fixes.
Matches references in LaTeX papers against academic databases using bibsleuth, flags entries needing review, and suggests missing DOIs or URLs. Helpful for citation checking and paper submission prep.
Audits academic papers pre-submission using parallel agents for content, numerical consistency, references/DOIs, writing quality, figures/formatting, and replication archives.