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 ErikaAX08/erikas-skills --skill latex-academic-reportsgit clone --depth 1 https://github.com/ErikaAX08/erikas-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/erikaax08/erikas-skills/latex-academic-reports)<a href="https://agentmods.dev/skills/erikaax08/erikas-skills/latex-academic-reports"><img src="https://agentmods.dev/badge/skills/erikaax08/erikas-skills/latex-academic-reports/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/erikaax08/erikas-skills/latex-academic-reports"><img src="https://agentmods.dev/badge/skills/erikaax08/erikas-skills/latex-academic-reports.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.00081 | $0.08036 |
| Opus 5 | $0.00041 | $0.04018 |
| Sonnet 5 | $0.00016 | $0.01607 |
| Haiku 4.5 | $0.00008 | $0.00804 |
Grade A, and why
latex-academic-reports 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 12d 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 — 1,189 lines — stays where its author put it; the contents beside it link to each section on GitHub.
This skill guides the creation of professional academic documents using LaTeX, producing high-quality PDFs with proper formatting, citations, and technical content presentation.
The user requests an academic document (lab report, research paper, thesis, technical report) or asks to convert existing content to LaTeX. They may specify the document type, citation style, or formatting requirements.
Core Principle
PROFESSIONAL TYPESETTING WITH ACADEMIC STANDARDS
LaTeX provides:
- Precise control over document structure
- Beautiful mathematical notation
- Automated bibliography management
- Consistent formatting across documents
- Publication-quality output
Information Gathering Protocol
BEFORE generating ANY LaTeX document, gather required information from the user.
Step 1: Detect Document Type
Ask which type of document:
- Lab Report (Práctica de laboratorio)
- Research Paper (Artículo de investigación)
- Technical Report (Reporte técnico)
- Thesis/Dissertation (Tesis)
- IEEE Conference Paper
- Other academic document
Step 2: Gather Front Matter Information
Use ask_user_input_v0 to collect:
For University Reports (Lab, Technical Reports):
- Student Information:
- Full name
- Student ID (Matrícula)
- Course Information:
- Course name (Nombre de la materia)
- Professor/Instructor name
- University name
- Faculty/School name
- Academic program
- Document Information:
- Document title
- Subtitle (if applicable)
- Practice/Lab number (if applicable)
- Date (use \today or specific date)
For Research Papers:
- Authors: Names and affiliations
- Paper title and subtitle
- Institution(s)
- Keywords
- Abstract (or generate later)
For IEEE Papers:
- Authors: Names, departments, institutions, emails
- Paper title
- Keywords
- Conference name (if applicable)
Step 3: Gather Content Requirements
Ask about:
- Language: Spanish or English
- Citation style: IEEE, APA, Harvard (default: IEEE)
- Include: Code listings? Mathematical notation? Figures?
- Special requirements: Company logo, specific formatting
What ships with it
1 file 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.
- 12d ago First seen · 1,189 lines · 81 tokens per session scan A 4680c2310576
latex-academic-reports is a skill published in the GitHub repository ErikaAX08/erikas-skills (5 stars, last pushed 12d ago), licensed MIT. It adds 81 tokens to every session and 8,036 once invoked, about $0.0004 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
manimce-best-practices
Trigger when: (1) User mentions "manim" or "Manim Community" or "ManimCE", (2) Code contains from manim import , (3) User runs manim CLI commands, (4) Working with Scene, MathTex, Create(), or ManimCE-specific classes. Best practices for Manim Community Edition - the community-maintained Python animation engine.…
hugging-face-datasets
Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset querying/transformation. Designed to work alongside HF MCP server for comprehensive dataset workflows.
claude-ally-health
A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.
sdd-tasks
Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.
go-testing
Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.
gsap-scrolltrigger
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…