.claude/skills/latex-report/SKILL.md
Write LaTeX research reports. Use when asked to write, compile, or publish a report and save it to the dedicated reports repository.
npx skillsauth add jusjinuk/internbot latex-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
reports-repo/reports/YYYY-MM-DD-<topic>.tex and matching .pdfClarify scope: what topic, how detailed, who's the audience?
Write the .tex file using \documentclass{article} with these sections:
\begin{abstract} — 3-5 sentence summary\section{Introduction} — context, motivation, what this report covers\section{Related Work} — key prior work, how it connects\section{Analysis} or \section{Method} — the main content\section{Discussion} — implications, open questions\section{Conclusion} — key takeaways, next steps\bibliography — use BibTeX for citationsUse proper LaTeX conventions:
\cite{} for references, not inline text citations\ref{} for cross-references to figures/tables/sections\begin{figure}, \begin{table} for floats\usepackage{amsmath} for equations\usepackage{graphicx} for figures\usepackage{hyperref} for clickable referencesSave to reports-repo/reports/ with a descriptive filename
Compile:
pdflatex -interaction=nonstopmode -output-directory=<dir> <file>.tex
bibtex <file> # if bibliography used
pdflatex -interaction=nonstopmode -output-directory=<dir> <file>.tex
pdflatex -interaction=nonstopmode -output-directory=<dir> <file>.tex
Run pdflatex twice (three times with bibtex) to resolve references.
From reports-repo, commit and push the .tex and .pdf files
internbot repo unless user explicitly asksPost to Slack: a brief plain-text summary (not the full LaTeX) with the direct GitHub link to the PDF
\end{}, unescaped _ or %, missing packagesreports-repo/ git subdir (separate repo with its own remote)git -C reports-repo remote get-url origin<repo-url>/blob/main/reports/<filename>.pdf (strip any .git suffix and auth prefix)development
Search the web for recent information. Use when asked about recent events, docs, or blog posts.
data-ai
Brainstorm follow-up research ideas from papers. Use when asked to generate research directions or ideas.
development
Set up internbot for development. Use when setting up the project for the first time.
tools
View, add, update, or cancel scheduled tasks. Use when asked about schedules, cron jobs, reminders, or recurring tasks.