Docs lookup
Skill SeidSmatti/misc-CC-Plugins/plugins/academic-latex/skills/docs-lookup
Personal multi usage Claude Code plugins/skills marketplace
npx -y skills add SeidSmatti/misc-CC-Plugins --skill docs-lookupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Fetches authoritative LaTeX package documentation (CTAN, TUG, package author repos) when a sibling skill is uncertain about a package, option, command, or compiler behavior. Use when the answer to a LaTeX question is not 100% certain, when picking a non-trivial package option, or when the user asks "is this still the right way?". The no-guessing gate for the academic-latex suite.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
5.2 KB, as published. Nobody here has run it
docs-lookup — the no-guessing gate
This skill exists so the rest of the suite can stop guessing. When compile, debug, author, modernize, figure-helper, table-helper, bibliography, multilingual, or arxiv-prep runs into a question whose answer it is not certain about, it delegates here instead of inventing an answer.
Authoritative source ladder
For LaTeX, "authoritative" means in this order:
- CTAN package page —
https://ctan.org/pkg/<package>. The page links to the canonical PDF manual. - Package PDF manual — usually at
https://mirrors.ctan.org/macros/latex/contrib/<package>/<package>.pdfor viatexdoc <package>locally. - Package author's repo — for actively maintained packages (e.g.
https://github.com/plk/biblatex,https://github.com/latex-lsp/texlab,https://github.com/schlcht/microtype). - TUG (TeX Users Group) —
https://www.tug.org/. For engine-level questions. - LaTeX project —
https://www.latex-project.org/. For LaTeX2e core,usrguide,clsguide. - arXiv help —
https://info.arxiv.org/help/submit_tex.html. For arXiv-submission questions. - TeX Stack Exchange (Tier-B) —
https://tex.stackexchange.com/. Use only as a hint to find the package; verify against 1–6.
texdoc <package> locally (TeX Live) opens the same PDF. Prefer it when running on a developer machine — the file is on disk already.
Quick procedure
- Identify the specific question in one sentence. ("Does
biblatexv3.21 still supportstyle=ieeenatively, or isbiblatex-ieeerequired?") - Pick the smallest authoritative source that can answer it (usually the CTAN page or the package PDF).
- Fetch with
WebFetch(CTAN, TUG, GitHub raw README/wiki). Quote the exact passage that answers the question. - Return: the quote, the URL, and a one-sentence interpretation. Nothing speculative.
- If the source is silent, say so explicitly. Suggest the next-best source. Do not fabricate.
Q: <one-sentence question>
A (verbatim quote): <copy from authoritative source>
Source: <URL>
Interpretation: <one sentence>
Confidence: high|medium|low
Verified canonical URLs by topic
Skill bodies in this suite reference these. If a URL 404s, search CTAN: https://ctan.org/search?phrase=<query>.
When to NOT use this skill
If the answer is in the suite's other knowledge-reference skills (typography, multilingual, bibliography), prefer reading those — they are pre-curated. Use docs-lookup for package-specific or version-specific facts that the knowledge skills don't cover, or when the user explicitly asks for the canonical source.
Output format
Return the quote-source-interpretation block. The calling skill (or the user) decides what to do with it. Do not act on the lookup — that's the caller's job.
Last verified
2026-05-09 — URLs verified against CTAN, TUG, latex-lsp/texlab.