TFG-TFM_EPS CLAUDE.md

A set of project instructions for Claude when working with a LaTeX thesis template from the Polytechnic School of the University of Alicante. It documents the required compiler, bibliography system, code tools, files, and build commands.

In plain words
What is it for?
Use it to understand the thesis file structure, configure author and document details, compile the project, clean generated files, or continuously rebuild while editing.
Why use it?
It gives Claude the project rules needed to edit and compile the thesis consistently. It also explains how to run quick or complete builds and inspect logs when compilation fails.

Instructions file

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.

agentmods
npx agentmods add instructions/jmrplens/tfg-tfm_eps/claude-md
Clone the repo
git clone --depth 1 https://github.com/jmrplens/TFG-TFM_EPS
Per session 4,188 This file is loaded in full into every session.
When invoked 4,188 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.04188 $0.04188
Opus 5 $0.02094 $0.02094
Sonnet 5 $0.00838 $0.00838
Haiku 4.5 $0.00419 $0.00419

Measured yesterday against content hash d9aa62d4176d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

TFG-TFM_EPS CLAUDE.md 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 yesterday.

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.

CLAUDE.md · 511 lines

How it starts

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

CLAUDE.md — Instrucciones para Claude

Plantilla LaTeX para TFG/TFM de la Escuela Politécnica Superior (EPS), Universidad de Alicante. Versión 2.2.2 (2026).

Motor: LuaLaTeX (obligatorio). Bibliografía: BibLaTeX + Biber (APA 7). Código: minted 3.x con latexminted.


Comandos de compilación

make          # Compilación completa (lualatex + biber + 2× lualatex)
make quick    # Una pasada (verificar sintaxis rápidamente)
make clean    # Eliminar archivos auxiliares
make watch    # Compilación continua con latexmk

Para diagnosticar errores: leer las últimas 30 líneas de main.log o la salida de make quick.


Estructura de archivos

main.tex              → Raíz. Solo estructura, nunca contenido.
configuracion.tex     → Datos del autor, título, titulación, idioma.
referencias.bib       → Entradas bibliográficas (BibLaTeX).
cls/eps-tfg.cls       → Clase principal (no modificar).
cls/eps-metadata.tex  → Metadatos PDF/UA-2 (solo cambiar lang= si cambia idioma).
sty/eps-codigo.sty    → Entornos de código con minted.
sty/eps-componentes.sty → Cargador modular de componentes.
sty/componentes/      → Módulos por disciplina (software, telecom, etc.).
contenido/capitulos/  → Un .tex por capítulo.
contenido/anexos/     → Anexos y acrónimos.
contenido/frontmatter/→ Resumen, agradecimientos.
recursos/logos/       → Logotipos institucionales.
docs/                 → Documentación técnica.

Configuración del documento

Toda la configuración del usuario va en configuracion.tex mediante \EPSsetup{...}.

Claves principales

\EPSsetup{
  titulo      = {Título del trabajo},
  subtitulo   = {Subtítulo opcional},
  autor       = {Nombre Apellido1 Apellido2},
  genero      = m,   % m, f, n (neutro)
  email       = [email protected],
  tutor       = {Dr. Nombre Apellido},
  tutor-genero = m,
  tutor-departamento = {Departamento de ...},
  % cotutor   = {Dra. Nombre Apellido},   % opcional
  titulacion  = informatica,
  idioma      = espanol,
  fecha       = {Junio 2026},
  optimizar-tikz = true,
  borrador    = false,
}

Read the full file on GitHub · 511 lines

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. yesterday First seen · 511 lines · 4,188 tokens per session scan A d9aa62d4176d

Subscribe to this mod's changes

TFG-TFM_EPS CLAUDE.md is an instructions file published in the GitHub repository jmrplens/TFG-TFM_EPS (84 stars, last pushed 5d ago), licensed MIT. It adds 4,188 tokens to every session, about $0.0209 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-30.

Related

Other instructions, from other repositories