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 agentmods add instructions/jmrplens/tfg-tfm_eps/claude-mdgit clone --depth 1 https://github.com/jmrplens/TFG-TFM_EPSWhat 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 | $0.04188 | $0.04188 |
| Opus 5 | $0.02094 | $0.02094 |
| Sonnet 5 | $0.00838 | $0.00838 |
| Haiku 4.5 | $0.00419 | $0.00419 |
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.
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,
}
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.
- yesterday First seen · 511 lines · 4,188 tokens per session scan A d9aa62d4176d
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.
Other instructions, from other repositories
template-skripsi-dike-ugm AGENTS.md
Instructions for vityasyyy/template-skripsi-dike-ugm, covering agents.md — pedoman dan referensi penulisan skripsi ugm, aturan prioritas (wajib dikuti), jenis ta: skripsi inovasi produk, struktur proposal (proposal/) and bagian awal.
ChineseResearchLaTeX CLAUDE.md
Instructions for huangwb8/ChineseResearchLaTeX, covering 中国科研常用 latex 模板集 - claude code 项目指令, 核心指令, claude code 特定说明, 文件引用规范 and 任务管理.
ChineseResearchLaTeX AGENTS.md
Instructions for huangwb8/ChineseResearchLaTeX, covering 中国科研常用 latex 模板集 - 项目指令, 项目目标, 目录结构, 当前分层模型 and 核心工作流.
prfaq CLAUDE.md
Instructions for punt-labs/prfaq, covering how i write code, mandatory reading, no "pre-existing" excuse, standards and development workflow.
presio AGENTS.md
Instructions for benedict-armstrong/presio, covering agents.md, project, agent-facing product apis (runtime), dev and conventions.
latexml-oxide CLAUDE.md
Instructions for dginev/latexml-oxide, covering claude.md, active priorities: faithful parity + beyond-perl arxiv runs, project overview, workspace structure and internal documentation.