pdflatex
Install and use pdflatex to compile LaTeX documents into PDFs on Linux. Use when generating academic papers, research publications, or any documents written in LaTeX.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "pdflatex" description: "Install and use pdflatex to compile LaTeX documents into PDFs on Linux. Use when generating academic papers, research publications, or any documents written in LaTeX." license: "MIT" --- PdfLatex is a tool that converts Latex sources into PDF. This is specifically very important for researchers, as they use it to publish their findings. It could be installed very easily using Linux terminal, though this seems an annoying task on Windows. Installation commands are given below. * Install the TexLive base ``` apt-get install texlive-latex-base ``` On Windows, install MiKTeX or TeX Live with the native installer or a package manager such as `winget`. The `apt-get` commands only work in Linux or WSL. * Also install the recommended and extra fonts to avoid running into errors, when trying to use pdflatex on latex files with more fonts. ``` apt-get install texlive-fonts-recommended apt-get install texlive-fonts-extra ``` * Install the extra packages, ``` apt-get install texlive-latex-extra ``` Once installed as above, you may be able to create PDF files from latex sources using PdfLatex as below. ``` pdflatex latex_source_name.tex ``` Ref: http://kkpradeeban.blogspot.com/2014/04/installing-latexpdflatex-on-ubuntu.html
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

