skills/prismer-latex-writing/SKILL.md
Create, edit, and compile LaTeX documents for academic papers using latex_compile, update_latex, and send_ui_directive tools
npx skillsauth add Zaoqu-Liu/ScienceClaw latex-writingInstall 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.
Create, edit, and compile LaTeX documents for academic papers, theses, and reports.
latex_compile - Compile LaTeX to PDF (auto-switches to LaTeX editor)update_latex - Update LaTeX editor content without compilingsend_ui_directive - Send raw UI directives for advanced controlWhen user says: "Create a new paper about [topic]"
When user says: "Add the softmax equation"
When user says: "Add a figure showing [description]"
When user says: "Cite this paper: [reference]"
When user says: "The LaTeX isn't compiling"
\documentclass[conference]{IEEEtran}
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage{textcomp}
\documentclass[sigconf]{acmart}
\usepackage{booktabs}
\documentclass[10pt,twocolumn,letterpaper]{article}
\usepackage[pagenumbers]{cvpr}
\usepackage{times}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{booktabs}
\usepackage[breaklinks=true,bookmarks=false]{hyperref}
\title{Paper Title}
\author{Author Name\\Institution\\{\tt\small [email protected]}}
\begin{document}
\maketitle
\begin{abstract}
Abstract text here.
\end{abstract}
\section{Introduction}
...
\section{Related Work}
...
\section{Method}
...
\section{Experiments}
...
\section{Conclusion}
...
{\small
\bibliographystyle{ieee_fullname}
\bibliography{references}
}
\end{document}
\documentclass[12pt,a4paper]{report}
\usepackage{geometry}
\geometry{margin=1in}
$x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$\[ E = mc^2 \]\begin{equation}...\end{equation}\begin{bmatrix}
a & b \\
c & d
\end{bmatrix}
\begin{algorithm}
\caption{Algorithm Name}
\begin{algorithmic}
\STATE ...
\end{algorithmic}
\end{algorithm}
testing
Therapeutics Data Commons. AI-ready drug discovery datasets (ADME, toxicity, DTI), benchmarks, scaffold splits, molecular oracles, for therapeutic ML and pharmacological prediction.
tools
Genomic file toolkit. Read/write SAM/BAM/CRAM alignments, VCF/BCF variants, FASTA/FASTQ sequences, extract regions, calculate coverage, for NGS data processing pipelines.
development
Complete mass spectrometry analysis platform. Use for proteomics workflows feature detection, peptide identification, protein quantification, and complex LC-MS/MS pipelines. Supports extensive file formats and algorithms. Best for proteomics, comprehensive MS data processing. For simple spectral comparison and metabolite ID use matchms.
development
Multi-objective optimization framework. NSGA-II, NSGA-III, MOEA/D, Pareto fronts, constraint handling, benchmarks (ZDT, DTLZ), for engineering design and optimization problems.