latex-template

latex-template is a skill for Claude Code from flonat/flonat-research. It costs 33 tokens per session (2,784 once invoked), scanned A, original, MIT.

A workflow for creating large academic posters in LaTeX, a document system often used for research papers. It supports common poster packages such as beamerposter, tikzposter, and baposter.

In plain words
What is it for?
Use it to create posters for conferences, university events, thesis defenses, or research groups.
Why use it?
It provides a structured way to turn research into a conference-ready poster instead of a normal paper or slide deck.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Use it to create posters for conferences, university events, thesis defenses, or research groups.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flonat/flonat-research/latex-template
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add flonat/flonat-research --skill latex-template
Clone the repo
git clone --depth 1 https://github.com/flonat/flonat-research

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for latex-template

README.md
[![agentmods](https://agentmods.dev/badge/skills/flonat/flonat-research/latex-template/github.svg)](https://agentmods.dev/skills/flonat/flonat-research/latex-template)
Your own site
<a href="https://agentmods.dev/skills/flonat/flonat-research/latex-template"><img src="https://agentmods.dev/badge/skills/flonat/flonat-research/latex-template/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for latex-template

Your own site · 80×15
<a href="https://agentmods.dev/skills/flonat/flonat-research/latex-template"><img src="https://agentmods.dev/badge/skills/flonat/flonat-research/latex-template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,784 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.02784
Opus 5 $0.00016 $0.01392
Sonnet 5 $0.00007 $0.00557
Haiku 4.5 $0.00003 $0.00278

Measured 7d ago against content hash d12510658685, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

latex-template scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/latex-template/SKILL.md · 242 lines

How it starts

The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Template Compliance

Compare a research project's LaTeX preamble against the working-paper template bundled with the installed latex skill. Classify every difference, produce a scored report, and optionally apply changes interactively.

When to Use

  • After the template has been updated and you want to check older papers
  • Before submission — verify the preamble is clean and up to date
  • When a paper has mysterious compilation issues (often a stale preamble)
  • During periodic maintenance or system-audit
  • When starting work on a paper that hasn't been touched in a while

When NOT to Use

  • Setting up a new project — the separate init-project-research workflow copies the template; this skill audits an existing project
  • Fixing compilation errors — use latex first, then run this
  • Non-LaTeX projects — this skill is LaTeX-specific

Critical Rules

  1. Never edit without --apply. Default mode is report-only. Without --apply, the skill produces a report and exits.
  2. Never auto-apply Conflict items. Conflicts always require explicit user confirmation via the available structured-question mechanism.
  3. Semantic comparison, not line-by-line. Compare packages, options, commands, and environments as logical units — not raw text diffs.
  4. Preserve project-specific additions. Items classified as Keep are informational. Never suggest removing them unless they conflict with a template feature.
  5. Template is the reference, not the authority. Projects may legitimately diverge. The skill reports differences — the user decides what to act on.
  6. Compile after applying. If --apply makes any changes, always verify with latex.

Protocol

Phase 1: Locate & Parse

  1. Resolve the project path. Accept as argument or use CWD. Resolve to absolute path.
  2. Find the project's preamble files. The canonical location is the Overleaf document, accessed via the paper/ symlink in the project directory. Search in this order:
    • New format (.sty files): paper/your-template.sty + paper/your-bib-template.sty (Overleaf symlink — preferred)
    • Legacy format: paper/settings.tex (Overleaf symlink)
    • If no paper/ symlink exists, check the project root for your-template.sty (or settings.tex)
    • Project root: your-template.sty + your-bib-template.sty or settings.tex (for local-only projects without Overleaf)
    • Any \input{settings} or \usepackage{your-template} in main.tex pointing elsewhere

Read the full file on GitHub · 242 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 242 lines · 33 tokens per session scan A d12510658685

Subscribe to this mod's changes

latex-template is a skill published in the GitHub repository flonat/flonat-research (132 stars, last pushed 16d ago), licensed MIT. It adds 33 tokens to every session and 2,784 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

latex-compile

Compile a LaTeX document and fix every error plus aesthetic issue (overfull/underfull boxes, widows, alignment, fonts) for a clean PDF and log. Use this instead of running pdflatex/latexmk manually — it avoids the latexmk stale-log trap and silent grep failures on binary log output, and it reformats rather than…

Mexregkan/claude-for-researchers · 79 tokens

beamer-presentation

Create academic presentations in Beamer with professional themes.

brycewang-stanford/Auto-Empirical-Research-Skills · 14 tokens

latex-tables

Generate publication-ready regression tables in LaTeX.

brycewang-stanford/Auto-Empirical-Research-Skills · 14 tokens

nature-data

Prepare, audit, or revise Nature-ready Data Availability statements, data repository plans, dataset citations, and FAIR metadata checklists for manuscripts. Use when the user asks about Nature data availability, research data sharing, repository selection, accession numbers, restricted or sensitive data, source data…

Galaxy-Dawn/claude-scholar · 90 tokens

publication-chart-skill

This skill should be used when the user asks for a publication-quality scientific figure or table, wants help choosing the right chart for results, needs a paper-ready pubfig or pubtab workflow, wants a figure + companion table for a results section, wants an Excel sheet turned into publication-ready LaTeX, or wants…

Galaxy-Dawn/claude-scholar · 77 tokens

paper-figures

Extract figures from downloaded papers and include them in survey/review reports. Use when the report covers other groups' work and benefits from their architecture diagrams, experimental plots, or system schematics. Your brain prompt supplies the absolute path to the extract-figures script as {{EXTRACTFIGURES}} — use…

Muuuun/luxas · 79 tokens