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.
npx skills add TenWalk/ieee-skills --skill ieee-latexgit clone --depth 1 https://github.com/TenWalk/ieee-skillsWrote 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.
[](https://agentmods.dev/skills/tenwalk/ieee-skills/ieee-latex)<a href="https://agentmods.dev/skills/tenwalk/ieee-skills/ieee-latex"><img src="https://agentmods.dev/badge/skills/tenwalk/ieee-skills/ieee-latex/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.
<a href="https://agentmods.dev/skills/tenwalk/ieee-skills/ieee-latex"><img src="https://agentmods.dev/badge/skills/tenwalk/ieee-skills/ieee-latex.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00161 | $0.00847 |
| Opus 5 | $0.00081 | $0.00424 |
| Sonnet 5 | $0.00032 | $0.00169 |
| Haiku 4.5 | $0.00016 | $0.00085 |
Grade A, and why
ieee-latex 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IEEEtran LaTeX Build and Diagnosis
Use this skill to compile and repair IEEE journal manuscripts while preserving IEEEtran conventions. It complements generic LaTeX compilation skills by focusing on IEEE-specific structure, bibliography, floats, captions, and submission checks.
Core stance
- Compile before guessing. Read the
.log,.blg, and warnings; fix the first real error before cosmetic warnings. - Use IEEEtran conventions. Do not "fix" by switching classes, bibliography styles, caption packages, or section styles away from IEEE unless the template requires it.
- Keep source changes minimal. Prefer small fixes to packages/macros over broad template rewrites.
- Do not hide warnings. Overfull boxes, undefined refs, missing fonts, and BibTeX failures need diagnosis, not suppression.
- Check final PDF surface. A successful compile is not enough if figures are unreadable,
references are
??, or captions violate IEEE style.
When to open extra files
| File | Open when |
|---|---|
| references/build-diagnosis.md | Running compile commands, reading .log/.blg, fixing undefined refs/citations, overfull boxes, package conflicts, and BibTeX problems |
| references/ieeetran-checklist.md | Auditing IEEEtran class options, abstract/Index Terms, floats/captions, equations, references, biographies, WCL/CL page constraints, and submission readiness |
Use ieee-citation for reference formatting, ieee-figure for figure generation, and
ieee-letter for WCL/CL page strategy.
Workflow
- Locate the root file and build system:
main.tex,latexmkrc, Makefile, arara, or IDE log. - Run or inspect the build with an IEEE-safe sequence: LaTeX -> BibTeX -> LaTeX -> LaTeX, or
latexmkwhen configured. - Classify failures: fatal compile error, bibliography failure, undefined references, float problems, overfull boxes, missing fonts/figures, or page-limit issue.
- Patch minimally: fix paths, labels, citations, packages, fragile macros, caption syntax, and bibliography style without rewriting the manuscript.
- Rebuild and verify: no fatal errors; no unresolved
??; bibliography generated; PDF opens; critical warnings explained. - Run IEEE-specific checks: documentclass, Index Terms, section headings, figure/table captions, equation numbering, appendices, biographies, page budget, and vector figures.
What ships with it
3 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.
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.
- 11d ago First seen · 62 lines · 161 tokens per session scan A 893781d57141
ieee-latex is a skill published in the GitHub repository TenWalk/ieee-skills (5 stars, last pushed 2mo ago), licensed MIT. It adds 161 tokens to every session and 847 once invoked, about $0.0008 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-08-31.
Other skills, from other repositories
awesome-ieee-report
Generates IEEE-format LaTeX technical reports from project requirements and codebase evidence, using academic prose, pseudocode-only explanations, BibTeX references, and IEEEtran formatting.
tikz-figure-review
Review and fix alignment, label collision, clipping, legend-over-data, overlap, and layout issues in TikZ and pgfplots figures inside LaTeX documents. Use when the user wants to review figures in a paper, tutorial, lecture notes, or thesis before submission; when a reviewer flags figure problems; when a rendered…
autoreport
Use when generating a physics or engineering experiment report from measured data and reference materials — orchestrates Theory, Data Analysis, Plotting, and Report sub-agents to produce a compiled LaTeX PDF. Also use for any sub-task in that pipeline: deriving formulas, analyzing lab data, plotting measurements with…
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
pptx-posters
Create and audit editable scientific posters in macro-free PowerPoint (.pptx) from author-approved local content and assets. Use when the requested deliverable is a PowerPoint research/conference poster and exact physical, printer, accessibility, provenance, and package-security checks are required.
pdf-design
Designs PDF reports and proposals from HTML with previews and branding. Use to create, export, or securely upload a PDF.