Install
$ agentstack add skill-tenwalk-ieee-skills-ieee-latex ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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](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](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
latexmk when 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.
Output format
Diagnosis:root cause, files involved, and the first failing log lines or warning classes.Commands run:exact compile/check commands and results.Fixes applied:concise list of source changes.PDF status:output PDF path, unresolved refs/cites count, major warnings, page count if known.Remaining actions:any author decisions, missing figures, metadata, or journal-specific checks.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: TenWalk
- Source: TenWalk/ieee-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.