From claude-scholar
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:check-refsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Match a LaTeX paper's references against academic databases with `bibsleuth`. Database matches support bibliographic verification but do not prove that a citation supports the manuscript's claim.
Match a LaTeX paper's references against academic databases with bibsleuth. Database matches support bibliographic verification but do not prove that a citation supports the manuscript's claim.
Use user-provided paths when available. Otherwise, identify the manuscript entrypoint from the project's build configuration and TeX structure, then resolve its bibliography declarations. Ask only if multiple plausible papers remain.
Run the database-only check by default:
uvx bibsleuth check <TEX_FILE> --bib <BIB_FILE> --no-llm
uvx supplies the tool without a separate installation step. Allow enough time for large bibliographies and use asynchronous execution when the harness supports it.
Read the generated bibsleuth-report.md. Prioritize unverified and error results, summarize suggested DOI or URL patches, and link the full report. Apply patches only when the user requested reference repair or approves the proposed edits, then check the diff for unintended bibliography changes.
For claim-level analysis, missing-citation suggestions, and contradiction searches, run the LLM mode only when the user requests it and accepts the additional model-provider exposure:
uvx bibsleuth check <TEX_FILE> --bib <BIB_FILE>
If the user explicitly requested full analysis at the outset, do not force a redundant --no-llm pass first. Present suspected miscitation and literature findings as items for review, not established errors.
npx claudepluginhub yy/claude-scholar --plugin claude-scholarVerifies every citation in a manuscript by fetching cited works to detect ghost papers, wrong IDs, inverted claims, and dead links. Includes optional fix mode for bib corrections and claim rewrites.
Audits citations in LaTeX files: checks \cite keys exist in .bib files and verifies entries via online literature search. Ideal for proofreading academic papers.
Verifies academic paper citations by parsing LaTeX/PDF, checking formatting, querying Crossref/Semantic Scholar, and evaluating relevance via LLM.